Skip to content

Commit

Permalink
this commit marks the release point of version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Sep 5, 2024
1 parent eded662 commit 30ffd4a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 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.1" )
set( PGR_VERSION "5.1.0" )
set( COPYRIGHT_YEARS "2021-2024" )

INCLUDE(GNUInstallDirs)
Expand Down
6 changes: 3 additions & 3 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,11 @@ Version 1.2.0(April 1st, 2021)
[Flatpak]
- Use ~/Downloads folder as default download folder.

Version 5.1.0(Unreleased)
Version 5.1.0(September 5th, 2024)
[All]
- Ask for confirmation before deleting entries in the library tab.
- 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.
- Fix a bug that caused Qt based external tools to be affected by the app's scalling factor.
- 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.
14 changes: 14 additions & 0 deletions src/flatpak/io.github.mhogomchungu.media-downloader.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@
</categories>

<releases>
<release version="5.1.0" type="stable" date="2024-09-05" >
<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>Add ability to rename downloaded media in the batch downloader tab.</li>
<li>Add ability to rename entries in the library tab.</li>
<li>Add ability to play downloaded media in the basic downloader tab.</li>
<li>Add ability to edit preset options.</li>
<li>Ask for confirmation before deleting entries in the library tab.</li>
<li>Fix a bug that caused Qt based external tools to be affected by the app's scalling factor.</li>
</ul>
</description>
</release>
<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>
Expand Down

0 comments on commit 30ffd4a

Please sign in to comment.