Skip to content

Commit 809fb0d

Browse files
committed
Version Bump to 2.7.9
1 parent 3ab7166 commit 809fb0d

File tree

3 files changed

+57
-1
lines changed

3 files changed

+57
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 2.7.9 (2024-06-19)
4+
5+
### Changes
6+
* Passkeys: Ability to easily remove a passkey from an entry [#10777]
7+
* Snap: Use new desktop portal for native messaging integration [#10906]
8+
9+
### Fixes
10+
* Improve entry placeholder/reference feature [#10846]
11+
* Improve CSV importing when title field isn't specified [#10843]
12+
* Improve encrypted Bitwarden importing [#10800]
13+
* Improve database settings UX [#10821]
14+
* Improve handling of clipboard actions from entry preview [#10810]
15+
* Improve group/entry view resize behavior and set sensible defaults [#10641]
16+
* Passkeys: Fix incorrect username fill [#10874]
17+
* Passkeys: Return additional data to the extension [#10857]
18+
* Fix password clear timer inconsistency on unlock view [#10708]
19+
* Fix portability check [#10760]
20+
* Fix page overflow on HTML exports [#10735]
21+
* Fix broken builds when using system provided zxcvbn [#10717]
22+
* Fix copy password button when text is selected [#10853]
23+
* Fix tab ordering on application settings pages [#10907]
24+
* SSH Agent: Fix broken decrypt button [#10638]
25+
* Windows: Fix ALT Auto-Type modifier [#10795]
26+
* Windows: Fix wrong DACL memory size allocation [#10712]
27+
* macOS: Fix monospace font sizing [#10739]
28+
* Flatpak: Fix configuration settings off-by-one error [#10688]
29+
* BSD: Fix compiling with libusb implementation [#10736]
30+
331
## 2.7.8 (2024-05-05)
432

533
### Changes

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ endif()
121121

122122
set(KEEPASSXC_VERSION_MAJOR "2")
123123
set(KEEPASSXC_VERSION_MINOR "7")
124-
set(KEEPASSXC_VERSION_PATCH "8")
124+
set(KEEPASSXC_VERSION_PATCH "9")
125125
set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}")
126126
set(OVERRIDE_VERSION "" CACHE STRING "Override the KeePassXC Version for Snapshot builds")
127127

share/linux/org.keepassxc.KeePassXC.appdata.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,34 @@
5252
</screenshots>
5353

5454
<releases>
55+
<release version="2.7.9" date="2024-06-19">
56+
<description>
57+
<ul>
58+
<li>Passkeys: Ability to easily remove a passkey from an entry [#10777]</li>
59+
<li>Snap: Use new desktop portal for native messaging integration [#10906]</li>
60+
<li>Improve entry placeholder/reference feature [#10846]</li>
61+
<li>Improve CSV importing when title field isn't specified [#10843]</li>
62+
<li>Improve encrypted Bitwarden importing [#10800]</li>
63+
<li>Improve database settings UX [#10821]</li>
64+
<li>Improve handling of clipboard actions from entry preview [#10810]</li>
65+
<li>Improve group/entry view resize behavior and set sensible defaults [#10641]</li>
66+
<li>Passkeys: Fix incorrect username fill [#10874]</li>
67+
<li>Passkeys: Return additional data to the extension [#10857]</li>
68+
<li>Fix password clear timer inconsistency on unlock view [#10708]</li>
69+
<li>Fix portability check [#10760]</li>
70+
<li>Fix page overflow on HTML exports [#10735]</li>
71+
<li>Fix broken builds when using system provided zxcvbn [#10717]</li>
72+
<li>Fix copy password button when text is selected [#10853]</li>
73+
<li>Fix tab ordering on application settings pages [#10907]</li>
74+
<li>SSH Agent: Fix broken decrypt button [#10638]</li>
75+
<li>Windows: Fix ALT Auto-Type modifier [#10795]</li>
76+
<li>Windows: Fix wrong DACL memory size allocation [#10712]</li>
77+
<li>macOS: Fix monospace font sizing [#10739]</li>
78+
<li>Flatpak: Fix configuration settings off-by-one error [#10688]</li>
79+
<li>BSD: Fix compiling with libusb implementation [#10736]</li>
80+
</ul>
81+
</description>
82+
</release>
5583
<release version="2.7.8" date="2024-05-05">
5684
<description>
5785
<ul>

0 commit comments

Comments
 (0)