Releases: pshycodr/omniglyph
Releases · pshycodr/omniglyph
v1.0.0
OmniGlyph v1.0.0
First stable release.
What's new
Collection sidebar
A new slide-in sidebar lets you switch between symbol collections without leaving the keyboard. Open it with the menu button or close it with Esc. Selecting a collection loads it instantly and dismisses the sidebar automatically.
Built-in collections:
- 😀 Emojis — full Unicode emoji set with categories and aliases
- :-) Emoticons — classic text-based emoticons
- ↔ Arrows — all Unicode arrow variants
- ∑ Mathematical symbols — operators, relations, Greek letters, and more
- $ Currency symbols — global currency signs
- ! Special symbols — punctuation, dingbats, and miscellaneous glyphs
CLI collection flags
Launch directly into any collection from the terminal:
omniglyph # defaults to Emoji
omniglyph --emoji
omniglyph --emoticons
omniglyph --arrows
omniglyph --math
omniglyph --currency
omniglyph --special
omniglyph --hieroglyphs
Useful for keybindings — bind omniglyph --math to a shortcut and jump straight to symbols without touching the sidebar.
Demo:
Full Changelog: v0.1.2...v1.0.0
v0.1.2
OmniGlyph v0.1.2
Changes
- Improve overall app styling
- improve scrolling and pagination
- new json layout and structure
Demo:
Full Changelog: v0.1.1...v0.1.2
v0.1.1
OmniGlyph v0.1.1
Changes
- Added About dialog with project information and links.
- Improved desktop integration using a reverse-domain application ID.
- Updated icon and desktop file naming for better GTK and Linux desktop compatibility.
- Improved window behavior on tiling window managers such as Hyprland and Sway.
- Various code cleanup and packaging improvements.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
OmniGlyph v0.1.0
Demo:
Features
Emoji Browser
- Browse emojis from a bundled emoji collection.
- Emoji metadata and annotations included for search.
Search
- Search emojis by name, tags, aliases, category, and metadata.
- Instant filtering while typing.
Keyboard Shortcuts
- Press
/to focus the search bar. - Press
Escagain to hide the application window.
Category Navigation
- Quick category tabs with emoji-based icons.
- Category filtering for faster browsing.
- Category counts and visual separation.
Overlay Window
- Overlay-style launcher window for quick access.
- Window remains running in the background after closing for faster reopening.
Performance Improvements
- Lazy loading and pagination for emoji rendering.
- Improved startup and scrolling performance.
Full Changelog: https://github.com/pshycodr/omniglyph/commits/v0.1.0