diff --git a/CMakeLists.txt b/CMakeLists.txt index 24e772a63..b27071bbd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/changelog b/changelog index 25c9da7a2..405483b34 100644 --- a/changelog +++ b/changelog @@ -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.