Skip to content

Commit

Permalink
this commit marks the release point of version 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed May 24, 2024
1 parent 8d0a1d6 commit b21044f
Show file tree
Hide file tree
Showing 4 changed files with 10 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 "4.6.0" )
set( PGR_VERSION "4.7.0" )
set( COPYRIGHT_YEARS "2021-2024" )

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

## Binary packages

#### Bundle for MacOS

Bundle for MacOS is [here](https://github.com/mhogomchungu/media-downloader/releases/download/4.7.0/MediaDownloader-4.7.0.dmg).

#### Installer for Microsoft Windows

Installer for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader/releases/download/4.6.0/MediaDownloader-4.6.0.setup.exe).
Installer for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader/releases/download/4.7.0/MediaDownloader-4.7.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/4.6.0/MediaDownloader-4.6.0.zip).
Portable version for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader/releases/download/4.7.0/MediaDownloader-4.7.0.zip).

Git version of portable version for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader-git/releases).
Git versions for windows and macos can be downloaded from [here](https://github.com/mhogomchungu/media-downloader-git/releases).

#### Aur package for Arch Linux
Arch Linux users can build the project from source using [this](https://aur.archlinux.org/packages/media-downloader) aur package.
Expand Down
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Version 1.2.0(April 1st, 2021)
- Add support for "--playlist-reverse" yt-dlp option. Media Downloader need to simulate yt-dlp playlist options
because it manages the playlist itsef.

Version 4.7.0(Unreleased)
Version 4.7.0(May 24, 2024)
[All]
- Add Arabic translations.
- Add support for MacOS.
1 change: 1 addition & 0 deletions src/media-downloader.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<update_contact>mhogomchungu_AT_gmail.com</update_contact>
<content_rating type="oars-1.0" />
<releases>
<release version="4.7.0" date="2024-05-24"/>
<release version="4.6.0" date="2024-05-03"/>
<release version="4.5.0" date="2024-04-01"/>
<release version="4.4.0" date="2024-03-03"/>
Expand Down

0 comments on commit b21044f

Please sign in to comment.