Skip to content

AkarPass v0.3.1 — picker overlay window + system tray

Latest

Choose a tag to compare

@diabloakar0 diabloakar0 released this 19 Apr 19:03

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.tsx now branches on getCurrentWindow().label.
  • Picker ↔ main communication via Tauri events: picker:ready, picker:data, picker:choose, picker:cancel.
  • tauri crate now enables the tray-icon feature.
  • 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