Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Mar 9, 2024
1 parent 6d63f54 commit 221c050
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
# Changelog

## 2.7.7 (2024-01-31)
## 2.7.7 (2024-03-09)

### Changes
- Browser: Add support for PassKeys [#8825, #9987]
- Support USB Hotplug for Hardware Key interface [#10092]
- Support 1PUX and Bitwarden import [#9815]
- Browser: Add support for PassKeys [#8825, #9987, #10318]
- Build System: Move to vcpkg manifest mode [#10088]

### Fixes
- Fix multiple TOTP issues [#9874]
- Fix focus loss on save when the editor is not visible anymore [#10075]
- Fix visual when removing entry from history [#9947]
- Fix first entry is not selected when a search is performed [#9868]
- Prevent scrollbars on entry drag/drop [#9747]
- Prevent duplicate characters in "Also choose from" field of password generator [#9803]
- Security: Prevent byte-by-byte and attachment inference side channel attacks [#10266]
- Browser: Fix raising Update Entry messagebox [#9853]
- Browser: Fix bugs when returning credentials [#9136]
- Browser: Fix crash on database open from browser [#9939]
- Browser: Fix support for referenced URL fields [#8788]
- MacOS: Fix crash when changing highlight/accent color [#10348]
- MacOS: Fix TouchID appearing even though lid is closed [#10092]
- Windows: Fix terminating KeePassXC processes with MSI installer [#9822]
- FdoSecrets: Fix database merge crash when enabled [#10136]

## 2.7.6 (2023-08-15)

Expand Down
21 changes: 18 additions & 3 deletions share/linux/org.keepassxc.KeePassXC.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,28 @@
</screenshots>

<releases>
<release version="2.7.7" date="2023-01-31">
<release version="2.7.7" date="2023-03-09">
<description>
<ul>
<li>Browser: Add support for PassKeys [#8825, #9987]</li>
<ul>
<li>Support USB Hotplug for Hardware Key interface [#10092]</li>
<li>Support 1PUX and Bitwarden import [#9815]</li>
<li>Browser: Add support for PassKeys [#8825, #9987, #10318]</li>
<li>Build System: Move to vcpkg manifest mode [#10088]</li>
<li>Fix multiple TOTP issues [#9874]</li>
<li>Fix focus loss on save when the editor is not visible anymore [#10075]</li>
<li>Fix visual when removing entry from history [#9947]</li>
<li>Fix first entry is not selected when a search is performed [#9868]</li>
<li>Prevent scrollbars on entry drag/drop [#9747]</li>
<li>Prevent duplicate characters in "Also choose from" field of password generator [#9803]</li>
<li>Security: Prevent byte-by-byte and attachment inference side channel attacks [#10266]</li>
<li>Browser: Fix raising Update Entry messagebox [#9853]</li>
<li>Browser: Fix bugs when returning credentials [#9136]</li>
<li>Browser: Fix crash on database open from browser [#9939]</li>
<li>Browser: Fix support for referenced URL fields [#8788]</li>
<li>MacOS: Fix crash when changing highlight/accent color [#10348]</li>
<li>MacOS: Fix TouchID appearing even though lid is closed [#10092]</li>
<li>Windows: Fix terminating KeePassXC processes with MSI installer [#9822]</li>
<li>FdoSecrets: Fix database merge crash when enabled [#10136]</li>
</ul>
</description>
</release>
Expand Down

0 comments on commit 221c050

Please sign in to comment.