Skip to content

🔍 2.1.0: Small, yet mighty

Latest
Compare
Choose a tag to compare
@adamkiss adamkiss released this 30 Dec 01:24

New in 2.1.0

  • exact match: use utf !<character> to get a character match, instead of a search
  • help: type utf !h and get help. (heh!)
  • Added PHP result \u{2192} (Cmd+Opt) and full codepoint (Ctrl+Opt) result (0021 vs hex: 21)
  • Improved subtitles of all alternative results to show you what you're copying and pasting to the frontmost app
  • Added support for Copy result (copies the character name) and for Large text (character and character name)

Fixed in 2.1.0

  • fixed cast matching character when searching or using utf9 to get your top characters - when comparing codepoints between usage table and unicode table, SQLite happily saw "21" and "21e0" and thought "Yes! That's 21 and 21 in scientific notation. MATCH!", which was obviously wrong. I am now force casting the comparison to string first.
  • fixed missing N Unicode category, which is… Numbers. All numbers.

I ain't touching this workflow for at least week now.