Skip to content

🐛 2.0.2: Bug Hunt galore

Compare
Choose a tag to compare
@adamkiss adamkiss released this 29 Dec 14:49
· 28 commits to main since this release

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!