From 1dc81f60412b9b584e0adf025373a78cc99500aa Mon Sep 17 00:00:00 2001 From: tsujan Date: Sun, 5 Nov 2023 14:57:35 +0330 Subject: [PATCH] Pre-release changes (#640) --- CHANGELOG | 6 ++++++ CMakeLists.txt | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9f1e5454..474a82e8 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 0b00a2f1..9087fffb 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")