Skip to content

Commit 8d6d937

Browse files
committed
Update version documents
1 parent f5bb598 commit 8d6d937

File tree

2 files changed

+70
-4
lines changed

2 files changed

+70
-4
lines changed

CHANGELOG.md

+33-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

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

536
### Changes
@@ -147,7 +178,7 @@
147178
- Browser: Revert code causing connection problems [#8665]
148179
- Browser: Fix socket file symbolic link on Linux [#8656]
149180
- Flatpak: Fix launching browser proxy service [#8680]
150-
- SSH Agent: Fix pageant support on Windows [#8619]
181+
- SSH Agent: Fix paegent support on Windows [#8619]
151182

152183
## 2.7.3 (2022-10-23)
153184

@@ -1030,7 +1061,7 @@
10301061
- Compare window title to entry URLs #556
10311062
- Implemented inline error messages #162
10321063
- Ignore group expansion and other minor changes when making database "dirty" #464
1033-
- Updated license and copyright information on source files #632
1064+
- Updated license and copyright information on souce files #632
10341065
- Added contributors list to about dialog #629
10351066

10361067
## 2.1.4 (2017-04-09)

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

+37-2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,41 @@
5252
</screenshots>
5353

5454
<releases>
55+
<release version="2.8.0" date="2025-01-01">
56+
<description>
57+
<ul>
58+
<li>Placeholder for future release notes</li>
59+
</ul>
60+
</description>
61+
</release>
62+
<release version="2.7.9" date="2024-06-19">
63+
<description>
64+
<ul>
65+
<li>Passkeys: Ability to easily remove a passkey from an entry [#10777]</li>
66+
<li>Snap: Use new desktop portal for native messaging integration [#10906]</li>
67+
<li>Improve entry placeholder/reference feature [#10846]</li>
68+
<li>Improve CSV importing when title field isn't specified [#10843]</li>
69+
<li>Improve encrypted Bitwarden importing [#10800]</li>
70+
<li>Improve database settings UX [#10821]</li>
71+
<li>Improve handling of clipboard actions from entry preview [#10810]</li>
72+
<li>Improve group/entry view resize behavior and set sensible defaults [#10641]</li>
73+
<li>Passkeys: Fix incorrect username fill [#10874]</li>
74+
<li>Passkeys: Return additional data to the extension [#10857]</li>
75+
<li>Fix password clear timer inconsistency on unlock view [#10708]</li>
76+
<li>Fix portability check [#10760]</li>
77+
<li>Fix page overflow on HTML exports [#10735]</li>
78+
<li>Fix broken builds when using system provided zxcvbn [#10717]</li>
79+
<li>Fix copy password button when text is selected [#10853]</li>
80+
<li>Fix tab ordering on application settings pages [#10907]</li>
81+
<li>SSH Agent: Fix broken decrypt button [#10638]</li>
82+
<li>Windows: Fix ALT Auto-Type modifier [#10795]</li>
83+
<li>Windows: Fix wrong DACL memory size allocation [#10712]</li>
84+
<li>macOS: Fix monospace font sizing [#10739]</li>
85+
<li>Flatpak: Fix configuration settings off-by-one error [#10688]</li>
86+
<li>BSD: Fix compiling with libusb implementation [#10736]</li>
87+
</ul>
88+
</description>
89+
</release>
5590
<release version="2.7.8" date="2024-05-05">
5691
<description>
5792
<ul>
@@ -194,7 +229,7 @@
194229
<li>Browser: Revert code causing connection problems [#8665]</li>
195230
<li>Browser: Fix socket file symbolic link on Linux [#8656]</li>
196231
<li>Flatpak: Fix launching browser proxy service [#8680]</li>
197-
<li>SSH Agent: Fix pageant support on Windows [#8619]</li>
232+
<li>SSH Agent: Fix paegent support on Windows [#8619]</li>
198233
</ul>
199234
</description>
200235
</release>
@@ -1064,7 +1099,7 @@
10641099
<li>Compare window title to entry URLs [#556]</li>
10651100
<li>Implemented inline error messages [#162]</li>
10661101
<li>Ignore group expansion and other minor changes when making database "dirty" [#464]</li>
1067-
<li>Updated license and copyright information on source files [#632]</li>
1102+
<li>Updated license and copyright information on souce files [#632]</li>
10681103
<li>Added contributors list to about dialog [#629]</li>
10691104
</ul>
10701105
</description>

0 commit comments

Comments
 (0)