Skip to content

Releases: p0deje/Maccy

2.0.0.beta.8

02 Aug 15:45
Compare
Choose a tag to compare
2.0.0.beta.8 Pre-release
Pre-release

This is the eighth 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.7

  • Fix issue when item cannot selected by pressing Option+Return.
  • Fix issue when popup at screen center didn't work with multiple screens.
  • Don't show 10px window when clicking on a menu icon.

Known Issues in 2.0.0.beta.8

  • (Un)pinning item doesn't immediately scroll to the item.
  • Clipboard items access in the Shortcuts application misses files and images.

2.0.0.beta.7

01 Aug 20:18
Compare
Choose a tag to compare
2.0.0.beta.7 Pre-release
Pre-release

This is the seventh 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.6

  • Fix Japanese language input.
  • Prevent history from growing beyond the configured in Preferences size.
  • Increase history size to 9999 items.

Known Issues in 2.0.0.beta.7

  • Small window is shown behind Maccy popup when clicking on a menu bar icon.
  • (Un)pinning item doesn't immediately scroll to the item.
  • Clipboard items access in the Shortcuts application misses files and images.

2.0.0.beta.6

31 Jul 21:46
Compare
Choose a tag to compare
2.0.0.beta.6 Pre-release
Pre-release

This is the sixth 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.

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.5

  • Improve popup height handling so it is not unnecessarily large when there are no copies.
  • Fix issue when pin shorcut could be shown with non-English character.

Known Issues in 2.0.0.beta.6

2.0.0.beta.5

30 Jul 17:17
Compare
Choose a tag to compare
2.0.0.beta.5 Pre-release
Pre-release

This is the fifth 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.

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.4

  • Fix issue when disabling saving files would disable saving text too (#824).
  • Fix performance issues when searching through large texts.
  • Fix edge cases related to "Delete" key handling.
  • Support custom global "Paste" shortcut.
  • Support pasting on "Dvorak - QWERTY ⌘" layout.
  • Improve styling of a preview popover.
  • Improve Appearance settings to automatically reload when new screens are added or removed.

Known Issues in 2.0.0.beta.5

  • If there are no copies, the window size is still big with empty vertical space.
  • History size is not enforced and can grow beyond 999. This is done on purpose to test the new storage and see its limitations.
  • Japanese language input in search doesn't work correctly. This seems to be a bug in SwiftUI (https://medium.com/@hajimenakamura/japanese-input-of-textfield-of-swiftui-does-not-working-70244684821d), since Korean/Chinese work correctly.
  • (Un)pinning item doesn't immediately scroll to the item.
  • Clipboard items access in the Shortcuts application misses files and images.

2.0.0.beta.4

29 Jul 16:37
Compare
Choose a tag to compare
2.0.0.beta.4 Pre-release
Pre-release

This is the fourth 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.

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.3

  • Fix issue when item had to be double-clicked to be selected when preview is visible (#822).
  • Fix issue when copied HEX color was only showing the colored image.
  • Reduce visual noise when preview was closing while main window opens.
  • Improve preview performance for large texts (5k+ lines).
  • Improve performance for fast scrolling through large history.
  • Improve performance of fuzzy search.

Known Issues in 2.0.0.beta.4

  • If there are no copies, the window size is still big with empty vertical space.
  • History size is not enforced and can grow beyond 999. This is done on purpose to test the new storage and see its limitations.
  • Japanese language input in search doesn't work correctly. This seems to be a bug in SwiftUI (https://medium.com/@hajimenakamura/japanese-input-of-textfield-of-swiftui-does-not-working-70244684821d), since Korean/Chinese work correctly.
  • (Un)pinning item doesn't immediately scroll to the item.
  • Clipboard items access in the Shortcuts application misses files and images.
  • Custom paste shortcuts are not working.
  • Dvorak keyboard layout should work, but wasn't extensively tested. Notably, pasting in "Dvorak - QWERTY ⌘" keyboard layout might be broken.

2.0.0.beta.3

27 Jul 18:59
Compare
Choose a tag to compare
2.0.0.beta.3 Pre-release
Pre-release

This is the third 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.

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.2

  • Updating pin letter or title is immediately reflected in UI.
  • Prevent links from being clickable.
  • Allow pasting into Spotlight window.

Known Issues in 2.0.0.beta.3

  • If there are no copies, the window size is still big with empty vertical space.
  • History size is not enforced and can grow beyond 999. This is done on purpose to test the new storage and see its limitations.
  • Japanese language input in search doesn't work correctly. This seems to be a bug in SwiftUI (https://medium.com/@hajimenakamura/japanese-input-of-textfield-of-swiftui-does-not-working-70244684821d), since Korean/Chinese work correctly.
  • (Un)pinning item doesn't immediately scroll to the item.
  • Clipboard items access in the Shortcuts application misses files and images.
  • Fast scrolling through a long history causes the scroll to bounce.
  • Custom paste shortcuts are not working.
  • Dvorak keyboard layout should work, but wasn't extensively tested. Notably, pasting in "Dvorak - QWERTY ⌘" keyboard layout might be broken.

2.0.0.beta.2

24 Jul 20:11
Compare
Choose a tag to compare
2.0.0.beta.2 Pre-release
Pre-release

This is the second 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.

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.1

  • Fixed crash on startup in macOS Sequoia.
  • Fixed menu access in macOS Sequoia.

Known Issues in 2.0.0.beta.2

  • If there are no copies, the window size is still big with empty vertical space.
  • History size is not enforced and can grow beyond 999. This is done on purpose to test the new storage and see its limitations.
  • Japanese language input in search doesn't work correctly. This seems to be a bug in SwiftUI (https://medium.com/@hajimenakamura/japanese-input-of-textfield-of-swiftui-does-not-working-70244684821d), since Korean/Chinese work correctly.
  • (Un)pinning item doesn't immediately scroll to the item.
  • Clipboard items access in the Shortcuts application misses files and images.
  • Fast scrolling through a long history causes the scroll to bounce.
  • Custom paste shortcuts are not working.
  • Dvokar keyboard layout should work, but wasn't extensively tested. Notably, pasting in "Dvorak - QWERTY ⌘" keyboard layout might be broken.
  • Changing pin letter or title requires restarting to take an effect.

2.0.0.beta.1

24 Jul 02:58
Compare
Choose a tag to compare
2.0.0.beta.1 Pre-release
Pre-release

This is the first 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.

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.

Known Issues in 2.0.0.beta.1

  • If there are no copies, the window size is still big with empty vertical space.
  • History size is not enforced and can grow beyond 999. This is done on purpose to test the new storage and see its limitations.
  • Japanese language input in search doesn't work correctly. This seems to be a bug in SwiftUI (https://medium.com/@hajimenakamura/japanese-input-of-textfield-of-swiftui-does-not-working-70244684821d), since Korean/Chinese work correctly.
  • (Un)pinning item doesn't immediately scroll to the item.
  • Clipboard items access in the Shortcuts application misses files and images.
  • Fast scrolling through a long history causes the scroll to bounce.
  • Custom paste shortcuts are not working.
  • Dvokar keyboard layout should work, but wasn't extensively tested. Notably, pasting in "Dvorak - QWERTY ⌘" keyboard layout might be broken.
  • Changing pin letter or title requires restarting to take an effect.

1.0.0

08 Jul 19:57
Compare
Choose a tag to compare

This is the first release in 1.x version branch. Please note, that older versions of Maccy (0.x) will not work correctly after the upgrade. Read more at #790. ⚠️

  • Enabled persistent history tracking in storage. This forces read-only mode in Maccy 0.x.
  • Added Czech translation. (#804)
  • Added Portuguese (Brazil) translation. (#800)
  • Improved German and Spanish translations (#806).
  • Fixed the "Get Item from Clipboard History" action not working for selected items.
  • Fixed the "Clear Clipboard History" action.

New Contributors

Full Changelog: 0.31.0...1.0.0

0.31.0

29 Apr 04:21
Compare
Choose a tag to compare

What's Changed

  • Added Arabic translation (credits to @columbusux).
  • Added Dutch translation (credits to @yasingunaydiin).
  • Improved performance of showing/hiding header and footer (#620).
  • Fixed issue with copying cross-reference links in Microsoft Word (#770).
  • Fixed duplicated items during search in macOS 13 and older (#747).
  • Fixed auto-update sandbox warning.

New Contributors

Full Changelog: 0.30.0...0.31.0