- Added support for hiding menu bar icon by dragging it away with COMMAND (⌘) key pressed. To show it again, either re-open Maccy while it's running or set
showInStatusBar
totrue
and restart Maccy. (#22) - Added support for ignoring all the copied items by setting
ignoreEvents
totrue
. (#49) - Improved copy history watcher to ignore empty strings. (#50)
- Improved search to find in the whole history text, not only the visible part.
- Improved popup keybinding to close menu when pressed again. (#32)
- Fixed an issue when sometimes menu was opening slowly and showing an outdated history. (#36)
- Reduced default history size from 999 to 200 to allow for faster fuzzy search. You can restore the old setting by setting
historySize
to 999. (#48)