Follow-up to 0.3.0 addressing two UX issues reported against the desktop release.
Downloads
Windows x64:
- AkarPass_0.3.1_x64-setup.exe — NSIS installer (smaller)
- AkarPass_0.3.1_x64_en-US.msi — MSI installer (enterprise/MDM)
Fixed
Multi-match picker is now a real overlay
In 0.3.0 the picker showed up inside the AkarPass main window, which meant you had to Alt-Tab back to AkarPass to see it. It is now a dedicated Tauri window — frameless, always-on-top, skipTaskbar, centered on the active screen. Opens on top of whatever the user is doing (browser, app) so the autofill flow reads as a single interaction. Keyboard navigation (↑/↓, Enter, Esc, 1–9) unchanged.
Minimise → system tray
Minimising via the custom titlebar now hides the window to the system tray (hidden icons area on Windows) instead of parking it on the taskbar. A tray icon is registered at startup with a Show AkarPass / Quit menu; left-clicking the tray icon also restores the window. The close (✕) button still closes the app entirely.
Changed
- The picker window loads the same bundle as the main window;
main.tsxnow branches ongetCurrentWindow().label. - Picker ↔ main communication via Tauri events:
picker:ready,picker:data,picker:choose,picker:cancel. tauricrate now enables thetray-iconfeature.- The subtitle shown in the picker is now the hostname (or app name), not the full URL.
Known limitations
center()may target the primary monitor instead of the monitor containing the foreground window on some platforms — Tauri limitation.
Full changelog: CHANGELOG.md