Skip to content

Commit b2c7451

Browse files
authored
Pre-release changes (#711)
1 parent a63a0f1 commit b2c7451

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
lximage-qt-2.2.0 / 2025-04-17
2+
==============================
3+
* Used the device pixel ratio of the window on Wayland.
4+
* Fixes and workarounds for multi-screen scaling issues on Wayland.
5+
* Fixed an old issue in showing GIF animations with pixel ratios > 1.
6+
* Commented out "RememberWindowSize" from settings because it was never used (but might be used later).
7+
18
lximage-qt-2.1.1 / 2025-01-29
29
==============================
310
* Don't set a limit for image size (Qt6 had set an allocation limit of 256 MiB).

CMakeLists.txt

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

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

16-
set(LXQTBT_MINIMUM_VERSION "2.1.0")
17-
set(LIBFMQT_MINIMUM_VERSION "2.1.0")
16+
set(LXQTBT_MINIMUM_VERSION "2.2.0")
17+
set(LIBFMQT_MINIMUM_VERSION "2.2.0")
1818
set(QT_MINIMUM_VERSION "6.6.0")
1919

2020

0 commit comments

Comments
 (0)