Skip to content

Commit

Permalink
Pre-release changes (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 15, 2023
1 parent 0ea6d30 commit e5f8496
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.7.0 / 2023-04-15
==================
* Specify the widget when showing its tooltip (on Wayland).
* Corrected info-bar tooltips.
* Made the (PNG) font of info-bar a little larger.
* Don't try to save position or raise window under Wayland.
* Got rid of c-style string functions.
* Removed the redundant method `overpaintCell`.
* Removed all codes related to the nonexistent "command menu".
* Avoided `QWidget::repaint()`.
* Code cleanup.

2.6.0 / 2022-11-05
==================
* Removed some redundant variables and classes.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Project(qps)
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)

set(MAJOR_VERSION 2)
set(MINOR_VERSION 6)
set(MINOR_VERSION 7)
set(PATCH_VERSION 0)
set(QPS_VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
add_definitions(
-DQPS_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
)

# Minimum Versions
set(LXQTBT_MINIMUM_VERSION "0.12.0")
set(LXQTBT_MINIMUM_VERSION "0.13.0")
set(LXQT_MINIMUM_VERSION "1.2.0")
set(QT_MINIMUM_VERSION "5.15.0")

Expand Down

0 comments on commit e5f8496

Please sign in to comment.