Skip to content

Tags: olszeww0/keepassxc

Tags

2.6.6

Toggle 2.6.6's commit message

Verified

This tag was signed with the committer’s verified signature.
droidmonkey Jonathan White
Release 2.6.6

Fixed

- Fix focusing search when pressing hotkey [keepassxreboot#6603]
- Trim whitespace from TOTP key input prior to processing [keepassxreboot#6604]
- Fix building on macOS [keepassxreboot#6598]
- Resolve compiler warnings for unused return values [keepassxreboot#6607]

2.6.5

Toggle 2.6.5's commit message

Verified

This tag was signed with the committer’s verified signature.
droidmonkey Jonathan White
Release 2.6.5

Added

- Show search bar when toolbar is hidden or in overflow [keepassxreboot#6279]
- Show countdown for clipboard clearing in status bar [keepassxreboot#6333]
- Command line option to lock all open databases [keepassxreboot#6511]
- Allow CSV import of bare TOTP secrets [keepassxreboot#6211]
- Retain file creation time when saving database [keepassxreboot#6576]
- Set permissions of saved attachments to be private to the current user [keepassxreboot#6363]
- OPVault: Use Text instead of Name for attribute names [keepassxreboot#6334]

Changed

- Reports: Allow resizing of reports columns [keepassxreboot#6435]
- Reports: Toggle showing expired entries [keepassxreboot#6534]
- Save Always on Top setting [keepassxreboot#6236]
- Password generator can exclude additional lookalike characters (6/G, 8/B) [keepassxreboot#6196]

Fixed

- Allow setting MSI properties in unattended install [keepassxreboot#6196]
- Update MainWindow minimum size to enable smaller verticle space [keepassxreboot#6196]
- Use application font size when setting default or monospace fonts [keepassxreboot#6332]
- Fix notes not clearing in entry preview panel in some cases [keepassxreboot#6481]
- macOS: Correct window activation when restoring from tray [keepassxreboot#6575]
- macOS: Better handling of minimize after unlock when using browser integration [keepassxreboot#6338]
- Linux: Start after the system tray is available on LXQt [keepassxreboot#6216]
- Linux: Allow selection of modal dialogs on X11 in Auto-Type [keepassxreboot#6204]
- KeeShare: prevent crash when file extension is missing [keepassxreboot#6174]

2.6.4

Toggle 2.6.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
phoerious Janek Bevendorff
Release 2.6.4

Added

- Automatically adapt to light/dark system theme changes (Windows/macOS only) [keepassxreboot#6034]

Changed

- Show window title as tooltip on system tray [keepassxreboot#5948]
- Compress Snap release as LZO for faster initial startup [keepassxreboot#5877]
- Password generator: Set maximum selectable password length to 999 [keepassxreboot#5937]

Fixed

- Fix crash on app close when using SSH agent [keepassxreboot#5935]
- Fix KDF selection showing wrong item when using Argon2id [keepassxreboot#5923]
- Automatically close About dialog on database lock if it is still open [keepassxreboot#5947]
- Linux: Fix automatic launch at system startup with AppImages [keepassxreboot#5901]
- Linux: Fix click-to-move on empty area activating when using menus [keepassxreboot#5971]
- Linux: Try multiple times to show tray icon if tray is not ready yet [keepassxreboot#5948]
- macOS: Fix KeePassXC blocking clean shutdown [keepassxreboot#6002]

2.6.3

Toggle 2.6.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
phoerious Janek Bevendorff
Release 2.6.3

Added

- Support Argon2id KDF [keepassxreboot#5778]
- Support XMLv2 key files [keepassxreboot#5798]

Changed

- Improve CSV Import/Export, include time fields and TOTP [keepassxreboot#5346]
- Support empty area dragging of the application window [keepassxreboot#5860]
- Display default Auto-Type sequence in preview pane [keepassxreboot#5654]
- Remove strict length limit on generated passwords [keepassxreboot#5748]
- Hide key file path by default when unlocking database [keepassxreboot#5779]
- Document browser extension use with Edge in managed mode [keepassxreboot#5692]
- Windows: Prevent clipboard history and cloud sync [keepassxreboot#5853]
- macOS: Update the application icon to Big Sur styling [keepassxreboot#5851]

Fixed

- Re-select previously selected entry on database unlock [keepassxreboot#5559]
- Properly save special character choice in password generator [keepassxreboot#5610]
- Fix crash in browser integration with multiple similar entries [keepassxreboot#5653]
- Remove offset on username field in classic theme [keepassxreboot#5788]
- Ensure entry history is copied when drag/dropping entries and groups [keepassxreboot#5817]
- Close modal dialogs when database is locked [keepassxreboot#5820]
- Prevent crash when KeeShare modifies an entry that is currently being edited [keepassxreboot#5827]
- Improve preview of entry attributes [keepassxreboot#5834]
- Always activate/focus database open dialog preventing mistype [keepassxreboot#5878]
- Reports: fix calculation of average password length [keepassxreboot#5862]
- Linux: Delay startup on login to correct tray icon issues [keepassxreboot#5724]

2.6.2

Toggle 2.6.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
phoerious Janek Bevendorff
Release 2.6.2

Added

- Add option to keep window always on top to view menu [keepassxreboot#5542]
- Move show/hide usernames and passwords to view menu [keepassxreboot#5542]
- Add command line options and environment variables for changing the config locations [keepassxreboot#5452]
- Include TOTP settings in CSV import/export and add support for ISO datetimes [keepassxreboot#5346]

Changed

- Mask sensitive information in command execution confirmation prompt [keepassxreboot#5542]
- SSH Agent: Avoid shortcut conflict on macOS by changing "Add key" to Ctrl+H on all platforms [keepassxreboot#5484]

Fixed

- Prevent data loss with drag and drop between databases [keepassxreboot#5536]
- Fix crash when toggling Capslock rapidly [keepassxreboot#5545]
- Don't mark URL references as invalid URL [keepassxreboot#5380]
- Reset entry preview after search [keepassxreboot#5483]
- Set Qt::Dialog flag on database open dialog [keepassxreboot#5356]
- Fix sorting of database report columns [keepassxreboot#5426]
- Fix IfDevice matching logic [keepassxreboot#5344]
- Fix layout issues and a stray scrollbar appearing on top of the entry edit screen [keepassxreboot#5424]
- Fix tabbing into the notes field [keepassxreboot#5424]
- Fix password generator ignoring settings on load [keepassxreboot#5340]
- Restore natural entry sort order on application load [keepassxreboot#5438]
- Fix paperclip and TOTP columns not saving state [keepassxreboot#5327]
- Enforce fixed password font in entry preview [keepassxreboot#5454]
- Add scrollbar when new database wizard exceeds screen size [keepassxreboot#5560]
- Do not mark database as modified when viewing Auto-Type associations [keepassxreboot#5542]
- CLI: Fix two heap-use-after-free crashes [keepassxreboot#5368,keepassxreboot#5470]
- Browser: Fix key exchange not working with multiple simultaneous users on Windows [keepassxreboot#5485]
- Browser: Fix entry retrieval when "only best matching" is enabled [keepassxreboot#5316]
- Browser: Ignore recycle bin on KeePassHTTP migration [keepassxreboot#5481]
- KeeShare: Fix import crash [keepassxreboot#5542]
- macOS: Fix toolbar theming and breadcrumb display issues [keepassxreboot#5482]
- macOS: Fix file dialog randomly closing [keepassxreboot#5479]
- macOS: Fix being unable to select OPVault files for import [keepassxreboot#5341]

2.6.1

Toggle 2.6.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
phoerious Janek Bevendorff
Release 2.6.1

Added

- Add menu entries for auto-typing only username or only password [keepassxreboot#4891]
- Browser: Add command for retrieving current TOTP [keepassxreboot#5278]
- Improve man pages [keepassxreboot#5010]
- Linux: Support Xfce screen lock signals [keepassxreboot#4971]
- Linux: Add OARS metadata to AppStream markup [keepassxreboot#5031]
- SSH Agent: Substitute tilde with %USERPROFILE% on Windows [keepassxreboot#5116]

Changed

- Improve password generator UI and UX [keepassxreboot#5129]
- Do not prompt to restart if switching the theme back and forth [keepassxreboot#5084]
- Change actions for F1, F2, and F3 keys [keepassxreboot#5082]
- Skip referenced passwords in health check report [keepassxreboot#5056]
- Check system-wide Qt translations directory for downstream translations packaging [keepassxreboot#5064]
- macOS: Change password visibility toggle shortcut to Ctrl+H to avoid conflict with system shortcut [keepassxreboot#5114]
- Browser: Only display domain name in browser access confirm dialog to avoid overly wide window sizes [keepassxreboot#5214]

Fixed

- Fix clipboard not being cleared when database is locked while timeout is still active [keepassxreboot#5184]
- Fix list of previous databases not being cleared in some cases [keepassxreboot#5123]
- Fix saving of non-data changes on database lock [keepassxreboot#5210]
- Fix search results banner theming [keepassxreboot#5197]
- Don't enforce theme palette in Classic theme mode and add hover effect for buttons [keepassxreboot#5122,keepassxreboot#5267]
- Fix label clipping in settings on high-DPI screens [keepassxreboot#5227]
- Fix excessive memory usage by icons on systems with high-DPI screens [keepassxreboot#5266]
- Fix crash if number of TOTP digits exceeds ten [keepassxreboot#5106]
- Fix slot detection when first YubiKey is configured on the second slot [keepassxreboot#5004]
- Prevent crash if focus widget gets deleted during saving [keepassxreboot#5005]
- Always show buttons for opening or saving attachments [keepassxreboot#4956]
- Update link to Auto-Type help [keepassxreboot#5228]
- Fix build errors with Ninja [keepassxreboot#5121]
- CLI: Fix db-info command wrongly labelled as db-show in usage listing [keepassxreboot#5140]
- Windows: Use Classic theme by default if high-contrast mode is on [keepassxreboot#5191]
- Linux: Add workaround for qt5ct bug, causing icons not to show up [keepassxreboot#5011]
- Linux: Correct high-DPI display by not allowing fractional scaling [keepassxreboot#5185]
- Browser: Consider subdomain and path when requesting only "best-matching credentials" [keepassxreboot#4832]
- SSH Agent: Always forget all keys on lock [keepassxreboot#5115]

2.6.0

Toggle 2.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
droidmonkey Jonathan White
Release 2.6.0

Added

- Custom Light and Dark themes [keepassxreboot#4110, keepassxreboot#4769, keepassxreboot#4791, keepassxreboot#4796, keepassxreboot#4892, keepassxreboot#4915]
- Compact mode to use classic Group and Entry line height [keepassxreboot#4910]
- View menu to quickly switch themes, compact mode, and toggle UI elements [keepassxreboot#4910]
- Search for groups and scope search to matched groups [keepassxreboot#4705]
- Save Database Backup feature [keepassxreboot#4550]
- Sort entries by "natural order" and move lines up/down [keepassxreboot#4357]
- Option to launch KeePassXC on system startup/login [keepassxreboot#4675]
- Caps Lock warning on password input fields [keepassxreboot#3646]
- Add "Size" column to entry view [keepassxreboot#4588]
- Browser-like tab experience using Ctrl+[Num] (Alt+[Num] on Linux) [keepassxreboot#4063, keepassxreboot#4305]
- Password Generator: Define additional characters to choose from [keepassxreboot#3876]
- Reports: Database password health check (offline) [keepassxreboot#3993]
- Reports: HIBP online service to check for breached passwords [keepassxreboot#4438]
- Auto-Type: DateTime placeholders [keepassxreboot#4409]
- Browser: Show group name in results sent to browser extension [keepassxreboot#4111]
- Browser: Ability to define a custom browser location (macOS and Linux only) [keepassxreboot#4148]
- Browser: Ability to change root group UUID and inline edit connection ID [keepassxreboot#4315, keepassxreboot#4591]
- CLI: `db-info` command [keepassxreboot#4231]
- CLI: Use wl-clipboard if xclip is not available (Linux) [keepassxreboot#4323]
- CLI: Incorporate xclip into snap builds [keepassxreboot#4697]
- SSH Agent: Key file path env substitution, SSH_AUTH_SOCK override, and connection test [keepassxreboot#3769, keepassxreboot#3801, keepassxreboot#4545]
- SSH Agent: Context menu actions to add/remove keys [keepassxreboot#4290]

Changed

- Complete replacement of default database icons [keepassxreboot#4699]
- Complete replacement of application icons [keepassxreboot#4066, keepassxreboot#4161, keepassxreboot#4203, keepassxreboot#4411]
- Complete rewrite of documentation and manpages using Asciidoctor [keepassxreboot#4937]
- Complete refactor of config files; separate between local and roaming [keepassxreboot#4665]
- Complete refactor of browser integration and proxy code [keepassxreboot#4680]
- Complete refactor of hardware key integration (YubiKey and OnlyKey) [keepassxreboot#4584, keepassxreboot#4843]
- Significantly improve performance when saving and opening databases [keepassxreboot#4309, keepassxreboot#4833]
- Remove read-only detection for database files [keepassxreboot#4508]
- Overhaul of password fields and password generator [keepassxreboot#4367]
- Replace instances of "Master Key" with "Database Credentials" [keepassxreboot#4929]
- Change settings checkboxes to positive phrasing for consistency [keepassxreboot#4715]
- Improve UX of using entry actions (focus fix) [keepassxreboot#3893]
- Set expiration time to Now when enabling entry expiration [keepassxreboot#4406]
- Always show "New Entry" in context menu [keepassxreboot#4617]
- Issue warning before adding large attachments [keepassxreboot#4651]
- Improve importing OPVault [keepassxreboot#4630]
- Improve AutoOpen capability [keepassxreboot#3901, keepassxreboot#4752]
- Check for updates every 7 days even while still running [keepassxreboot#4752]
- Improve Windows installer UI/UX [keepassxreboot#4675]
- Improve config file handling of portable distribution [keepassxreboot#4131, keepassxreboot#4752]
- macOS: Hide dock icon when application is hidden to tray [keepassxreboot#4782]
- Browser: Use unlock dialog to improve UX of opening a locked database [keepassxreboot#3698]
- Browser: Improve database and entry settings experience [keepassxreboot#4392, keepassxreboot#4591]
- Browser: Improve confirm access dialog [keepassxreboot#2143, keepassxreboot#4660]
- KeeShare: Improve monitoring file changes of shares [keepassxreboot#4720]
- CLI: Rename `create` command to `db-create` [keepassxreboot#4231]
- CLI: Cleanup `db-create` options (`--set-key-file` and `--set-password`) [keepassxreboot#4313]
- CLI: Use stderr for help text and password prompts [keepassxreboot#4086, keepassxreboot#4623]
- FdoSecrets: Display existing secret service process [keepassxreboot#4128]

Fixed

- Fix changing focus around the main window using tab key [keepassxreboot#4641]
- Fix search field clearing while still using the application [keepassxreboot#4368]
- Improve search help widget displaying on macOS and Linux [keepassxreboot#4236]
- Return keyboard focus after editing an entry [keepassxreboot#4287]
- Reset database path after failed "Save As" [keepassxreboot#4526]
- Use SHA256 Digest for Windows code signing [keepassxreboot#4129]
- Improve handling of ccache when building [keepassxreboot#4104, keepassxreboot#4335]
- macOS: Properly re-hide application window after browser integration and Auto-Type usage [keepassxreboot#4909]
- Auto-Type: Fix crash when performing on new entry [keepassxreboot#4132]
- Browser: Send legacy HTTP settings to recycle bin [keepassxreboot#4589]
- Browser: Fix merging browser keys [keepassxreboot#4685]
- CLI: Fix encoding when exporting database [keepassxreboot#3921]
- SSH Agent: Improve reliability and underlying code [keepassxreboot#3833, keepassxreboot#4256, keepassxreboot#4549, keepassxreboot#4595]
- FdoSecrets: Fix crash when editing settings before service is enabled [keepassxreboot#4332]

2.6.0-beta1

Toggle 2.6.0-beta1's commit message

Verified

This tag was signed with the committer’s verified signature.
droidmonkey Jonathan White
2.6.0 Beta 1

2.5.4

Toggle 2.5.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
phoerious Janek Bevendorff
Release 2.5.4

Fixed

- Return keyboard focus after saving database edits [keepassxreboot#4287]
- Windows: Use bare minimum settings in portable version [keepassxreboot#4131]
- Windows: Use SHA256 code signing [keepassxreboot#4129]
- macOS: Fix code signing incompatibility in latest macOS release [keepassxreboot#4564]

2.5.3

Toggle 2.5.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
phoerious Janek Bevendorff
Release 2.5.3

Fixed

- Fix a possible database lockout when removing a YubiKey from a KDBX 3.1 database [keepassxreboot#4147]
- Fix crash if Auto-Type is performed on a new entry [keepassxreboot#4150]
- Fix crash when all entries are deleted from a group [keepassxreboot#4156]
- Improve the reliability of clipboard clearing on Gnome [keepassxreboot#4165]
- Do not check cmd:// URLs for valid URL syntax anymore [keepassxreboot#4172]
- Prevent unnecessary merges for databases on network shares [keepassxreboot#4153]
- Browser: Prevent native messaging proxy from blocking application shutdown [keepassxreboot#4155]
- Browser: Improve website URL matching [keepassxreboot#4134, keepassxreboot#4177]

Added

- Browser: Enable support for Chromium-based Edge Browser [keepassxreboot#3359]