Skip to content

Commit

Permalink
this commit marks the release point of version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Dec 1, 2022
1 parent 5b2bc82 commit da615d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake )

INCLUDE(GNUInstallDirs)

set( PGR_VERSION "Version:\t2.1.0" )
set( PGR_VERSION "Version:\t2.2.0" )
set( COPYRIGHT_YEARS "Copyright:\t2013-2022" )
set( LICENSE "License:\tGPLv2+" )

Expand Down
5 changes: 5 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,8 @@ version 2.1.0(November 5th, 2022)
-- Add a GUI option to show/hide a pop up notification.
-- Fix a bug that caused tray icon to not show up.
-- Add a log window to easily monitor network requrests and responses.


version 2.2.0(December 1st, 2022)
-- Use hyperlink in notification window if they are supported.
-- Retry network request when certain network errors occur.

0 comments on commit da615d1

Please sign in to comment.