diff --git a/CHANGELOG b/CHANGELOG index 9f1e545..474a82e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +lximage-qt-1.4.0 / 2023-11-05 +============================== + * Added minimal support for color spaces. + * Removed ImageShack upload option (ImageShack requires a paid subscription now). + * Replaced instances of 'LXImage' with 'LXImage-Qt' in desktop entries. + lximage-qt-1.3.0 / 2023-04-15 ============================== * Added a note on `kimageformats` to README. diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b00a2f..9087fff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,12 +9,12 @@ project(lximage-qt) include(GNUInstallDirs) set(MAJOR_VERSION 1) -set(MINOR_VERSION 3) +set(MINOR_VERSION 4) set(PATCH_VERSION 0) set(LXIMAGE_VERSION ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}) set(LXQTBT_MINIMUM_VERSION "0.13.0") -set(LIBFMQT_MINIMUM_VERSION "1.3.0") +set(LIBFMQT_MINIMUM_VERSION "1.4.0") set(QT_MINIMUM_VERSION "5.15.0")