Skip to content

Commit

Permalink
this commit marks the release point of version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Mar 1, 2021
1 parent 8c4c483 commit 4409219
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(media-downloader)

add_definitions(-Wextra -Wall -pedantic -std=c++14)

set( PGR_VERSION "1.0.0" )
set( PGR_VERSION "1.1.0" )
set( COPYRIGHT_YEARS "2021" )

INCLUDE(GNUInstallDirs)
Expand Down
7 changes: 5 additions & 2 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ Version 1.0.0(Jan 30th, 2021)
- The GUI offers an ability to download single media or multiple medias in batches.
- Works on Linux and Windows.

Version 1.1.0(unreleased)
Version 1.1.0(March 1st,2021)
[All]
- Add polish translations.

[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.
in the configuration tab to update it on demand.
- The "Cancel" button now works as expected.

0 comments on commit 4409219

Please sign in to comment.