Releases: p0deje/Maccy
Releases · p0deje/Maccy
0.11.0
- The application is now notarized by Apple. (#52)
- Allow to open preferences using COMMAND (⌘) + , even when footer is hidden. (#112 and #113)
- Support copying, storing, and pasting files. (#84)
- Allow controlling the number of visible menu items. Hidden items remain in history and searchable. (#101)
- Improved option to hide menu icon so it no longer requires a restart.
- Fixed an issue when certain pasteboard items would crash the application. (#114)
0.10.0
⚠️ This release (again) changes the storage system of history. Once upgraded, your new copies won't be visible to older versions of Maccy.
- Migrated history storage from UserDefaults to CoreData for better performance and easier maintenance
- Added preferences windows which can be used to customize every aspect of the application behavior (#86)
- Added support for PNG image copies which is used by default macOS screenshotting tool (#102)
- Added support for different positioning of popup controlled by
popupPosition
option (#88):cursor
which popups at pointer coordinates (default behavior)center
which popups at the center of the current screenstatusItem
which popups in middle of menu icon (similar to what you'd have if you click on the icon manually)
- Added possibility to add/remove custom pasteboard types from the ignored list using
ignoredPasteboardTypes
option (#94) - Added support for CONTROL (^) + W keybinding which removes last word in search field
- Added better handling of global hotkey when using Dvorak keyboards (#51)
- Changed clearing behavior to keep pinned items by default. You can still clear all including pinned by selecting "Clear" with OPTION (⌥) pressed (#92)
- Added Spanish localization. Thanks, @Xavi-dev
- Added Russian localization
- Improved performance for large copies (100k+ characters) (#105)
- Fixed an issue when old pinned items would be removed when the storage size limit is reached (#106)
0.9.0
⚠️ This release changes the storage system of history. Once upgraded, you won't be able to use older versions of Maccy without removing all your history.
- Added support for pinned history items. Any history item can be pinned and unpinned using OPTION (⌥) + P. (#26)
- Added support for storing, viewing, copying and pasting images. (#44)
- Added support for transient copies which is used by various apps to copy sensitive data like passwords. Maccy now ignores such copies and not store them in history. (#65)
- Added support for different sorting algorithms of history which are controlled by
sortBy
option: - Added an option to completely hide the footer items (Clear, About, Quit, etc.) by setting
hideFooter
totrue
. (#73) - Added an option to popup window in the center of the screen by setting
popupPosition
tocenter
. (#76) - Added support for auto-update. (#54)
- Fixed a bug when multiple copies issued by the same app like BBEdit would not be handled correctly. (#78)
- Fixed a bug when clearing the history during the search would crash.
0.8.3
0.8.2
0.8.1
0.8.0
- Added an option to hide "Maccy" title in the search field by setting
hideTitle
totrue
. (#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
0.6.0
- 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
totrue
and restart Maccy. (#22) - Added support for ignoring all the copied items by setting
ignoreEvents
totrue
. (#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)