From 5297b18aab2f00839ee80d907951abd28a593cbc Mon Sep 17 00:00:00 2001 From: mhogomchungu Date: Tue, 20 Aug 2024 09:36:29 +0300 Subject: [PATCH] this commit marks the release point of version 5.0.1 --- CMakeLists.txt | 2 +- README.md | 6 +++--- changelog | 6 ++++++ ...github.mhogomchungu.media-downloader.metainfo.xml | 12 +++++++++++- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8117a2c4..750c1c4c 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.0.0" ) +set( PGR_VERSION "5.0.1" ) set( COPYRIGHT_YEARS "2021-2024" ) INCLUDE(GNUInstallDirs) diff --git a/README.md b/README.md index f6ceacb6..4db88ec7 100644 --- a/README.md +++ b/README.md @@ -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.0.0/MediaDownloader-5.0.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.0.1/MediaDownloader-5.0.1.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.0.0/MediaDownloader-5.0.0.setup.exe). +Installer for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.0.1/MediaDownloader-5.0.1.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.0.0/MediaDownloader-5.0.0.zip). +Portable version for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.0.1/MediaDownloader-5.0.1.zip). You can also install the portable version for Windows using scoop with the following commands: diff --git a/changelog b/changelog index 61ffff46..a573d714 100644 --- a/changelog +++ b/changelog @@ -303,3 +303,9 @@ Version 1.2.0(April 1st, 2021) flathub(https://flathub.org/apps/io.github.mhogomchungu.media-downloader). [All] - Various bug fixes and improvements. + + Version 5.0.1(August 20th, 2024) + [All] + - Use blue icons when a dark theme is in use. + [Flatpak] + - Use ~/Downloads folder as default download folder. diff --git a/src/flatpak/io.github.mhogomchungu.media-downloader.metainfo.xml b/src/flatpak/io.github.mhogomchungu.media-downloader.metainfo.xml index 648794a8..91dc99a6 100644 --- a/src/flatpak/io.github.mhogomchungu.media-downloader.metainfo.xml +++ b/src/flatpak/io.github.mhogomchungu.media-downloader.metainfo.xml @@ -54,12 +54,22 @@ + + https://github.com/mhogomchungu/media-downloader/releases/download/5.0.1/media-downloader-5.0.1.tar.xz/ + +

Changelog

+
    +
  • Use blue icons when a dark theme is in use.
  • +
  • Use ~/Downloads folder as default download folder when using flatpak.
  • +
+
+
https://github.com/mhogomchungu/media-downloader/releases/download/5.0.0/media-downloader-5.0.0.tar.xz/

Changelog

    -
  • Add support for flatpak and a flatpak package.
  • +
  • First release with flatpak support
  • Various bug fixes and improvements.