Skip to content

0.10.0

Compare
Choose a tag to compare
@p0deje p0deje released this 04 Jun 00:33
· 685 commits to master since this release

⚠️ 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 screen
    • statusItem 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)