Skip to content

2.0.0.beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@p0deje p0deje released this 04 Aug 04:24

This is the nineth beta release of the Maccy 2.x version branch. See #790 for discussion.

Highlights of 2.0

  • The user interface has been rewritten from AppKit + NSMenu to SwiftUI + NSPanel.
  • Storage has been rewritten from Core Data to SwiftData.
  • Requires macOS 14 Sonoma or newer.
  • Backward compatibility with Maccy 1.x. You can downgrade to 1.0 or newer if you don't like it or encounter bugs.
  • No backward compatibility with Maccy 0.x.
  • Maximum history size increased from 999 to 9999. (This is being tested at the moment and might change before the final release).

Differences from 1.0

  • Appearance preference Number of items takes no effect. Instead, vertically resize the main panel window according to your needs.
  • Appearance preference Title length takes no effect. Instead, horizontally resize the main panel window according to your needs.
  • Advanced preference Avoid taking application focus takes no effect. The focus will always remain on the active application, similar to how Spotlight works.

Changes since 2.0.0.beta.8

  • Fix issue when the popup is not closed after clearing history (#825).
  • Fix issue when pressing Return during search when there are no results would not create a new copy with the search text.
  • Fix scrolling when header is turned off and there is 1 item pinned to the top (#832).
  • Fix Shortcuts.app not seeing file/image data of clipboard items.
  • Fix issue when selecting a pinned item would change its position in the list.

Known Issues in 2.0.0.beta.9

  • (Un)pinning item doesn't immediately scroll to the item. It does not seem to be a big deal and is quite hard to fix, so likely it will not be fixed in the final release.