Skip to content

Commit

Permalink
Pre-release changes (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Jan 29, 2025
1 parent b0acdd3 commit df686f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
lximage-qt-2.1.1 / 2025-01-29
==============================
* Don't set a limit for image size (Qt6 had set an allocation limit of 256 MiB).
* Fixed invalid `nullptr` parameter in `QObject::connect` (and so, silenced a warning).
* Fixed a small miscalculation in selection screenshot.
* Ensure the current thumbnail is in the visible part of the thumbnail bar.
* Fixed a problem in rectangular annotations.

lximage-qt-2.1.0 / 2024-11-05
==============================
* Corrected a misspelled mimetype in the desktop entry.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include(GNUInstallDirs)

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

set(LXQTBT_MINIMUM_VERSION "2.1.0")
Expand Down

0 comments on commit df686f7

Please sign in to comment.