Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release/2.7.x #12965 +/- ##
=================================================
+ Coverage 64.15% 64.32% +0.18%
=================================================
Files 364 364
Lines 38709 38767 +58
=================================================
+ Hits 24830 24936 +106
+ Misses 13879 13831 -48 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
24f506b to
16ce7cb
Compare
The 'openHelpButton' in the Auto-Type configuration widget is now enabled whenever the main 'Enable Auto-Type for this entry' checkbox is checked, regardless of whether a custom sequence is defined. Previously, the help button's state depended on the custom sequence being enabled, which was inconsistent and confusing. The help is now available whenever the main Auto-Type feature is enabled, providing assistance for both default and window-specific sequences.
* Fix font size for all platforms * Fix font size for TOTP in preview panel * Styles: drop Windows-specific palette overrides * Fix encoding of EditEntryWidgetMain.ui * Fix tab width
…anslator listing (#12968) * Check version in vcpkg.json and appstream XML well-formedness * Move translator list utility to release-tool
Co-authored-by: varjolintu <sami.vanttinen@ahmala.org>
Passkeys: Set BE flag to true --------- Co-authored-by: varjolintu <sami.vanttinen@ahmala.org>
16ce7cb to
9e13307
Compare
Co-authored-by: varjolintu <sami.vanttinen@ahmala.org>
…ngs (#12980) Co-authored-by: varjolintu <sami.vanttinen@ahmala.org>
1180cb0 to
bc5875f
Compare
* Additional fix for #7263 to support KeePass2 placeholder for TOTP --------- Co-authored-by: Janek Bevendorff <janek@keepassxc.org>
* Security: Prevent loading of openssl.cnf Prevent loading openssl.cnf from the originating vcpkg folder tree to avoid DLL injections. This patch force sets the OPENSSL_CONF and OPENSSL_MODULES env vars to an invalid directory. This prevents openssl from attempting to load a cnf file which can contain settings to load arbitrary DLL files into KeePassXC memory space. Thank you to zdi-disclosures for reporting this finding!
droidmonkey
approved these changes
Mar 9, 2026
24295b2 to
452cc3f
Compare
452cc3f to
33ef158
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports for 2.7.12:
Add uiAccess=true manifest to fix issue #12956 (KeepassXC cannot autotype into windows password prompts) #13070(removed reverted patch)Type of change