Skip to content

Releases: NikhilNarayana/FRC-YouTube-Uploader

Version 2.6.1

05 Apr 04:37
Compare
Choose a tag to compare

Safety check before uploading thumbnail. Update README.md

Version 2.6.0

28 Mar 01:47
Compare
Choose a tag to compare

Brought back threaded, non-blocking webpage and added an additional submit button at the top

Version 2.5.1

27 Mar 00:14
7f9ac78
Compare
Choose a tag to compare

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

24 Mar 21:59
Compare
Choose a tag to compare

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

21 Oct 19:23
Compare
Choose a tag to compare

Small fixes here and there.

Version 2.4

20 Oct 17:16
a8c9e5a
Compare
Choose a tag to compare

Make sure the file exists before trying to upload. Refactor code a bit. Implement non-blocking server and threaded uploads

Version 2.3

19 Oct 17:16
b89f7f8
Compare
Choose a tag to compare

Add the ability to pick location of match video files. Update test suite. Refactor various parts of the code.

Version 2.2

18 Oct 16:58
Compare
Choose a tag to compare

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

17 Oct 13:56
Compare
Choose a tag to compare

Some cleanup and big changes to README. New extra script for retroactively updating descriptions with match data.

Version 2.0

16 Oct 19:51
bd33a4a
Compare
Choose a tag to compare

Eliminated CLI interface in favor of web.py based web GUI. Check README for more information.