You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Password manager autofill - Password fields now show suggestions from your autofill service (e.g. KeePassDX). Selecting a credential automatically fills the Confirm Password field too
Biometric unlock for keyfile containers - Containers protected with a keyfile can now be unlocked with biometrics. If a keyfile is later moved or deleted, a clear error screen guides you back to manual mounting
Hidden volume protection confirmation - When mounting an outer volume with hidden volume protection enabled, a confirmation screen now appears to confirm that protection is active
Improvements
Biometric credentials auto-update - Manually mounting a container with the biometric toggle on now refreshes the saved credentials — useful when changing your password or keyfiles
Navigation bar compatibility - UI no longer overlaps the 3-button navigation bar on devices using legacy navigation (closes #59)
Security
Keyfiles never touch disk - Keyfiles are now read directly into memory and never written to the app cache. Previous builds left a temporary plaintext copy on disk during mounting
Bug Fixes
arm32 container creation - Creating containers on 32-bit ARM devices (armeabi-v7a) produced a broken, unreadable container due to a type definition issue in the XTS encryption layer (closes #62)