Releases: nguyendinhquocx/glyphjet
Releases · nguyendinhquocx/glyphjet
Release list
GlyphJet v0.1.5
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
GlyphJet v0.1.2
Keyboard-first navigation and calmer popup polish.
Highlights
- Keyboard navigation — use
↓to move from search into tabs, category chips, and glyph results. Use arrow keys to move through the responsive grid andEnterto copy the focused glyph. - Caret-safe search —
←and→inside the search input still move the text caret normally; only↑and↓leave the input. - Persistent window state — move or resize the popup, then reopen or restart GlyphJet: its size and position are restored.
- Resizable popup — resize from any edge or corner; minimum size is 420×320.
- Calmer controls — neutral
#f7f7f8active states, more rounded search/tabs, no internal divider lines, and a compact tick-only copy confirmation.
Downloads
GlyphJet_0.1.2_x64_en-US.msi— Windows Installer (recommended)GlyphJet_0.1.2_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
GlyphJet v0.1.0
First public beta of GlyphJet — a fast Windows spotlight launcher for emoji, Unicode symbols, and kaomoji.
Features
- Spotlight popup: press
Alt+;anywhere on Windows 11 to summon a floating search panel. - Browse: three tabs (Emoji / Symbols / Kaomoji), 35 sub-category chips for guided navigation.
- Search: unified synonym-aware search across all 14,870 items (9,884 kaomoji, 3,091 symbols, 1,895 emoji).
- Copy: click a glyph to copy it as plain Unicode text. Inline "Copied" feedback.
- Tray icon: quick open, autostart toggle, and exit.
- Local-first: everything is bundled — no network, no account, no telemetry.
- New icon: GlyphJet branding matching icon.quoc.app.
Downloads
GlyphJet_0.1.0_x64_en-US.msi— Windows Installer (recommended)GlyphJet_0.1.0_x64-setup.exe— NSIS installer (portable option)
Known issues
- No Settings UI yet — the default hotkey is
Alt+;and cannot be changed without editing the config file manually. Win+;experimental override is not yet implemented.- First launch after install may take a few seconds to register the hotkey.
Feedback
Issues and PRs welcome: https://github.com/nguyendinhquocx/glyphjet