Releases: adamkiss/alfred-utf
Releases · adamkiss/alfred-utf
🔍 2.2.0: Very slightly improved
➕ New in 2.2.0
- configurable triggers! (no need to rewrite workflow now)
- uses per workflow user folder for usage, so no wipe between updates
🔧 Fixed in 2.2.0
- if you're using
.sqliterc, you can use the workflow again - the custom config is ignored, thus the workflow works
🔍 2.1.0: Small, yet mighty
New in 2.1.0
- exact match: use
utf !<character>to get a character match, instead of a search - help: type
utf !hand get help. (heh!) - Added PHP result
\u{2192}(Cmd+Opt) and full codepoint (Ctrl+Opt) result (0021vs 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
utf9to 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
NUnicode category, which is… Numbers. All numbers.
I ain't touching this workflow for at least week now.
9️⃣ 2.0.3: The top 9 release
2.0.3: utf10 is now utf9
- Since alfred returns 9 results, Top 9 characters is very symbolic - and also, all are available under ⌘+<1-9>
- I also snuck in word "command" into the name of "places of interest sign"
U+2318, because command is what many people who search for it think of, I'd guess - so you can search forcommand signnow.
2.0.2 🐛
- Fixed (hopefully 😉) all the bugs around the user database / usage table (I now basically always
CREATE TABLE IF NOT EXISTS, which should not add more than a couple uSeconds) - Improved the labelling of the workflows
- Added top 10 fallback result if there are is no recorded usage yet
**2.0.1 🎉 **
- super-fast search
- full-text search over the weird Unicode name, hex code, category and key symbol
- remembers what characters you selected previously, and gives them preferential treatment when you search for them again (hello,
→) - for a bit of fun, alfred-utf gives you 10 of your most search characters, with alfred command
utf10 - if you really want to have fun, you can start your query with colon, and you have can write your own, full sqlite fts5 match syntax!
Enjoy and prosper!
🐛 2.0.2: Bug Hunt galore
New in 2.0.2 🐛
- Fixed (hopefully 😉) all the bugs around the user database / usage table (I now basically always
CREATE TABLE IF NOT EXISTS, which should not add more than a couple uSeconds) - Improved the labelling of the workflows
- Added top 10 fallback result if there are is no recorded usage yet
And to recap 2.0.1 🎉
- super-fast search
- full-text search over the weird Unicode name, hex code, category and key symbol
- remembers what characters you selected previously, and gives them preferential treatment when you search for them again (hello,
→) - for a bit of fun, alfred-utf gives you 10 of your most search characters, with alfred command
utf10 - if you really want to have fun, you can start your query with colon, and you have can write your own, full sqlite fts5 match syntax!
Enjoy and prosper!
🎉 Search UTF without fluff
It's released. Features:
- super-fast search
- full-text search over the weird Unicode name, hex code, category and key symbol
- remembers what characters you selected previously, and gives them preferential treatment when you search for them again (hello,
→) - for a bit of fun, alfred-utf gives you 10 of your most search characters, with alfred command
utf10 - if you really want to have fun, you can start your query with colon, and you have can write your own, full sqlite fts5 match syntax!
Enjoy and prosper!