Skip to content

Commit

Permalink
this commit marks the release point of version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Apr 1, 2021
1 parent 8bc1e61 commit 3e86f16
Show file tree
Hide file tree
Showing 2 changed files with 12 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 "1.1.0" )
set( PGR_VERSION "1.2.0" )
set( COPYRIGHT_YEARS "2021" )

INCLUDE(GNUInstallDirs)
Expand Down
14 changes: 11 additions & 3 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,19 @@ Version 1.0.0(Jan 30th, 2021)
Version 1.1.0(March 1st,2021)
[All]
- Add polish translations.
- Add json based plugin system to make it possible for users to use their preffered
backend to download media.

[Linux]
- Add support for downloading media using wget in addition to youtube-dl.

[Windows]
- Add ability to automatically download youtube-dl binary on first run and a button
in the configuration tab to update it on demand.
- The "Cancel" button now works as expected.

Version 1.2.0(April 1st,2021)
[All]
- Add json based plugin system to make it possible for users to use their preffered
backends to download media.

[Windows]
- The "Cancel" button now works as expected.
- Bundle ffmpeg.

0 comments on commit 3e86f16

Please sign in to comment.