Skip to content

Releases: p0deje/Maccy

0.8.3

11 Jan 13:21
Compare
Choose a tag to compare
  • Fixed crash when copying a new item exceeding size during the search

0.8.2

06 Jan 15:16
Compare
Choose a tag to compare
  • Improved colors for reduced transparency mode (#64)

0.8.1

06 Jan 13:32
Compare
Choose a tag to compare
  • Improved colors for high contrast mode (#64)

0.8.0

05 Jan 16:23
Compare
Choose a tag to compare
  • Added an option to hide "Maccy" title in the search field by setting hideTitle to true. (#64)
  • Fixed an issue when an absence of accessibility permissions would not be reported to the user before paste. (#60, #70)
  • Fixed a regression when the search would be ignored when selecting items using a hotkey. (#67)
  • Fixed a crash when removing the only item during the search.

0.7.0

02 Nov 07:27
Compare
Choose a tag to compare
  • Added option to automatically start Maccy at login. (#5, #57)
  • Added support for hiding header menu item (title and search field) by setting hideSearch to true. (#55)
  • Fixed a bug when history is not cleared until restart. (#59)

0.6.0

25 Oct 09:24
Compare
Choose a tag to compare
  • 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)

0.5.1

23 Sep 10:03
Compare
Choose a tag to compare
  • Added support for macOS 10.13 High Sierra. (#23)

0.5.0

23 Sep 09:57
Compare
Choose a tag to compare
  • Added tooltip to every history item with its full text. The tooltip is show after a couple of seconds. (#31)
  • Added a small image of color preview which is shown for history items with HEX codes. (#42)
  • Added a functionality to remove a selected history item by pressing OPTION (⌥) + DELETE (⌫) (#34)
  • Added a special separator after Clear item. It is disabled by default and can be enabled by setting enableSaratovSeparator option to true. (#45)
  • Added support for fuzzy search. It is disabled by default and can be enabled by setting fuzzySearch option to true. (#25)
  • Fixed a bug when empty Maccy menu caused the search field to be too narrow. (#24)
  • Fixed a bug when copying an image would remove the last history item. (#30)
  • Fixed a bug when pressing Enter on numpad would not select a history item. (#33)

0.4.1

21 Aug 15:00
Compare
Choose a tag to compare

Add credits note for Sasha Koss in "About" window.
No functional changes in this release.

0.4.0

03 Aug 02:38
Compare
Choose a tag to compare
  • Brand new icons: AppIcon-32w-1DarkMenuBar-32w
  • Avoid highlight "Clear" item when no items matching the search are found. (#18)
  • Allow to automatically paste when selecting an item with the ⌥ key pressed. This will ask for accessibility permissions the first time. This behavior can be configured with the pasteByDefault option. Setting it to true swaps the behavior so selecting an item pastes immediately and selecting with the ⌥ key pressed just copies the item. (#14)
  • Make the search field always visible and added a placeholder to it.
  • Backtick can now be used for the popup keybinding. (#19)