Skip to content

Commit

Permalink
this commit marks the release point of version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Aug 20, 2024
1 parent f88bb9a commit 5297b18
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 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.0.0" )
set( PGR_VERSION "5.0.1" )
set( COPYRIGHT_YEARS "2021-2024" )

INCLUDE(GNUInstallDirs)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
6 changes: 6 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
12 changes: 11 additions & 1 deletion src/flatpak/io.github.mhogomchungu.media-downloader.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,22 @@
</categories>

<releases>
<release version="5.0.1" type="stable" date="2024-08-20" >
<url type="details">https://github.com/mhogomchungu/media-downloader/releases/download/5.0.1/media-downloader-5.0.1.tar.xz/</url>
<description>
<p>Changelog</p>
<ul>
<li>Use blue icons when a dark theme is in use.</li>
<li>Use ~/Downloads folder as default download folder when using flatpak.</li>
</ul>
</description>
</release>
<release version="5.0.0" type="stable" date="2024-08-16" >
<url type="details">https://github.com/mhogomchungu/media-downloader/releases/download/5.0.0/media-downloader-5.0.0.tar.xz/</url>
<description>
<p>Changelog</p>
<ul>
<li>Add support for flatpak and a flatpak package.</li>
<li>First release with flatpak support</li>
<li>Various bug fixes and improvements.</li>
</ul>
</description>
Expand Down

0 comments on commit 5297b18

Please sign in to comment.