diff --git a/CHANGELOG.md b/CHANGELOG.md index 32fb0fd..8e72968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Release Notes ## +### 4.99.27 [2023-05-28] ### + +* Fixed link detection +* Adjusted hotkey handling under Wayland to use dconf + + ### 4.99.26 [2022-09-03] ### * Added font selection in settings diff --git a/src/QText.pro b/src/QText.pro index 1ca7585..f919471 100644 --- a/src/QText.pro +++ b/src/QText.pro @@ -1,6 +1,6 @@ APP_PRODUCT = "QText" APP_COMPANY = "Josip Medved" -APP_VERSION = "4.99.26" +APP_VERSION = "4.99.27" APP_COPYRIGHT = "Copyright 2004 Josip Medved " APP_DESCRIPTION = "QText: Note taking utility with auto-save"