Skip to content

Releases: mhogomchungu/media-downloader

5.2.2

08 Feb 17:17
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Note on Windows builds:

   MediaDownloaderQt6-5.2.2 builds are 64 bit/Qt6 and have minimum requirement of windows 10.
   MediaDownloaderQt5-5.2.2 builds are 32 bit/Qt5 and have minimum requirement of windows 7.

Changelog:-
   [ALL]
   - Many Urls can now be added in batch downloader's Url's text field without hanging the application.
   - Update Brazilian Portuguese translations.
   [Windows Qt6 build]
   - Checkbox in batch downloader tab to monitor for clipboard contents now works.

5.2.1

31 Jan 10:16
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Note on Windows builds:

   MediaDownloaderQt6-5.2.1 builds are 64 bit/Qt6 and have minimum requirement of windows 10.
   MediaDownloaderQt5-5.2.1 builds are 32 bit/Qt5 and have minimum requirement of windows 7.

Changelog:-
   [ALL]
   - Maintanance release.
   [Flatpak]
   - Update KDE runtime from version 6.7 to version 6.8.

5.2.0

04 Nov 18:34
Compare
Choose a tag to compare
The signing key can be retrieved with below command:

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Note on Windows builds:

   MediaDownloaderQt6-5.2.0 builds are 64 bit and have minimum requirement of windows 10.
   MediaDownloader-5.2.0 builds are 32 bit and have minimum requirement of windows 7.

Changelog:-

    [Windows]
    - Use yt-dlp from "https://github.com/nicolaasjan/yt-dlp" when using windows7.
    [All]
    - Add a context menu in the batch downloader tab to hide/show UI controls to 
       make visible more entries to be downloaded.
    - When application starts, put it on the screen where it was when it was last closed.

5.1.0

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

    gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242

Changelog:-
    [All]
    - Add ability to rename downloaded media in the batch downloader tab.
    - Add ability to rename entries in the library tab.
    - Add ability to play downloaded media in the basic downloader tab.
    - Add ability to edit preset options.
    - Ask for confirmation before deleting entries in the library tab.
    - Fix a bug that caused Qt based external tools to be affected by the app's scalling factor.

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.