Skip to content

Commit

Permalink
Pre-release changes (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Nov 5, 2024
1 parent 3c8db8e commit 925c02d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
liblxqt-2.1.0 / 2024-11-05
===========================
* Replaced `QLatin1String` with `QLatin1StringView`.
* Enable custom screenlockers on X11 and wayland.
* Fixed setting of item geometries in grid layout.
* Support reversing the order of items in LXQt's grid layout.

liblxqt-2.0.0 / 2024-04-17
===========================
* Ported to Qt6.
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR)
project(liblxqt)


set(LXQTBT_MINIMUM_VERSION "2.0.0")
set(LXQTBT_MINIMUM_VERSION "2.1.0")
set(KF6_MINIMUM_VERSION "6.0.0")
set(QT_MINIMUM_VERSION "6.6.0")
set(QTXDG_MINIMUM_VERSION "4.0.0")
set(QTXDG_MINIMUM_VERSION "4.1.0")

# Major LXQt Version, belong to all components
set(LXQT_MAJOR_VERSION 2)
# Minor LXQt Version, belong to all components
set(LXQT_MINOR_VERSION 0)
set(LXQT_MINOR_VERSION 1)
#
# Patch Version, belong *only* to the component
# LXQt is 0.13 - liblxqt is at patch version 0
Expand Down

0 comments on commit 925c02d

Please sign in to comment.