diff --git a/CHANGELOG b/CHANGELOG index c25533f22..4a4c921a2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +2.4.3 (2019-06-12) +========================= + +- Fix library loading issues in the Snap and macOS releases [#3247] +- Fix various keyboard navigation issues [#3248] +- Fix main window toggling regression when clicking the tray icon on KDE [#3258] +- Add documentation for keyboard shortcuts to source code distribution [#3215] + 2.4.2 (2019-05-31) ========================= diff --git a/CMakeLists.txt b/CMakeLists.txt index 689515a39..74b1a7ff0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ endif() set(KEEPASSXC_VERSION_MAJOR "2") set(KEEPASSXC_VERSION_MINOR "4") -set(KEEPASSXC_VERSION_PATCH "2") +set(KEEPASSXC_VERSION_PATCH "3") 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 644436a8f..b8e8c36d6 100644 --- a/share/linux/org.keepassxc.KeePassXC.appdata.xml +++ b/share/linux/org.keepassxc.KeePassXC.appdata.xml @@ -50,6 +50,16 @@ + + +
    +
  • Fix library loading issues in the Snap and macOS releases [#3247]
  • +
  • Fix various keyboard navigation issues [#3248]
  • +
  • Fix main window toggling regression when clicking the tray icon on KDE [#3258]
  • +
  • Add documentation for keyboard shortcuts to source code distribution [#3215]
  • +
+
+
    diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index fbc8365cf..2a8bb0294 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: keepassxc -version: 2.4.2 +version: 2.4.3 grade: stable summary: Community-driven port of the Windows application “KeePass Password Safe” description: |