Skip to content

Releases: p0deje/Maccy

0.23.0

19 Jul 14:53
Compare
Choose a tag to compare
  • Added Chinese Traditional localization (credits to kkn)
  • Added German localization (credits to @pitschr and @fabifabulousity)
  • Added Japanese localization (credits to @weensy and @yebityon)
  • Added Korean localization (credits to @weensy)
  • Added Thai localization (credits to @naijab)
  • Added a feature to ignore only next copy by clicking on the menu icon with OPTION + SHIFT pressed (#354)
  • Added a feature to automatically capture the source application of every new copy and show the source in the copy tooltip (#387)
  • Fixed an issue when JPG copies were not rendered as images (#381)
  • Fixed multiple issues with positioning of Maccy window in the center of multiple displays (#334, #406)
  • Fixed an issue when auto-update window could not be focused (#371)
  • Improved performance of pasting by reducing animation delay (#390)

0.22.2

11 Feb 03:53
Compare
Choose a tag to compare
  • Improved the header and search field horizontal padding on macOS 11+.
  • Fixed an issue when the search field would select all the entered text upon finding no results.
  • Moved storage preferences to a separate tab.
  • Fixed pasting the wrong item on the App Store version of Microsoft Word.

0.22.1

05 Feb 11:40
Compare
Choose a tag to compare
  • Added Vim-like keybindings to select previous/next item with Control+K/Control+J.
  • Fixed an issue when application cannot be enabled/disabled with Option+click.
  • Improved Chinese translation.
  • Improved Italian translation.
  • 0.22.0

    16 Oct 23:18
    Compare
    Choose a tag to compare
  • Added Croatian translation
  • Added Italian translation
  • Fixed issue when pasting to Word.app would result in a different item paste
  • 0.21.1

    03 Sep 02:14
    Compare
    Choose a tag to compare
    • Fixed an issue when the application wouldn't launch at login in macOS 12 beta 5+
    • Fixed an issue when unpinned items would be shown before search field after deletion
    • Fixed constraints breaking warnings when the search field is hidden

    0.21.0

    28 Jul 00:27
    Compare
    Choose a tag to compare
  • Added an ability to change pinned items hotkey and title (see Preferences -> Pins for details)
  • Added an ability to ignore copies based on the source application (see Preferences -> Ignore for details)
  • Added an option to clear unpinned items on quit (see Preferences -> Advanced for details)
  • Improved search by highlighting matching parts in bold font
  • Improved multi-line copies by showing ⏎ as a newline character
  • Improved compatibility with macOS Big Sur
  • Improved compatibility with macOS Monterey
  • Updated auto-update components to support Apple Silicon natively
  • Fixed an issue when filenames with non-US characters would be shown encoded
  • Fixed several issues related to pinned items
  • Fixed intermittent crashes on new copies
  • Fixed an issue when removing history item would leave its contents in the database
  • Fixed an issue when the menubar icon could not be selected with Tab
  • Fixed an issue when pressing ⌘-V would not paste into the search field
  • Fixed an issue when menubar popup opened on mouse up, not mouse down
  • 0.20.1

    24 Mar 17:39
    Compare
    Choose a tag to compare
    • Improved performance of fuzzy search for large data (#244)
    • Improved non-QWERTY keyboard layouts support (#170)
    • Added an option to stop asking for confirmation when clearing history (#249)
    • Fixed an issue causing popup position in "Screen center" to be wrong in a multi-monitor setup (#163)

    0.20.0

    23 Feb 01:54
    Compare
    Choose a tag to compare
    • Allow to customize what data types should be saved (files, images, text) (#134, #237)
    • Ask for confirmation when clearing history (#208)
    • Allow to copy/paste when search field is manually focused (#192)
    • Fix a bug that prevent some pasteboard types from being ignored (#241)

    0.19.0

    25 Jan 02:09
    Compare
    Choose a tag to compare
    • Support for Apple Silicon (arm64) (#199)
    • Improved compatibility with Big Sur (icon size, preferences appearance)

    0.18.2

    18 Nov 14:09
    Compare
    Choose a tag to compare
    • Allow pasting into the search (#192)
    • Migrated from CocoaPods to Swift Package Manager