Releases: p0deje/Maccy
Releases · p0deje/Maccy
0.5.0
- 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 totrue
. (#45) - Added support for fuzzy search. It is disabled by default and can be enabled by setting
fuzzySearch
option totrue
. (#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
0.4.0
- Brand new icons:
- 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 totrue
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)
0.3.7
0.3.6
- Added ability to clear the search query with ⌘-Delete.
- Added a feature to automatically highlight the first item when the menu pops up.
- Improved navigation with arrow up/down keys to allow start over when reaching the end/beginning of the list.
- Improved vertical alignment of title and search fields.
- Fixed an issue when the search query could not contain spaces.
- Fixed an issue when the copied password was not forgotten even though a password manager application removed it from the clipboard.