Releases: NikhilNarayana/FRC-YouTube-Uploader
Version 2.6.1
Safety check before uploading thumbnail. Update README.md
Version 2.6.0
Brought back threaded, non-blocking webpage and added an additional submit button at the top
Version 2.5.1
Fixed file matching for all match types. TBA and Tiebreak dropdowns are now sticky. Uploading Alliance Selection switches you to Quarterfinals Match 1. Made the code base smaller.
Version 2.5.0
Rolled back the code to v2.3.0 to fix problems with Oauth2. Google's Python API has a weird thing where they really don't like python .
or python frcUploader/
. New methods to start the program now exist, making it quicker to start from the file explorer. Files are now searched for instead of matching. Cleaned up the code overall.
Version 2.4.1
Small fixes here and there.
Version 2.4
Make sure the file exists before trying to upload. Refactor code a bit. Implement non-blocking server and threaded uploads
Version 2.3
Add the ability to pick location of match video files. Update test suite. Refactor various parts of the code.
Version 2.2
Hot fix a few parts of the code. Main focus being on bug fixes and string fixes. New call from TBA for event type to be added to description, makes the line a bit wordy but still good to have. Also made scripts executable with just script_name.py in CLI.
Version 2.1
Some cleanup and big changes to README. New extra script for retroactively updating descriptions with match data.
Version 2.0
Eliminated CLI interface in favor of web.py based web GUI. Check README for more information.