
Version 1.0.0(Jan 30th, 2021)
 - The GUI can be used to download any media supported by youtube-dl.
 - The GUI can show all available media a url can offer.
 - The GUI allows user to choose what media entry offered by a url they want to download.
 - The GUI offers a preset list of options to choose from to select what media entry
    offered by a url they want to download.
 - The GUI offers an ability to change preset options or add new ones making it possible
    to use the GUI to automate any use case supported by youtube-dl.
 - The GUI offers an ability to download single media or multiple medias in batches.
 - Works on Linux and Windows.

Version 1.1.0(March 1st, 2021)
[All]
 - Add polish translations.

[Linux]
 - Add support for downloading media using wget in addition to youtube-dl.

[Windows]
 - Add ability to automatically download youtube-dl binary on first run and a button
    in the configuration tab to update it on demand.
 - The "Cancel" button now works as expected.

Version 1.2.0(April 1st, 2021)
[All]
 - Add json based plugin system to make it possible for users to use their preffered
   backends to download media.

[Windows]
 - Bundle ffmpeg.

 Version 1.3.0(May 1st, 2021)
 [All]
 - Add simplified chinese translations.
 - Add Spanish translations.
 - Add an option to do batch downloads concurrently.
 [Windows]
 - Add a portable version(A self contained version that keeps everything in the application folder).
 [Linux]
 - Add an option to prefer system executables over private media downloader executables.

  Version 1.4.0(June 1st, 2021)
 [All]
- Add dark themes support.
- Add Turkish translations.
- Update translations.
- Make each tab control its own default engine.
- Add a tab in a configure tab that allow changing of default downloading options for each engine.
- Add a library tab that allows management of downloaded media from within the app.
- Make it possible to launch a media by double clicking its entry in the batch tab,playlist tab and library tab.
- Add support for gallery-dl extension(https://github.com/mikf/gallery-dl).
 [Windows]
- Update bundled OpenSSL to version 1.1.1j.

  Version 1.5.0(July 1st, 2021)
  [All]
- Show thumbnails in the playlist downloader tab and in the batch downloader tab. An option has to be set in the
  configure tab to enable thumbnails to show up in the batch downloader tab because  fetching thumbnails
  is a slow process.
- Make it possible to start downloading or cancel an ongoing download at an individual entry in the batch downloader
  or playlist downloader tab.
- Make it possible to set downloading option per entry in the batch downloader or playlist downloader that overrides
  global options that are set in the "Enter Options" field.

  Version 1.6.0(August 4th, 2021)
    [All]
  - Add a context menu in the batch downloader tab and playlist downloader tab to save add added entries to disk.
  - Show progress in the title bar when downloading media through the batch downloader tab and playlist downloader tab.
  - Add "--max-media-length" and "--min-media-length" options to exclude playlist entries that falls outside the media lenght boundary.
  - Update translations.
  - Add ability to show history of receantly used commands in all relevant places.

  Version 1.7.0(October 2nd, 2021)
    [All]
  - Switch default engine from youtube-dl to yt-dlp.
  - Add "--break-on-existing" playlist downloader option to stop processing playlist when the id of a current entry is found in the
    archive file. This option goes in the "Get List Options" text field in the playlist downloader tab.
  - Add "--skip-on-existing" playlist downloader option to show in the UI a playlist's current entry when its id is in the archive file
    but not downloading its media. This option goes in the "Get List Options" text field in the playlist downloader tab.
  - Add a checkbox in the playlist downloader tab to save entered playlist for processing.
  - Above three options in combination with manual setting of archive file option
    (configure tab->engine default option tab->"default download options" text field  makes it possible to
    easily monitor and download new entries in playlists.

  Version 1.8.0(October 12nd, 2021)
    [Windows]
  - Bundle "aria2c" binary.
  - Bundle "aria2c" extension.
    [All]
  - Add support for "yt-dlp-aria2c" extension that causes yt-dlp extension to use aria2c as its downloader.
  - Add support for "aria2c" extension.
  - Add Russian translations.

  Version 1.9.0(October 17th, 2021)
    [All]
    - Add Japanese translations,

  Version 2.0.0(Novermber 3rd, 2021)
    [All]
    - Add "-u" commnd line option to add a Url to the application's batch downloder tab. This feature is useful when used
    with browser extensions that can open links in external application and it can be used to quickly add a link to the application.
    - Add "-a" commnd line option to automatically start downloading Url added with "-u" option.

  Version 2.1.0(December 1st, 2021)
    - Add ability to set what engine should be used and with what options based on entered url. This ability allows for
      example to say "i want yt-dlp to be used with download option of "mp4-mobile" with any link from streamable.com".
    - Add ability to bookmark channels in the playlist downloader tab to make it easier to monitor favorite channels.

  Version 2.1.1(December 2st, 2021)
    - Fix a bug caused by a change in yt-dlp output.
