Skip to content

Commit 1dc81f6

Browse files
authored
Pre-release changes (#640)
1 parent 82cfd47 commit 1dc81f6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
lximage-qt-1.4.0 / 2023-11-05
2+
==============================
3+
* Added minimal support for color spaces.
4+
* Removed ImageShack upload option (ImageShack requires a paid subscription now).
5+
* Replaced instances of 'LXImage' with 'LXImage-Qt' in desktop entries.
6+
17
lximage-qt-1.3.0 / 2023-04-15
28
==============================
39
* Added a note on `kimageformats` to README.

CMakeLists.txt

Lines changed: 2 additions & 2 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 3)
12+
set(MINOR_VERSION 4)
1313
set(PATCH_VERSION 0)
1414
set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
1515

1616
set(LXQTBT_MINIMUM_VERSION "0.13.0")
17-
set(LIBFMQT_MINIMUM_VERSION "1.3.0")
17+
set(LIBFMQT_MINIMUM_VERSION "1.4.0")
1818
set(QT_MINIMUM_VERSION "5.15.0")
1919

2020

0 commit comments

Comments
 (0)