Skip to content

Releases: pshycodr/omniglyph

v1.0.0

11 Jun 10:31

Choose a tag to compare

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:

image

Full Changelog: v0.1.2...v1.0.0

v0.1.2

10 Jun 09:10

Choose a tag to compare

OmniGlyph v0.1.2

Changes

  • Improve overall app styling
  • improve scrolling and pagination
  • new json layout and structure

Demo:

screenshot-region-20260610-144451

Full Changelog: v0.1.1...v0.1.2

v0.1.1

08 Jun 07:40

Choose a tag to compare

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

07 Jun 12:36

Choose a tag to compare

OmniGlyph v0.1.0

Demo:

screenshot-region-20260607-184548

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 Esc again 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