⚠️ 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.