Skip to content

Releases: p0deje/Maccy

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)

0.3.7

23 Jul 05:17
Compare
Choose a tag to compare
  • Improved performance of search (#13)
  • Fixed an issue when copied item named like application commands (Clear/About/Quit) were not properly assigned with Cmd+number keybinding
  • Fixed a regression when every matching item was highlighted, not the first one (#16)

0.3.6

03 Jul 04:58
Compare
Choose a tag to compare
  • 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.

0.3.5

17 Jun 04:42
Compare
Choose a tag to compare
  • Add hotkeys for selecting the first 9 items (⌘+1, ⌘+2, ..., ⌘+9) (#10)
  • Automatically highlight the first item when popping up Maccy (#10)

0.3.4

13 Jun 15:13
Compare
Choose a tag to compare
  • Fixed an issue when header and search item was not shown after clearing the history list
  • Fixed an issue when arrow keys were not selecting items and Enter key copying it to the clipboard (#2)

0.3.3

13 Jun 02:30
Compare
Choose a tag to compare
  • Avoid unnecessary refreshes (#9)
  • Updated to Swift 5

0.3.2

10 Nov 04:30
Compare
Choose a tag to compare
  • Updated to work and look nice on macOS 10.14 Mojave
  • Forget copied passwords (#4)

0.3.1

09 Jul 10:54
Compare
Choose a tag to compare
  • Added support for hiding menu from top status bar (#2)