From 98f48fab733f9d931479d52f2625965eae1141cf Mon Sep 17 00:00:00 2001 From: mhogomchungu Date: Mon, 4 Nov 2024 21:30:38 +0300 Subject: [PATCH] this commit marks the release point of version 5.2.0 --- CMakeLists.txt | 2 +- README.md | 8 ++++---- changelog | 7 +++++++ ....github.mhogomchungu.media-downloader.metainfo.xml | 11 +++++++++++ 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c6ee57f..e4cf5ab2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF) -set( PGR_VERSION "5.1.0" ) +set( PGR_VERSION "5.2.0" ) set( COPYRIGHT_YEARS "2021-2024" ) INCLUDE(GNUInstallDirs) diff --git a/README.md b/README.md index ce083465..015033bf 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Turkish, Russian, Japanese, French, and Italian. ## Extensions Media Downloader is a GUI front end to [yt-dlp](https://github.com/yt-dlp/yt-dlp), [gallery-dl](https://github.com/mikf/gallery-dl), [lux](https://github.com/iawia002/lux), -[you-get](https://github.com/soimort/you-get), [svtplay-dl](https://github.com/spaam/svtplay-dl), [aria2c](https://aria2.github.io/), [wget](https://www.gnu.org/software/wget) and [safari books](https://github.com/mhogomchungu/safaribooks). +[you-get](https://github.com/soimort/you-get), [svtplay-dl](https://github.com/spaam/svtplay-dl), [aria2c](https://aria2.github.io/), and [wget](https://www.gnu.org/software/wget). Read the [extensions](https://github.com/mhogomchungu/media-downloader/wiki/Extensions) page for further information on these programs and how to install them. @@ -42,17 +42,17 @@ Make sure you have access to the internet before you run the media-downloader fo #### Bundle for MacOS -Bundle for MacOS is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.1.0/MediaDownloader-5.1.0.dmg). This bundle is not notarized and your system may report it as "corrupted". Search the internet on how to install bundles that are not notarized if you want to use this app on MacOS. +Bundle for MacOS is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.2.0/MediaDownloader-5.2.0.dmg). This bundle is not notarized and your system may report it as "corrupted". Search the internet on how to install bundles that are not notarized if you want to use this app on MacOS. #### Installer for Microsoft Windows -Installer for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.1.0/MediaDownloader-5.1.0.setup.exe). +Installer for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.2.0/MediaDownloader-5.2.0.setup.exe). #### Portable version for Microsoft Windows A portable version is a self-contained version that keeps everything in the application folder and does not need to be installed first. -Portable version for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.1.0/MediaDownloader-5.1.0.zip). +Portable version for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.2.0/MediaDownloader-5.2.0.zip). You can also install the portable version for Windows using scoop with the following commands: diff --git a/changelog b/changelog index e72e5978..dae73ef2 100644 --- a/changelog +++ b/changelog @@ -318,3 +318,10 @@ Version 1.2.0(April 1st, 2021) - 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. + + Version 5.2.0(November 4th, 2024) + [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. diff --git a/src/flatpak/io.github.mhogomchungu.media-downloader.metainfo.xml b/src/flatpak/io.github.mhogomchungu.media-downloader.metainfo.xml index 0350a66b..c864f5cd 100644 --- a/src/flatpak/io.github.mhogomchungu.media-downloader.metainfo.xml +++ b/src/flatpak/io.github.mhogomchungu.media-downloader.metainfo.xml @@ -54,6 +54,17 @@ + + https://github.com/mhogomchungu/media-downloader/releases/download/5.2.0/media-downloader-5.2.0.tar.xz/ + +

Changelog

+
    +
  • Use yt-dlp from "https://github.com/nicolaasjan/yt-dlp" when using windows7.
  • +
  • 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.
  • +
+
+
https://github.com/mhogomchungu/media-downloader/releases/download/5.1.0/media-downloader-5.1.0.tar.xz/