mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Bump version number and Changelog
This commit is contained in:
parent
b4cf8fa435
commit
681886c8a5
4 changed files with 43 additions and 2 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -1,5 +1,26 @@
|
|||
# Changelog
|
||||
|
||||
## 2.7.12 (2026-03-10)
|
||||
|
||||
### Changes
|
||||
|
||||
- Passkeys: Set BE and BS flags to true (NOTE: MAY BREAK EXISTING PASSKEYS) [#13042]
|
||||
- Support TIMEOTP autotype and entry placeholder [#13117]
|
||||
- Browser: Show URLs in browser access dialog [#12906]
|
||||
- Bitwarden Import: Add support for nested folders [#13081]
|
||||
|
||||
### Fixes
|
||||
- Prevent exploits through OpenSSL configurations [#13118, #13124]
|
||||
- Auto-Type: Revert change that caused race condition on Linux [#12738]
|
||||
- Auto-Type: Fix help button enablement [#12937]
|
||||
- Browser: Fix showing correct checkbox value in entry Browser Integration settings [#12980]
|
||||
- Browser: Fix setting browser related values to customData [#13026]
|
||||
- Passkeys: Add publicKey to register response [#12757]
|
||||
- Fix main entry URL validation when using placeholders [#12964]
|
||||
- Fix minor font and theme issues [#12814]
|
||||
- Fix 'Remove' button in Plugin Data being enabled when no row is selected [#12916]
|
||||
- Sanitize attachment file names before saving [#13114]
|
||||
|
||||
## 2.7.11 (2025-11-23)
|
||||
|
||||
### Changes
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ endif()
|
|||
|
||||
set(KEEPASSXC_VERSION_MAJOR "2")
|
||||
set(KEEPASSXC_VERSION_MINOR "7")
|
||||
set(KEEPASSXC_VERSION_PATCH "11")
|
||||
set(KEEPASSXC_VERSION_PATCH "12")
|
||||
set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}")
|
||||
set(OVERRIDE_VERSION "" CACHE STRING "Override the KeePassXC Version for Snapshot builds")
|
||||
|
||||
|
|
|
|||
|
|
@ -45,6 +45,26 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="2.7.12" date="2026-03-10" type="stable">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Passkeys: Set BE and BS flags to true (NOTE: MAY BREAK EXISTING PASSKEYS) [#13042]</li>
|
||||
<li>Support TIMEOTP autotype and entry placeholder [#13117]</li>
|
||||
<li>Browser: Show URLs in browser access dialog [#12906]</li>
|
||||
<li>Bitwarden Import: Add support for nested folders [#13081]</li>
|
||||
<li>Prevent exploits through OpenSSL configurations [#13118, #13124]</li>
|
||||
<li>Auto-Type: Revert change that caused race condition on Linux [#12738]</li>
|
||||
<li>Auto-Type: Fix help button enablement [#12937]</li>
|
||||
<li>Browser: Fix showing correct checkbox value in entry Browser Integration settings [#12980]</li>
|
||||
<li>Browser: Fix setting browser related values to customData [#13026]</li>
|
||||
<li>Passkeys: Add publicKey to register response [#12757]</li>
|
||||
<li>Fix main entry URL validation when using placeholders [#12964]</li>
|
||||
<li>Fix minor font and theme issues [#12814]</li>
|
||||
<li>Fix 'Remove' button in Plugin Data being enabled when no row is selected [#12916]</li>
|
||||
<li>Sanitize attachment file names before saving [#13114]</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="2.7.11" date="2025-11-23" type="stable">
|
||||
<description>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keepassxc",
|
||||
"version-string": "2.7.11",
|
||||
"version-string": "2.7.12",
|
||||
"builtin-baseline": "66c0373dc7fca549e5803087b9487edfe3aca0a1",
|
||||
"dependencies": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue