Skip to content

Releases: o7q/MediaDownloader

MediaDownloader v4.4.1.0

19 Apr 19:21
@o7q o7q
Compare
Choose a tag to compare

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

06 Apr 04:55
@o7q o7q
Compare
Choose a tag to compare

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

16 Mar 01:40
@o7q o7q
Compare
Choose a tag to compare

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

01 Oct 02:36
@o7q o7q
Compare
Choose a tag to compare

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

22 Sep 02:28
@o7q o7q
Compare
Choose a tag to compare

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

22 Sep 01:43
@o7q o7q
Compare
Choose a tag to compare

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

22 Sep 01:01
@o7q o7q
Compare
Choose a tag to compare

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

21 Sep 20:41
@o7q o7q
Compare
Choose a tag to compare

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

MediaDownloader v4.1.1.0

25 Aug 23:49
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Fixed history not sorting correctly

MediaDownloader v4.1.0.0

20 Aug 22:08
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Added a new format option named mp4 (fast), this option will download videos as fast as possible and disregard all codecs (this is extremely useful for downloading long videos if you plan on just viewing them, some video editors may not accept this format)
  • Minor spelling changes