mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Bump version to 2.7.8
This commit is contained in:
parent
75de62327d
commit
235015cb56
43
CHANGELOG.md
43
CHANGELOG.md
@ -1,5 +1,48 @@
|
||||
# Changelog
|
||||
|
||||
## 2.7.8 (2024-05-05)
|
||||
|
||||
### Changes
|
||||
- Add hotkey for showing search help [#10591]
|
||||
- Add hotkey for group switching (Ctrl+Shift+PgUp/PgDown) [#10625]
|
||||
- Add per-database auto-save delay setting [#9100]
|
||||
- Add setting to hide menubar [#10341]
|
||||
- Improve Bitwarden 1PUX import and support organization collections [#10499]
|
||||
- Show advanced settings checkbox only for settings that have them [#6513]
|
||||
- Remove obsolete setting for requiring repeated password entry [#9722]
|
||||
- Passkeys: Allow registering Passkeys to existing entries [#10408]
|
||||
- Passkeys: Show warning about data being unencrypted before Passkey export [#10411]
|
||||
- Passkeys: Support NFC and USB transports [#10402]
|
||||
- Passkeys: Pass extension JSON data to browser [#10615]
|
||||
- SSH Agent: Do not use entries from recycle bin [#10518]
|
||||
- Linux: Change hotkey sequence used for {CLEARFIELD} Auto-Type [#10008]
|
||||
- Windows: Improve DACL memory access protection [#10618]
|
||||
|
||||
### Fixes
|
||||
- Fix crash when deleting history items [#10451]
|
||||
- Fix crash on screen lock or computer sleep [#10458]
|
||||
- Fix search field not being focused after unlock [#10459]
|
||||
- Fix loss of window focus when Auto-Type needs to unlock a database [#10555]
|
||||
- Fix inconsistent TOTP visibility on unlock [#10009]
|
||||
- Fix CSV import skipping over single-name groups [#10575]
|
||||
- Fix key file folder being remembered even if disabled in settings [#10636]
|
||||
- Fix issues with entry editing and database locking [#10667]
|
||||
- Fix key file text when provided on command line [#10642]
|
||||
- Fix issues with hardware key auto detection [#10663]
|
||||
- Do not override monospace font size [#10282]
|
||||
- Perform group sort only when group view is in focus [#10202]
|
||||
- Do not show decimals for attachment sizes in Bytes [#10595]
|
||||
- Prevent merging of global custom data when merging databases [#10452]
|
||||
- Fix minor translation issues [#10635]
|
||||
- Passkeys: Fix StrongBox incompatibility [#10420]
|
||||
- Passkeys: Set RP ID to effective domain if unset instead of returning an error [#10384]
|
||||
- Passkeys: Various UI fixes and improvements [#10427, #10608, #10609]
|
||||
- AppImage: Fix URL opening [#10624]
|
||||
- Flatpak: Fix application autostart [#10563]
|
||||
- Linux/macOS: Fix button sizes on modal alert popups [#10500]
|
||||
- Linux: Fix clipboard clear on Wayland [#10500]
|
||||
- Windows: Preserve file-hidden attribute [#10343]
|
||||
|
||||
## 2.7.7 (2024-03-09)
|
||||
|
||||
### Changes
|
||||
|
@ -121,7 +121,7 @@ endif()
|
||||
|
||||
set(KEEPASSXC_VERSION_MAJOR "2")
|
||||
set(KEEPASSXC_VERSION_MINOR "7")
|
||||
set(KEEPASSXC_VERSION_PATCH "7")
|
||||
set(KEEPASSXC_VERSION_PATCH "8")
|
||||
set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}")
|
||||
set(OVERRIDE_VERSION "" CACHE STRING "Override the KeePassXC Version for Snapshot builds")
|
||||
|
||||
|
@ -52,6 +52,49 @@
|
||||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="2.7.8" date="2024-05-05">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Add hotkey for showing search help [#10591]</li>
|
||||
<li>Add hotkey for group switching (Ctrl+Shift+PgUp/PgDown) [#10625]</li>
|
||||
<li>Add per-database auto-save delay setting [#9100]</li>
|
||||
<li>Add setting to hide menubar [#10341]</li>
|
||||
<li>Improve Bitwarden 1PUX import and support organization collections [#10499]</li>
|
||||
<li>Show advanced settings checkbox only for settings that have them [#6513]</li>
|
||||
<li>Remove obsolete setting for requiring repeated password entry [#9722]</li>
|
||||
<li>Passkeys: Allow registering Passkeys to existing entries [#10408]</li>
|
||||
<li>Passkeys: Show warning about data being unencrypted before Passkey export [#10411]</li>
|
||||
<li>Passkeys: Support NFC and USB transports [#10402]</li>
|
||||
<li>Passkeys: Pass extension JSON data to browser [#10615]</li>
|
||||
<li>SSH Agent: Do not use entries from recycle bin [#10518]</li>
|
||||
<li>Linux: Change hotkey sequence used for {CLEARFIELD} Auto-Type [#10008]</li>
|
||||
<li>Windows: Improve DACL memory access protection [#10618]</li>
|
||||
<li>Fix crash when deleting history items [#10451]</li>
|
||||
<li>Fix crash on screen lock or computer sleep [#10458]</li>
|
||||
<li>Fix search field not being focused after unlock [#10459]</li>
|
||||
<li>Fix loss of window focus when Auto-Type needs to unlock a database [#10555]</li>
|
||||
<li>Fix inconsistent TOTP visibility on unlock [#10009]</li>
|
||||
<li>Fix CSV import skipping over single-name groups [#10575]</li>
|
||||
<li>Fix key file folder being remembered even if disabled in settings [#10636]</li>
|
||||
<li>Fix issues with entry editing and database locking [#10667]</li>
|
||||
<li>Fix key file text when provided on command line [#10642]</li>
|
||||
<li>Fix issues with hardware key auto detection [#10663]</li>
|
||||
<li>Do not override monospace font size [#10282]</li>
|
||||
<li>Perform group sort only when group view is in focus [#10202]</li>
|
||||
<li>Do not show decimals for attachment sizes in Bytes [#10595]</li>
|
||||
<li>Prevent merging of global custom data when merging databases [#10452]</li>
|
||||
<li>Fix minor translation issues [#10635]</li>
|
||||
<li>Passkeys: Fix StrongBox incompatibility [#10420]</li>
|
||||
<li>Passkeys: Set RP ID to effective domain if unset instead of returning an error [#10384]</li>
|
||||
<li>Passkeys: Various UI fixes and improvements [#10427, #10608, #10609]</li>
|
||||
<li>AppImage: Fix URL opening [#10624]</li>
|
||||
<li>Flatpak: Fix application autostart [#10563]</li>
|
||||
<li>Linux/macOS: Fix button sizes on modal alert popups [#10500]</li>
|
||||
<li>Linux: Fix clipboard clear on Wayland [#10500]</li>
|
||||
<li>Windows: Preserve file-hidden attribute [#10343]</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="2.7.7" date="2024-03-09">
|
||||
<description>
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user