From 9f402885d8c5c1d3d8073d6a89cc6c1e89eb291d Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Tue, 5 Apr 2022 22:09:15 -0400 Subject: [PATCH] Version bump to 2.7.1 and Changelog update --- CHANGELOG.md | 25 +++++++++++++++++++ CMakeLists.txt | 2 +- .../linux/org.keepassxc.KeePassXC.appdata.xml | 25 +++++++++++++++++++ 3 files changed, 51 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daad84d94..0fe082165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## 2.7.1 (2022-04-05) + +### Changes +- Show when tags are changed in entry history [#7638] +- Improve tags editing and allow spaces in tags [#7708] +- Improve layout of entry preview panel [#7767] +- Incorporate patches to support Flatpak distribution [#7728] +- Add expiration presets for 12 and 24 hours [#7738] + +### Fixes +- Fix crash when building history change list [#7638] +- Fix hiding password on database unlock [#7725] +- Fix AES KDF slow transform speed [#7755] +- Auto-Type: Correct timing issue on macOS and Linux that prevented typing [#7588] +- Auto-Type: Fix use of Ctrl/Alt/Shift/Win modifiers on Windows [#7629] +- Auto-Type: Reduce/eliminate delay when searching for entries [#7598] +- Auto-Type: Map ASCII dead keys on Linux for international keyboards [#7614] +- CLI: Fix detection of hardware keys (YubiKey) [#7593] +- CLI: Add missing parameter `-c` to add/edit entries command [#7594] +- Secret Service: Fix crash when multiple prompts are shown [#7786] +- SSH Agent: Fix default agent selection on Windows [#7764] +- Fix database unlock dialog not being the top window on Linux [#7771] +- Fix drag/drop entries between tabs on Wayland [#7628] +- Fix compiling with minizip-ng [#7638] + ## 2.7.0 (2022-03-21) ### Major Additions diff --git a/CMakeLists.txt b/CMakeLists.txt index 846d7c0e0..db732d677 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ endif() set(KEEPASSXC_VERSION_MAJOR "2") set(KEEPASSXC_VERSION_MINOR "7") -set(KEEPASSXC_VERSION_PATCH "0") +set(KEEPASSXC_VERSION_PATCH "1") 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 1b74b2be3..0efc17c68 100644 --- a/share/linux/org.keepassxc.KeePassXC.appdata.xml +++ b/share/linux/org.keepassxc.KeePassXC.appdata.xml @@ -50,6 +50,31 @@ + + +
    +
  • Show when tags are changed in entry history [#7638]
  • +
  • Improve tags editing and allow spaces in tags [#7708]
  • +
  • Improve layout of entry preview panel [#7767]
  • +
  • Incorporate patches to support Flatpak distribution [#7728]
  • +
  • Add expiration presets for 12 and 24 hours [#7738]
  • +
  • Fix crash when building history change list [#7638]
  • +
  • Fix hiding password on database unlock [#7725]
  • +
  • Fix AES KDF slow transform speed [#7755]
  • +
  • Auto-Type: Correct timing issue on macOS and Linux that prevented typing [#7588]
  • +
  • Auto-Type: Fix use of Ctrl/Alt/Shift/Win modifiers on Windows [#7629]
  • +
  • Auto-Type: Reduce/eliminate delay when searching for entries [#7598]
  • +
  • Auto-Type: Map ASCII dead keys on Linux for international keyboards [#7614]
  • +
  • CLI: Fix detection of hardware keys (YubiKey) [#7593]
  • +
  • CLI: Add missing parameter `-c` to add/edit entries command [#7594]
  • +
  • Secret Service: Fix crash when multiple prompts are shown [#7786]
  • +
  • SSH Agent: Fix default agent selection on Windows [#7764]
  • +
  • Fix database unlock dialog not being the top window on Linux [#7771]
  • +
  • Fix drag/drop entries between tabs on Wayland [#7628]
  • +
  • Fix compiling with minizip-ng [#7638]
  • +
+
+