Skip to content

Releases: p0deje/Maccy

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

0.30.0

05 Mar 02:59
Compare
Choose a tag to compare
  • Added Hebrew translation (#713) (credits to @yarons).
  • Added an option to show special symbols in the popup (newlines, tabs, leading and trailing spaces) (#717).
  • Added an option to change search match highlighting from bold to italic or underline (#728) (credits to @gongchoong).
  • Added a hidden option to change a clipboard check interval and also lowered it from 1000 ms to 500 ms (#718).
  • Improved Japanese translation (#719).
  • Improved German translation (credits to @dennis-benzinger-hybris).
  • Improved performance of search by lowering the delay from 400 ms to 200 ms.
  • Fixed an issue when switching between US and JIS keyboards would break search (#716).
  • Fixed an issue alternate items could not be selected on macOS 14.4.
  • Fixed an issue when copying multiple files would only show the first one in the history (#714) (credits to @kthchew).
  • Fixed an issue when the popup won't appear near the cursor (#715).

0.29.4

24 Jan 15:35
cfda2ca
Compare
Choose a tag to compare
  • Added a new paperclip menu icon (credits to @josephillips85).
  • Added a link to configure notifications and sounds in preferences.
  • Fixed an issue when a pin image was black in a dark appearance.
  • Fixed an issue when the popup would be hidden beyond screen edges (#707) (credits to @weisJ).