Skip to content

0.26.0

Compare
Choose a tag to compare
@p0deje p0deje released this 14 Mar 21:51
· 170 commits to master since this release
  • Added support for searching by regular expressions (#184).
  • Added experiment mixed search. It works by first searching by exact match. If no results are found, it automatically searches using fuzzy search. Finally, if there are still no results, it uses a regular expressions search.
  • Added support for rich preview popups that replace old tooltips. They allow previewing long text easier, showing higher-resolution images, and customizing the delay until the preview is showing via preferences (#267, #282).
  • Added support for getting a clipboard item by its position in the Shortcuts app. It is also possible to get a selected item. This allows building complex processing of clipboard items from Maccy via the Shortcuts such as trimming whitespace from copied text, converting copied RTF to Markdown files, and others (#481, #486).
  • Added support for ignoring copies coming from the Maccy itself using the ignored applications list (#516).
  • Added support for specifying a display to popup at (#480).
  • Added support for ignoring all copies except for specific applications listed in the ignore preferences (#402).
  • Added several menu icons that can be customized via preferences (credits to @FabyoSK and @darienm) (#495).
  • Improved compatibility with the Pure Paste app (#429).
  • Improved search field text contrast in Dark Mode (#505).
  • Improved colors with increased contrast / reduced transparency on macOS Ventura.
  • Fixed crashes when searching through images from the Photos app (#489).
  • Fixed pasting to work on Dvorak - QWERTY ⌘ and bépo 1.1 - Azerty ⌘ keyboard layouts (#482, #520).
  • Fixed clear history confirmation dialog not focused when the footer is hidden (#466).
  • Fixed incorrect placement of the Maccy menu in the screen center when showing the first time or after being inactive for a long time (#467).
  • Fixed empty highlighting when there are no search results (#475, #490).