Skip to content

Commit

Permalink
this commit marks the release point of version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Aug 1, 2023
1 parent 0e84d2a commit 8bcfb84
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

set( PGR_VERSION "3.2.1" )
set( PGR_VERSION "3.3.0" )
set( COPYRIGHT_YEARS "2021-2023" )

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 media-downloader for th

#### Installer for Microsoft Windows

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

#### 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
4 changes: 3 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,11 @@ Version 1.2.0(April 1st, 2021)
[Non Windows]
- Do not auto update media downloader because it works for windows only.

Version 3.2.1(Unreleased)
Version 3.3.0(August 1st, 2023)
[Windows]
- Fix a problem that caused installed version to keep on updating updated version of Media Downloader and other engines.
[All]
- Update Chinese translations.
- Update Russian translations.
- Fix problems in basic downloader tab.
- Various changes and improvements.
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="3.3.0" date="2023-08-01"/>
<release version="3.2.1" date="2023-06-30"/>
<release version="3.2.0" date="2023-06-25"/>
<release version="3.1.0" date="2023-04-04"/>
Expand Down

0 comments on commit 8bcfb84

Please sign in to comment.