Skip to content

Commit e5f8496

Browse files
authored
Pre-release changes (#429)
1 parent 0ea6d30 commit e5f8496

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.7.0 / 2023-04-15
2+
==================
3+
* Specify the widget when showing its tooltip (on Wayland).
4+
* Corrected info-bar tooltips.
5+
* Made the (PNG) font of info-bar a little larger.
6+
* Don't try to save position or raise window under Wayland.
7+
* Got rid of c-style string functions.
8+
* Removed the redundant method `overpaintCell`.
9+
* Removed all codes related to the nonexistent "command menu".
10+
* Avoided `QWidget::repaint()`.
11+
* Code cleanup.
12+
113
2.6.0 / 2022-11-05
214
==================
315
* Removed some redundant variables and classes.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Project(qps)
99
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
1010

1111
set(MAJOR_VERSION 2)
12-
set(MINOR_VERSION 6)
12+
set(MINOR_VERSION 7)
1313
set(PATCH_VERSION 0)
1414
set(QPS_VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
1515
add_definitions(
1616
-DQPS_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
1717
)
1818

1919
# Minimum Versions
20-
set(LXQTBT_MINIMUM_VERSION "0.12.0")
20+
set(LXQTBT_MINIMUM_VERSION "0.13.0")
2121
set(LXQT_MINIMUM_VERSION "1.2.0")
2222
set(QT_MINIMUM_VERSION "5.15.0")
2323

0 commit comments

Comments
 (0)