Skip to content

Commit

Permalink
this commit marks the release point of version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Jan 31, 2025
1 parent a4607a1 commit a24a94c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

set( PGR_VERSION "5.2.0" )
set( PGR_VERSION "5.2.1" )
set( COPYRIGHT_YEARS "2021-2025" )

INCLUDE(GNUInstallDirs)
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,21 @@ Make sure you have access to the internet before you run "Media Downloader" for

#### Bundle for 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. This bundle works on macOS 14.0 or later.
Bundle for MacOS is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.2.1/MediaDownloaderQt6-5.2.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. This bundle works on macOS 14.0 or later.

#### Installer for Microsoft Windows

Installer for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.2.0/MediaDownloader-5.2.0.setup.exe).
Installer for Microsoft Windows that is build with Qt5 and has a minimum requirenment of windows 7 is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.2.1/MediaDownloaderQt5-5.2.1.setup.exe).

Installer for Microsoft Windows that is build with Qt5 and has a minimum requirenment of windows 10 is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.2.1/MediaDownloaderQt6-5.2.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.2.0/MediaDownloader-5.2.0.zip).
Portable version for Microsoft Windows that is build with Qt5 and has a minimum requirenment of windows 7 is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.2.1/MediaDownloaderQt5-5.2.1.zip).

Portable version for Microsoft Windows that is build with Qt6 and has a minimum requirenment of windows 10 is [here](https://github.com/mhogomchungu/media-downloader/releases/download/5.2.1/MediaDownloaderQt6-5.2.1.zip).

You can also install the portable version for Windows using scoop with the following commands:

Expand Down
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,6 @@ Version 1.2.0(April 1st, 2021)
- 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.

Version 5.2.1(February 1st, 2025)
Version 5.2.1(January 31st, 2025)
[ALL]
- Maintanance release.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</categories>

<releases>
<release version="5.2.1" type="stable" date="2025-02-01" >
<release version="5.2.1" type="stable" date="2025-01-31" >
<url type="details">https://github.com/mhogomchungu/media-downloader/releases/download/5.2.1/media-downloader-5.2.1.tar.xz/</url>
<description>
<p>Changelog</p>
Expand Down

0 comments on commit a24a94c

Please sign in to comment.