Reliable focus and consistent first-view reset.
Fixes
- First-open focus — the search input now receives the caret on every popup open. Replaced the unreliable native
tauri://focusevent with an explicitglyphjet-shownevent emitted from the Rust shell aftershow()+set_focus(). - Category chip scroll — switching category no longer rebuilds the chip bar, so the horizontal scroll position is preserved instead of snapping back to the first group.
- Consistent first view — every popup open returns to Emoji → Smileys with an empty query. The last browsed tab and category are no longer carried over between sessions.
Downloads
GlyphJet_0.1.5_x64_en-US.msi— Windows Installer (recommended)GlyphJet_0.1.5_x64-setup.exe— NSIS installer
Upgrade
Close GlyphJet from the tray before installing. The installer upgrades earlier local builds in place.
Verification
- Frontend build: PASS
- Rust
cargo check: PASS - Vitest: 13/13 PASS