Skip to content

Commit

Permalink
Prerelease changes (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 16, 2022
1 parent c9f8de0 commit 62a57b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
lximage-qt-1.1.0 / 2022-04-15
==============================
* Restore maximized state (if any) on un-fullscreening.
* Removed the desktop file for taking screenshots.
* Fixed capturing an area of a screen that isn't positioned at the top left.

lximage-qt-1.0.0 / 2021-11-04
==============================
* Bumped minimum required Qt version to 5.15.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ project(lximage-qt)
include(GNUInstallDirs)

set(MAJOR_VERSION 1)
set(MINOR_VERSION 0)
set(MINOR_VERSION 1)
set(PATCH_VERSION 0)
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})

set(LXQTBT_MINIMUM_VERSION "0.10.0")
set(LIBFMQT_MINIMUM_VERSION "1.0.0")
set(LXQTBT_MINIMUM_VERSION "0.11.0")
set(LIBFMQT_MINIMUM_VERSION "1.1.0")
set(QT_MINIMUM_VERSION "5.15.0")


Expand Down

0 comments on commit 62a57b2

Please sign in to comment.