Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ single source of truth for that release: `scripts/release.sh` extracts it for
both the GitHub Release body and the Sparkle update notes shown in the in-app
updater.

## v1.9.0

## New
- **Search by what you mean, not just what it's called:** `:deploy:` finds 🚀, `:ghosting:` finds 👻, `:urgent:` finds 🚨. Around 8,300 everyday-concept keywords were added on top of the official emoji names. ([#183](https://github.com/wr/mojito/pull/183))
- **Inflected words work too:** `:ghosted:`, `:deployed:`, `:launching:`, and `:parties:` now find what you'd expect. ([#185](https://github.com/wr/mojito/pull/185))

## Fixed
- A query with no real match now shows nothing instead of an unrelated emoji. `:yeet:` used to return 🐞, because those four letters happen to appear scattered through "lady beetle". ([#183](https://github.com/wr/mojito/pull/183))

## v1.8.1

## New
Expand Down
Loading