mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-14 05:31:34 -05:00
Update Changelog
This commit is contained in:
parent
fff1b49f73
commit
cde88546f3
19
CHANGELOG.md
19
CHANGELOG.md
@ -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)
|
||||
|
||||
|
@ -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>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "keepassxc",
|
||||
"version-string": "2.8.0",
|
||||
"version-string": "2.7.7",
|
||||
"builtin-baseline": "2a6371b01420d8820d158b4707e79931feba27aa",
|
||||
"dependencies": [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user