Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2021-01-31 23:57:42 +0300
committerJanek Bevendorff <janek@jbev.net>2021-02-01 00:36:11 +0300
commit50bde82f1710d15f6cf1f855982b3cbe8e1a72e2 (patch)
tree00ab648d90719f7c6e5cb734d7b746cd1679dfa7
parentbf0fd6f189a423d139fcb703948036ff58a01306 (diff)
Bump version to 2.6.4
-rw-r--r--CMakeLists.txt2
-rw-r--r--share/linux/org.keepassxc.KeePassXC.appdata.xml17
-rw-r--r--snap/snapcraft.yaml2
3 files changed, 19 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f456b9dcb..55cecbe74 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 "3")
+set(KEEPASSXC_VERSION_PATCH "4")
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 135b37b78..d9779e3df 100644
--- a/share/linux/org.keepassxc.KeePassXC.appdata.xml
+++ b/share/linux/org.keepassxc.KeePassXC.appdata.xml
@@ -50,6 +50,23 @@
</screenshots>
<releases>
+ <release version="2.6.4" date="2021-01-31">
+ <description>
+ <ul>
+ <li>Automatically adapt to light/dark system theme changes (Windows/macOS only) [#6034]</li>
+ <li>Show window title as tooltip on system tray [#5948]</li>
+ <li>Compress Snap release as LZO for faster initial startup [#5877]</li>
+ <li>Password generator: Set maximum selectable password length to 999 [#5937]</li>
+ <li>Fix crash on app close when using SSH agent [#5935]</li>
+ <li>Fix KDF selection showing wrong item when using Argon2id [#5923]</li>
+ <li>Automatically close About dialog on database lock if it is still open [#5947]</li>
+ <li>Linux: Fix automatic launch at system startup with AppImages [#5901]</li>
+ <li>Linux: Fix click-to-move on empty area activating when using menus [#5971]</li>
+ <li>Linux: Try multiple times to show tray icon if tray is not ready yet [#5948]</li>
+ <li>macOS: Fix KeePassXC blocking clean shutdown [#6002]</li>
+ </ul>
+ </description>
+ </release>
<release version="2.6.3" date="2021-01-12">
<description>
<ul>
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index df7ffd386..6efa26b7f 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: keepassxc
-version: 2.6.3
+version: 2.6.4
grade: stable
summary: Community-driven port of the Windows application “KeePass Password Safe”
description: |