Releases: p0deje/Maccy
2.0.0.beta.11
This is the eleventh 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 Maccy0.x.
Differences from 1.0
- New setting to pop up at the last position Maccy was opened at (#829) (credits to @weisJ).
- 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.10
- Fix the issue when the panel would not resize properly.
- Fix the issue when navigating via arrow keys is interfered with by the mouse highlighting item under the cursor (#837, credits to @weisJ).
- Fix the issue when the preview is shown immediately after the panel is opened (#839).
Known Issues in 2.0.0.beta.11
There are no known issues.
2.0.0.beta.10
This is the tenth 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
- New setting to popup at the last position Maccy was opened at (#829) (credits to @weisJ).
- 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.9
- Fix issue when unpinning item didn't scroll it into view (credits to @weisJ).
- Fix issue when toggling item pin would not update its shortcut.
Known Issues in 2.0.0.beta.10
There are no known issues.
2.0.0.beta.9
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.
2.0.0.beta.8
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
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
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
- 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.5
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
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
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
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.