Releases: o7q/MediaDownloader
Releases · o7q/MediaDownloader
MediaDownloader v5.1.0
CHANGES
- Added an auto-updater
- Added a navigate path button
- Added automatic binary downloading for Linux
- Added QOL link opener feature (upon double-clicking the url textbox)
- Fixed selection windows incorrectly loading selected items
- Fixed selection header texts being displayed incorrectly
- Fixed lists sorting in the wrong order
- Fixed FFmpeg libx264 issues for Linux (now using FFmpeg GPL instead of LPGL)
- Fixed an issue where subwindows would softlock when the main window exits
What's Changed
Full Changelog: v5.0.0...v5.1.0
MediaDownloader v5.0.0
CHANGES
- MediaDownloader has been completely rewritten from scratch using the Tauri framework
- It is now cross-platform (currently it has only been tested for Windows and Linux)
- Greatly improved the UI (the UI has been redesigned from scratch with a HTML + CSS frontend, enabling a more cohesive experience)
- The console window is now embedded
- The window is now resizeable
- Split common functions into separate windows
- JSON is now used for storing configuration files
- Fixed yt-dlp breaking every once in a while, yt-dlp will now be auto-updated
- Fixed incorrect FFmpeg bitrate argument injections
- Improved the auto-naming feature (it is less annoying now)
Full Changelog: v4.4.1.0...v5.0.0
MediaDownloader v4.4.1.0
CHANGES
- Added an option to play a sound when the download finishes, you can also specify a custom sound
- Fixed a small bug with the history re-sorting in the wrong order
Full Changelog: v4.4.0.0...v4.4.1.0
MediaDownloader v4.4.0.0
CHANGES
- Added a settings menu
- Added a QoL feature that skips the download process automatically if the raw file is detected (this is helpful if the user chose an undesired format and wants to change it without redownloading the entire video)
- Added a migration feature to prevent the loss of user config data when loading from older versions
- Greatly optimized the queue and history storage systems, it now stores each in a single compressed file
- Small UI improvements
Full Changelog: v4.3.1.0...v4.4.0.0
MediaDownloader v4.3.1.0
CHANGES
- Greatly improved the bootstrapper, it now has a nice GUI that shows progress
- Improved the update checker
- Added some config safety features, this will prevent the config manager from breaking if the user inputs a '¶' or '\n' (these two characters are used as delimiters in the config manager)
Full Changelog: v4.3.0.0...v4.3.1.0
MediaDownloader v4.3.0.0
CHANGES
- Improved the progress bar for the queue system
- Added a config option to allow only specified urls to be downloaded from
- Double-clicking the url textbox now navigates to the current url in a browser
- Fixed minor bugs
- MediaDownloader Updater v1.1.0
- Made it run inside a shell window instead of a powershell windows
- Made it work as a standalone updater
MediaDownloader v4.2.3.0
CHANGES
- Fixed playlist downloader not working with named folders (I broke it for the 2nd time, I swear it's fixed now :) )
MediaDownloader v4.2.2.0
CHANGES
- I accidentally broke the playlist downloader in the last update (it is now fixed, sorry!)
- The updater now displays a changelog for the new update
MediaDownloader v4.2.1.0
CHANGES
- Added a feature to refresh the download if it gets stuck (control or shift-click the download button)
- Fixed bug with the playlist folder name resetting when used in-tangent with the queue system
- Made QueueItem files more human readable
MediaDownloader v4.2.0.0
CHANGES
- Added a feature to download playlists (just paste a playlist link and it will auto-detect, or you can specify it manually)
- Added a feature to automatically choose the output name
- Improved the trimming system, you can now choose a start timestamp and automatically cut until the end, or vise-versa
- Added an option to download thumbnails
- Added a self-updater
- Added a button to reset settings to default
- Updated the config system
- Minor visual changes
- Fixed minor bugs