Releases: NikhilNarayana/Melee-YouTube-Uploader
Releases · NikhilNarayana/Melee-YouTube-Uploader
Version 1.17.1
- fix character updates through options view
Version 1.17.0
- Queue items can now be edited to simplify the uploading process
Version 1.16.2
- Unrestrict SA character parsing
Version 1.16.1
- Unrestrict SC character parsing
Version 1.16.0
- Add 64, Rivals, and Splatoon support
- Update the character lists
- Add extra entry points
- Fix form values being cleared unnecessarily
Version 1.10.*
Updates
10.0
- Stream Control can now be hooked into by toggling the hook in settings
- Small limitations exist because this was designed around Recursion's Stream Control, they include:
- JSON output required, file can be anywhere
- player names must be outputted to keys
p1_name
andp2 name
- character names must match how they are in the uploader and have keys
p1_char
andp2_char
- Round info must be split into two parts
event_round
andevent_bracket
.event_round
should be things likeWinners R1
orWinners Finals
.event_bracket
should be things likePools
orTop 24
- Scoreboard Assistant and OBS hooks are no longer dependent on localhost
- Small limitations exist because this was designed around Recursion's Stream Control, they include:
10.1
- Remove any linux sudo calls
- Allow users to upgrade if they wish
10.2
- Give linux users a message about updating rather than an option to update
- Add
Mii Gunner
,Mii Swordfighter
, andMii Brawler
to the Ultimate Character List
10.3
- Give linux users a message about updating rather than an option to update
- Add
Mii Gunner
,Mii Swordfighter
, andMii Brawler
to the Ultimate Character List
10.4
- Logging out Lets you know which account you were logged into
- Uploads will retry if youtube doesn't provide a video ID
- You can now skip logging into an account for spreadsheet access without breaking anything
10.5
- Small wording changes
- Notify users that they must open SA/OBS for their respective hooks
- Make all GUI modifications safer by using QThreads
Version 1.9.*
Updates
1.9.0
- Add data collection via Google Sheets
- New additional title format
- Change "Match Type" to "Round" in the queue
1.9.1
- Fix one program breaking bug
1.9.2
- Fix the other program breaking bug
1.9.3
- Ensure ignored uploads are removed from Queue
1.9.4
- Ensure ignored uploads are removed from Queue
1.9.5
- Melee character selections are now recorded
- Fix minification of match types
1.9.6
- Hot fix for 1.9.5
1.9.7
- Force updates on the users side
1.9.8
- Enable toggling of OBS Hook
1.9.9
- Allow the user to manually edit auto selected characters from Scoreboard Assistant
Version 1.8.*
Updates
1.8.0
- Add selectable title formats
- Change "Match Type" to "Round"
1.8.1
- Simplify title generation
1.8.2
- Add all the pokemon characters to the list
1.8.3
- Fix small text formatting issue with the new pokemon names
1.8.4
- Let players use their own character list
1.8.5
- Fix filenames for resetting credentials
1.8.6
- Fix authentication not working because of port 8080 getting blocked
1.8.7
- Refactor the entire code base to be more modular
- Handle files not existing
1.8.8
- Add Kirby the Ultimate character list
1.8.9
- More refactoring
1.8.10
- Fix the ignore button not appearing
Version 1.7.*
Updates
1.7.0
- Far better minification of title
- improved integration with OBS and Scoreboard Assistant
- Ultimate tags will now be used instead of Melee tags when in Ultimate mode
- pythonw support
- optional shorter event name field
1.7.1
- Remove extraneous status outputs
- Prevent OBS not being setup properly from crashing the program
1.7.2
- Error output redirection will only happen if using pythonw
1.7.3
- Fix directory being cleared
Version 1.6.*
Updates
- Integration with Scoreboard Assistant
- Can now pull player names and match type from any
Scoreboard(2p)
variation
- Can now pull player names and match type from any
- Integration with OBS
- Can hook into OBS to listen for when OBS stops a recording
- Allow the file field to be used with directories instead of just files