| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Clipy_1.3.0.dmg | 2026-06-20 | 15.3 MB | |
| 1.3.0 source code.tar.gz | 2026-06-19 | 723.7 kB | |
| 1.3.0 source code.zip | 2026-06-19 | 847.0 kB | |
| README.md | 2026-06-19 | 3.8 kB | |
| Totals: 4 Items | 16.9 MB | 8 | |
This is the first Clipy release in approximately eight years, and it supports macOS 13 Ventura and later 🎉
For more information about the restart of development, please see [#590].
To support ongoing development going forward, this release includes an internal database migration. The migration is designed to run automatically as much as possible, but it may fail in some cases. Please export any important data, such as snippets, before updating.
Enhancements
- Support Apple Silicon
- Update dependency libraries for M1 native build by @Econa77 in https://github.com/Clipy/Clipy/pull/465
- Add minimal support for building with Xcode 26 by @Econa77 in https://github.com/Clipy/Clipy/pull/591
- Verify Apple Silicon build in CI by @yuseisakai in https://github.com/Clipy/Clipy/pull/618
- Add notarization build settings by @Econa77 in https://github.com/Clipy/Clipy/pull/625
- Migrate the database from Realm to SQLite using SQLiteData
- Add SQLiteData initial setup by @Econa77 in https://github.com/Clipy/Clipy/pull/607
- Migrate snippets to SQLiteData by @Econa77 in https://github.com/Clipy/Clipy/pull/609
- Migrate pasteboard histories to SQLiteData by @Econa77 in https://github.com/Clipy/Clipy/pull/615
- Migrate legacy Realm data to SQLiteData by @Econa77 in https://github.com/Clipy/Clipy/pull/620
- Add Firebase support by @Econa77 in https://github.com/Clipy/Clipy/pull/622
- Improve preference persistence and window space behavior by @Econa77 in https://github.com/Clipy/Clipy/pull/623
- Adjust pasteboard monitoring interval by @Econa77 in https://github.com/Clipy/Clipy/pull/624
- Support NSPasteboard marker types by @Econa77 in https://github.com/Clipy/Clipy/pull/628
- Refactor status bar item lifecycle by @Econa77 in https://github.com/Clipy/Clipy/pull/630
- Handle Universal Clipboard file references by @Econa77 in https://github.com/Clipy/Clipy/pull/631
- Prepare search index tables by @Econa77 in https://github.com/Clipy/Clipy/pull/632
- Fix beta history action wording by @Econa77 in https://github.com/Clipy/Clipy/pull/633
- Thanks to @tessus for the original wording fix in https://github.com/Clipy/Clipy/pull/191
Bugfixes
- Fix an issue where whitespace was removed when importing snippets by @Econa77 in https://github.com/Clipy/Clipy/pull/425
- Fix repeated login item notification by @Econa77 in https://github.com/Clipy/Clipy/pull/592
- Remove RxScreeen from screenshot handling by @Econa77 in https://github.com/Clipy/Clipy/pull/593
- Fix spurious accessibility prompt and Release build failure by @leoleovich in https://github.com/Clipy/Clipy/pull/614
- Fix thumbnail aspect fitting by @Econa77 in https://github.com/Clipy/Clipy/pull/619
- Fix window display and temporary dark mode handling by @Econa77 in https://github.com/Clipy/Clipy/pull/627
- Fix inline menu numbering by @Econa77 in https://github.com/Clipy/Clipy/pull/629
Maintenance
- Update README.md by @vivekmore in https://github.com/Clipy/Clipy/pull/451
- Other maintenance, dependency, build, and CI updates are included in this release.
Localization
- Add pt-BR localization by @domagalhaes in https://github.com/Clipy/Clipy/pull/617
Acknowledgements
Thank you to everyone who has contributed to Clipy by opening issues, submitting pull requests, reporting bugs, suggesting improvements, and helping keep the project alive over the years. There are too many contributors to list individually here, but every contribution has helped make this release possible.
Support Development
We are accepting donations to support ongoing development.
Full Changelog: https://github.com/Clipy/Clipy/compare/1.2.1...1.3.0