Skip to content

Commit

Permalink
this commit marks the release point of version 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Apr 1, 2024
1 parent 1116422 commit 2dab3e7
Show file tree
Hide file tree
Showing 4 changed files with 5 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 "4.4.0" )
set( PGR_VERSION "4.5.0" )
set( COPYRIGHT_YEARS "2021-2024" )

INCLUDE(GNUInstallDirs)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ Make sure you have access to the internet before you run the media-downloader fo

#### Installer for Microsoft Windows

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

Git version of portable version for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader-git/releases).

Expand Down
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Version 1.2.0(April 1st, 2021)
- Add a file size colum in "media options" table to easily show media file sizes.
- Now buildable with Qt6. Pass "-DBUILD_WITH_QT6=TRUE" option to cmake to build for Qt6.

Version 4.5.0(Unreleased)
Version 4.5.0(April 1st, 2024)
[All]
- Support internal downloading and updating svtplay.
- "Show media Options" menu now has a context menu with a list of video players you can use for
Expand Down
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.5.0" date="2024-04-01"/>
<release version="4.4.0" date="2024-03-03"/>
<release version="4.3.1" date="2024-02-01"/>
<release version="4.3.0" date="2024-02-01"/>
Expand Down

0 comments on commit 2dab3e7

Please sign in to comment.