keepassxc-snap:refs/tags/latest

Last commit made on 2024-05-05
Get this branch:
git clone -b refs/tags/latest https://git.launchpad.net/keepassxc-snap

Branch merges

Branch information

Name:
refs/tags/latest
Repository:
lp:keepassxc-snap

Recent commits

f6757d3... by Jonathan White

Update translations

235015c... by Jonathan White

Bump version to 2.7.8

75de623... by Jonathan White

Fix issues with Hardware Key auto detection

* Fix #10656 - Add a small delay when before auto-polling hardware keys to all them to settle immediately after plugging in. This resolves an issue where the key's serial number could not be resolved due to hardware timeout.
* Also fix use of uninitialized variable if polling serial number fails for whatever reason.

* Fix typo in macOS key registration code

* Prevent registering duplicate listeners on window focus. These were not de-registered because we didn't trigger on unfocus. Show/Hide are sufficient triggers to add and remove listeners.

8f98d39... by Jonathan White

Keep key file text when provided on command line

* Fixes #10552

c9d71e7... by Jonathan White

Passkeys: Register to an existing entry

505f338... by Jonathan White

Fix issues with locking database

* Fix #6593 - force close any modal dialogs associated with a database widget that is being locked.

* Partial fix for #721 but doesn't address the problem of needing to save a modified entry or database while locking.

* Also improves import dialog behavior if databases(s) lock while it is visible.

ffc72c8... by Jonathan White

Fix issues with Entry Editing

* Fix #10653 - prevent category switching if no category was actually hidden/visible. Also properly select a new category when a change is made instead of just changing the widget page.

* Fix apply button still being enabled after it is pressed and successfully committed

8c91836... by egglessness <email address hidden>

Add configurable password strength check on database password (#9782)

* Set default value of DatabasePasswordMinimumQuality to 3 (do not accept a master password that is less than Good)

* Add custom message box button "Continue with weak password"

d14821f... by Jonathan White

Bitwarden and 1PUX importer improvements

* Fixes #10400
  - Support TOTP entries with bare secrets instead of otpauth urls for Bitwarden. Vice-versa for 1PUX.
  - Support Bitwarden Argon2id encryption scheme

* Fixes #10380 - Support Bitwarden organization collections

2dfc0e5... by Jonathan White

Preserve Secret Service exposed group setting on merge

* Fixes #9371 - adds secret service custom data key to the list of protected custom data (will not be overwritten on merge)