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
WebDAV can connect to self-hosted services with certificate issues after explicit user confirmation.
Autofill blacklist entries now show app icons, with blocked apps pinned to the top.
Improved password list state retention to reduce empty-list flashes when returning to the page.
Improved vault list resilience so one malformed item does not leave the page loading or crash it.
Improved vault list layout reuse to reduce repeated measurement during scrolling and folder navigation.
Improved the generator title transition so it smoothly collapses into the top bar while scrolling upward.
Improved settings group cards with large rounded outer corners and a continuous middle layout.
Editing a password now supports selecting one storage target and moving the entry to a different database or folder on save.
Bank cards, documents, notes, authenticators, and other editors now use the same single-target move and multi-target copy interaction.
Improved the scroll-following transition between expanded and compact generator result cards and removed the redundant pinned background frame.
Matched the generator top-bar title size with other pages and fixed the final snap when the result card finishes compacting.
Fixed the result card briefly expanding when the generator type selector leaves the viewport.
Reduced excessive top spacing on the generator and settings home pages.
Made the generator top bar transparent to match the password vault and other main pages.
Fixed ZIP export with passkeys showing no password prompt and failing with "enable backup encryption".
Monica Keyboard's password, authenticator, and card wallet lists now sort Chinese titles by pinyin, and the side letter index groups Chinese entries under A-Z# instead of showing Chinese characters.
Details
Folder groups use stable database and folder identities, so same-named folders from different databases remain separate. Existing layouts and stacking modes are unchanged.
WebDAV shows a confirmation prompt for untrusted certificates or certificates whose hostname does not match the DDNS address. After confirmation, only the current certificate fingerprint for that host is trusted; certificate changes require confirmation again.
Added explicit WebDAV certificate error classification and user-facing messages.
The autofill blacklist uses real application icons. Blocked apps appear first, followed by the remaining apps sorted by name.
When a complete list snapshot is available, the password page shows it immediately and replaces it after background data preparation finishes.
Vault list computation now isolates parsing failures, retains the previous frame, and retries on the next data update.
Stable content types are now declared for filters, folders, section headers, and item types so Compose can reuse list layouts more effectively.
The generator now uses a Material 3 collapsing top bar while retaining the history and settings actions.
Only the settings group container and item appearance changed; standalone cards, detail screens, and behavior remain unchanged.
Multi-select editing still preserves existing targets, while single-select is an explicit move workflow to avoid accidental replica removal.
The shared storage picker only removes old replicas when an edited item is explicitly moved to a different single target; multi-target edits always keep existing copies.
Result card padding, icon size, spacing, elevation, and color now follow the scroll distance directly. The separate pinned background layer was removed to prevent an out-of-sync dark frame.
Compact text layout is applied only after the continuous collapse is nearly complete, preventing a premature end-state snap.
Collapse progress now uses the generator selector's actual scrolled proportion and remains continuous across list item boundaries.
The generator now uses a more compact fixed top bar, while the dock-embedded settings page no longer applies the status-bar inset twice. Standalone settings retain required system insets.
Removed the generator top bar's extra surface background and tonal elevation to avoid a large dark title block.
The export screen now counts passkeys included in the upcoming backup. When passkeys are selected and present, tapping export opens the "Set backup password" dialog directly with a hint that passkeys cannot be exported as plain text, then exports as an encrypted .enc.zip. Exports without passkeys keep the previous flow.
Monica Keyboard's password, authenticator, and card wallet lists transliterate non-ASCII titles to Latin (ICU Any-Latin; Latin-ASCII) before sorting and building the side letter index. Chinese entries are grouped under their pinyin initial letter and can be jumped to directly instead of anchoring on raw Chinese characters; sorting and indexing share the same transliterated key, matching the main vault behavior.