Skip to content

Commit cc9ca82

Browse files
authored
Pre-release changes (#577)
1 parent 576041d commit cc9ca82

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
lximage-qt-1.2.0 / 2022-11-05
2+
==============================
3+
* Fixed visual glitches in painting cached images.
4+
* Added Sorting sub-menu to View menu.
5+
16
lximage-qt-1.1.0 / 2022-04-15
27
==============================
38
* Restore maximized state (if any) on un-fullscreening.

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ project(lximage-qt)
99
include(GNUInstallDirs)
1010

1111
set(MAJOR_VERSION 1)
12-
set(MINOR_VERSION 1)
12+
set(MINOR_VERSION 2)
1313
set(PATCH_VERSION 0)
1414
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
1515

16-
set(LXQTBT_MINIMUM_VERSION "0.11.0")
17-
set(LIBFMQT_MINIMUM_VERSION "1.1.0")
16+
set(LXQTBT_MINIMUM_VERSION "0.12.0")
17+
set(LIBFMQT_MINIMUM_VERSION "1.2.0")
1818
set(QT_MINIMUM_VERSION "5.15.0")
1919

2020

0 commit comments

Comments
 (0)