From faf48d0b0234dd3b1aab4ccda1a5cf0bcd253e8d Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Fri, 11 Jun 2021 22:08:50 -0400 Subject: [PATCH] Version bump to 2.6.6 --- CHANGELOG.md | 9 +++++++++ CMakeLists.txt | 2 +- share/linux/org.keepassxc.KeePassXC.appdata.xml | 10 ++++++++++ snap/snapcraft.yaml | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e21063e5fd..948532f55f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 2.6.6 (2021-06-11) + +### Fixed + +- Fix focusing search when pressing hotkey [#6603] +- Trim whitespace from TOTP key input prior to processing [#6604] +- Fix building on macOS [#6598] +- Resolve compiler warnings for unused return values [#6607] + ## 2.6.5 (2021-06-07) ### Added diff --git a/CMakeLists.txt b/CMakeLists.txt index dd7861cf16..401ab6290f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,7 +101,7 @@ endif() set(KEEPASSXC_VERSION_MAJOR "2") set(KEEPASSXC_VERSION_MINOR "6") -set(KEEPASSXC_VERSION_PATCH "5") +set(KEEPASSXC_VERSION_PATCH "6") set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}") set(OVERRIDE_VERSION "" CACHE STRING "Override the KeePassXC Version for Snapshot builds") diff --git a/share/linux/org.keepassxc.KeePassXC.appdata.xml b/share/linux/org.keepassxc.KeePassXC.appdata.xml index fb9eb6f0c8..a91f7b6a48 100644 --- a/share/linux/org.keepassxc.KeePassXC.appdata.xml +++ b/share/linux/org.keepassxc.KeePassXC.appdata.xml @@ -50,6 +50,16 @@ + + +
    +
  • Fix focusing search when pressing hotkey [#6603]
  • +
  • Trim whitespace from TOTP key input prior to processing [#6604]
  • +
  • Fix building on macOS [#6598]
  • +
  • Resolve compiler warnings for unused return values [#6607]
  • +
+
+
    diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 822b103985..5cc73a1271 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: keepassxc -version: 2.6.5 +version: 2.6.6 grade: stable summary: Community-driven port of the Windows application “KeePass Password Safe” description: |