Skip to content

Commit

Permalink
this commit marks the release point of version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Feb 1, 2024
1 parent f972c05 commit 914fa57
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.2.0" )
set( PGR_VERSION "4.3.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.2.0/MediaDownloader-4.2.0.setup.exe).
Installer for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader/releases/download/4.3.0/MediaDownloader-4.3.0.setup.exe).

#### Portable version for Microsoft Windows

A portable version is a self-contained version that keeps everything in the application folder.

Portable version for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader/releases/download/4.2.0/MediaDownloader-4.2.0.zip).
Portable version for Microsoft Windows is [here](https://github.com/mhogomchungu/media-downloader/releases/download/4.3.0/MediaDownloader-4.3.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 @@ -232,7 +232,7 @@ Version 1.2.0(April 1st, 2021)
- Add ability to filter and sort media list to easily choose which ones to download.
- Rework UI options that control checking for updates and autodownloads at startup.

Version 4.3.0(Unreleased)
Version 4.3.0(February 1st, 2024)
[Windows]
- Automatic updates of Media Downloader can now be configured to track git updates. Look for
option named "WindowsUpdateChannel" in the config file and change its value to "git" to start
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.3.0" date="2024-02-01"/>
<release version="4.2.0" date="2024-01-02"/>
<release version="4.1.0" date="2023-12-01"/>
<release version="4.0.0" date="2023-11-02"/>
Expand Down

0 comments on commit 914fa57

Please sign in to comment.