Skip to content

Releases: mhogomchungu/media-downloader

5.0.1

20 Aug 12:47
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Changelog:-

    [All]
  - Use blue icons when a dark theme is in use.
    [Flatpak]
  - Use ~/Downloads folder as default download folder.

5.0.0

16 Aug 11:47
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Changelog:-
    [Linux]
    - Add support for flatpak and a flatpak package is hosted at
      flathub(https://flathub.org/apps/io.github.mhogomchungu.media-downloader).
    [All]
    - Various bug fixes and improvements.

4.9.0

01 Aug 09:05
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Changelog:-
         [All]
    - Fix a bug in basic downloader tab that shows up with latest version of yt-dlp.
    - Add improvements to Lux backend.

4.8.0

03 Jul 08:23
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Changelog:-
   [All]
- Add Korean translations.
- Fix a bug that prevented you-get from getting auto updated caused by upstream change.
- Add ability to edit in place engine's default options.
- Add ability to sort comments by likes or date.


4.7.0

24 May 15:54
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Changelog:
         [All]
    - Add Arabic translations.
    - Add support for MacOS.
ps: 
    - Its now possible since version 4.4.0 to build for Qt6 by passing
      "-DBUILD_WITH_QT6=TRUE" option to cmake.

4.6.0

03 May 06:52
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Changelog:
     [Windows]
     - Update bundled ffmpeg to version 7. Unistall first Media Downloader before updating to this version
       because some ffmpeg files are named differently causing older files to not be removed.
      [All]
     - Add config only for now options to show desktop notification when a download is complete. To get a
       desktop notification when a download is complete, add option
       "DesktopNotifyOnDownloadComplete=true" to the config file. To get a desktop notification when all
       downloads complete, add option "DesktopNotifyOnAllDownloadComplete" to the config file.
    - Add support for "--playlist-reverse" yt-dlp option. Media Downloader need to simulate yt-dlp playlist 
      options because it manages the playlist itself.

ps: 
    - Its now possible since version 4.4.0 to build for Qt6 by passing
      "-DBUILD_WITH_QT6=TRUE" option to cmake.

4.5.0

01 Apr 13:56
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Changelog:

      [All]
     - Support internal downloading and updating svtplay.
     - "Show media Options" menu now has a context menu with a list of video players you can
        use for streaming a media instead of downloading it.
     - Its now possible to select random entries in batch and playlist downloader tabs and 
       batch download only those selected.
ps:
     - Its now possible since version 4.4.0 to build for Qt6 by passing
      "-DBUILD_WITH_QT6=TRUE" option to cmake.

4.4.0

03 Mar 16:38
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

      [Windows]
     - Fix a bug that caused Media Downloader to not show progress report when file names contained invalid
       json character.
      [All]
     - Add a boolean config only option named  "DeleteFilesOnCanceledDownload" to delete temporary files
        when download is cancelled.
     - Add a file size colum in "media options" table to easily show media file sizes.
     - Now buildable with Qt6. Pass "-DBUILD_WITH_QT6=TRUE" option to cmake to build for Qt6.

4.3.1

01 Feb 20:04
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Changelog:-
      - Hot fix release so just repeating changelong for version 4.3.0.
      [Windows]
      - Automatic updates of Media Downloader can now be configured to track git updates. Look for
        option named "WindowsUpdateChannel" in the config file and change its value to "git" to start
        monitoring git channel. Change the value back to "release" to go back to monitoring release channel.
      [All]
      - Fix a bug that causes a crash when trying to be clever with certain user provided yt-dlp options.

4.3.0

01 Feb 05:41
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Changelog:-
      [Windows]
      - Automatic updates of Media Downloader can now be configured to track git updates. Look for
        option named "WindowsUpdateChannel" in the config file and change its value to "git" to start
        monitoring git channel. Change the value back to "release" to go back to monitoring release channel.
      [All]
      - Fix a bug that causes a crash when trying to be clever with certain user provided yt-dlp options.