Skip to content

GlyphJet v0.1.5

Latest

Choose a tag to compare

@nguyendinhquocx nguyendinhquocx released this 21 Jul 04:15

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://focus event with an explicit glyphjet-shown event emitted from the Rust shell after show() + 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