You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to true and restart Maccy. (#22)
Added support for ignoring all the copied items by setting ignoreEvents to true. (#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)