Skip to content

0.6.0

Compare
Choose a tag to compare
@p0deje p0deje released this 25 Oct 09:24
· 706 commits to master since this release
  • 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)