Skip to content

Commit

Permalink
this commit marks the release point of version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Nov 4, 2024
1 parent 26a0dd0 commit 98f48fa
Show file tree
Hide file tree
Showing 4 changed files with 23 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.1.0" )
set( PGR_VERSION "5.2.0" )
set( COPYRIGHT_YEARS "2021-2024" )

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

Expand All @@ -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:

Expand Down
7 changes: 7 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
11 changes: 11 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,17 @@
</categories>

<releases>
<release version="5.2.0" type="stable" date="2024-11-04" >
<url type="details">https://github.com/mhogomchungu/media-downloader/releases/download/5.2.0/media-downloader-5.2.0.tar.xz/</url>
<description>
<p>Changelog</p>
<ul>
<li>Use yt-dlp from "https://github.com/nicolaasjan/yt-dlp" when using windows7.</li>
<li>Add a context menu in the batch downloader tab to hide/show UI controls to make visible more entries to be downloaded.</li>
<li>When application starts, put it on the screen where it was when it was last closed.</li>
</ul>
</description>
</release>
<release version="5.1.0" type="stable" date="2024-09-05" >
<url type="details">https://github.com/mhogomchungu/media-downloader/releases/download/5.1.0/media-downloader-5.1.0.tar.xz/</url>
<description>
Expand Down

0 comments on commit 98f48fa

Please sign in to comment.