Releases: noahkra/SRCModQueue
v1.4.1 Release
v1.4.0 Release
Downloads are working again, and faster than ever before!
What's new in this release:
- Switch from ytdl-core to yt-dlp for handling downloads.
Known issues:
- The progress bar sometimes moves backwards (this is because video download, audio download and muxing progress are reported separately now).
- Sometimes SMQ won't detect the run finished downloading properly and will instead show them as failed. They are however available for viewing in the downloads folder.
- Failed or cancelled downloads aren't detected and as a result deleted properly yet and will thus stay in the downloads folder as a .part file.
v1.3.1 Release
Small bug fix to get basic viewing functionality working again. I am working on getting downloads working again too!
What's new in this release:
- Fixed bug where the rest of the queue wouldn't load after an error displaying a name colour.
v1.3.0 Release
What's new in this release:
- Added confirmation prompt when quitting while downloads are still ongoing. Downloads will be cancelled if proceeded.
- Added support for non-obsoleting variables (eg. subcategories). Runs from the same category that don't share an obsoleting variable no longer obsolete each other. Please let me know if this doesn't work properly, it was quite complicated to implement).
- Added tooltip displaying run variables when hovering over the category.
- Added text for when runs are being loaded and for when there's no runs in the queue.
- Added option to display run ID. When disabled, an icon linking to the run submission page will be displayed instead. Off by default.
- Added option to automatically retry a download if it fails. On by default.
- Added counter to Download Selected button to show how many runs would be downloaded.
- Changed "Show" to "Display" for HMS time and player flag settings.
- Improved run loading speed.
- Download Selected button will now be disabled when no runs are selected.
- Fixed issue where horizontal scrollbar would overlay over the download indicator bar of last run in the table.
- Fixed issue where the loading cursor would stay after initial startup.
- Removed bottom border of the last run in the table.
v1.2.1 Release
Slight patch to correct some bugs that come out of some of the new features added in the previous release.
What's new in this release
- Fixed an issue where the program would think the download was halted if the download was finished but FFMPEG hadn't finished processing.
- Fixed an issue where refreshing runs would sometimes cause the program to think a download had failed.
- Trying to delete a download that's in use will now alert the user via an error message.
v1.2.0 Release
What's new in this release
- Added button to cancel downloads.
- Added button to remove downloaded videos from within the program.
- Added ability to hover over run time to view the submitted alternate timing method time.
- Added ability to click on obsolete text to open the run it was obsoleted by in the browser.
- Adjusted/added download indicator bar colours:
- Indicator now turns blue while downloading instead of orange.
- Indicator turns orange if a download hangs for longer than 5 seconds.
- Indicator turns red if a download fails after waiting for longer than 10 seconds or if an incomplete download was found in the downloads folder (for example the program got closed in the middle of a download).
- Fixed cursor not turning into a pointer when hovering over checkbox labels.
- Fixed download indicator bar not resizing when resizing the window.
- Fixed incorrect comma spacing and wrapping in player column when there's more than one player in a run.
- Fixed player name gradient being offset when flags were enabled.
v1.1.0 Release
What's new in this release
- Layout now dynamically adjusts when the window becomes too small. When this happens the sidebar will move to the top to give the runs list more room.
- Added an auto updater. Next time a new version is out you will be notified to download and install it automagically.
- Fixed an issue where videos wouldn't download in the right formats or without audio, due to the way YouTube works. The program wil now download the lowest available 60fps video and use FFMPEG to make sure it's in a proper mp4 container. (As partially referenced in issue #2)
- Added an option to show country flags before player names because... could be useful I guess? (As referenced in issue #1)
v1.0.1 Release
This patch should solve the Windows defender false positive that some users encountered.
If you did not have this false positive there is no reason to install this patch, this is the only change.
v1.0.0 Release
Wooo release date!
If you find any bugs or have requests for potential features you might think are useful, be sure to make an issue for them!
Feature list and general how-to to come to a future Readme near you! For now, every component of the application has tooltips to help you figure out what's what.
Known Issues
- Loading cursor will stay after initial startup. Just type in the game you wish to view and it will continue, after which this won't happen anymore (it'll load the last viewed game on application launch).
- Download bars don't resize correctly when resizing the window. Not a big issue but if you really can't stand it, pressing the "refresh runs" button will fix it until you resize again.