Skip to content

Commit

Permalink
Pre-release changes (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan authored Apr 15, 2023
1 parent cb1c853 commit a55c5e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
qtermwidget-1.3.0 / 2023-04-15
===============================
* Fixed a problem in switching the color scheme between dark and light.
* Prevented a crash on splitting the terminal under `kwin_wayland`

qtermwidget-1.2.0 / 2022-11-05
===============================
* Enabled Bidi rendering by default.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ option(USE_UTF8PROC "Use libutf8proc for better Unicode support. Default OFF" OF
# just change version for releases
# keep this in sync with the version in pyqt/pyproject.toml
set(QTERMWIDGET_VERSION_MAJOR "1")
set(QTERMWIDGET_VERSION_MINOR "2")
set(QTERMWIDGET_VERSION_MINOR "3")
set(QTERMWIDGET_VERSION_PATCH "0")

set(QTERMWIDGET_VERSION "${QTERMWIDGET_VERSION_MAJOR}.${QTERMWIDGET_VERSION_MINOR}.${QTERMWIDGET_VERSION_PATCH}")
Expand All @@ -33,7 +33,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)

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

find_package(Qt5Widgets "${QT_MINIMUM_VERSION}" REQUIRED)
find_package(Qt5LinguistTools "${QT_MINIMUM_VERSION}" REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion lib/qtermwidget.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name" : "QTermWidget",
"Version" : "1.2.0",
"Version" : "1.3.0",
"Vendor" : "LXQt",
"Copyright" : "(C) 2022 LXQt",
"Url" : "https://github.com/lxqt/qtermwidget",
Expand Down
2 changes: 1 addition & 1 deletion pyqt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ build-backend = "sipbuild.api"

[tool.sip.metadata]
name = "QTermWidget"
version = "1.2.0"
version = "1.3.0"
requires-dist = ["PyQt5"]

0 comments on commit a55c5e6

Please sign in to comment.