Skip to content

Releases: Clipy/Clipy

1.3.0

Choose a tag to compare

@Econa77 Econa77 released this 20 Jun 06:59
25f1eb8

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
  • Migrate the database from Realm to SQLite using SQLiteData
  • Add Firebase support by @Econa77 in #622
  • Improve preference persistence and window space behavior by @Econa77 in #623
  • Adjust pasteboard monitoring interval by @Econa77 in #624
  • Support NSPasteboard marker types by @Econa77 in #628
  • Refactor status bar item lifecycle by @Econa77 in #630
  • Handle Universal Clipboard file references by @Econa77 in #631
  • Prepare search index tables by @Econa77 in #632
  • Fix beta history action wording by @Econa77 in #633
    • Thanks to @tessus for the original wording fix in #191

Bugfixes

  • Fix an issue where whitespace was removed when importing snippets by @Econa77 in #425
  • Fix repeated login item notification by @Econa77 in #592
  • Remove RxScreeen from screenshot handling by @Econa77 in #593
  • Fix spurious accessibility prompt and Release build failure by @leoleovich in #614
  • Fix thumbnail aspect fitting by @Econa77 in #619
  • Fix window display and temporary dark mode handling by @Econa77 in #627
  • Fix inline menu numbering by @Econa77 in #629

Maintenance

  • Update README.md by @vivekmore in #451
  • Other maintenance, dependency, build, and CI updates are included in this release.

Localization

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: 1.2.1...1.3.0

1.2.2 Draft - Work in Progress

Pre-release

Choose a tag to compare

@Econa77 Econa77 released this 04 Jun 15:36
2aa2fe3

This is an unofficial draft release for Clipy 1.2.2, prepared as part of the ongoing work to resume Clipy development and provide native Apple Silicon support.

Related issue: #590

This version includes major internal changes, including migrating the database from Realm to SQLite and significantly updating the paste handling behavior. It is intended for testing before an official release, so please make sure to export any important data, including snippets, before updating.

This build has been notarized by Apple.

Even if you install this version, you will still be able to update to the official release from within the app when it becomes available.

If you encounter any issues or notice anything unusual, especially around database migration or paste handling, please create an issue. Feedback is welcome.

The official changelog and full list of differences will be summarized when the final official release is published.

1.2.1

Choose a tag to compare

@Econa77 Econa77 released this 10 Oct 19:37

Bugfixes

  • Fixed crash macOS 10.14 Mojave. ( #314 )

Other

Clipy began solicit donations using OpenCollective for future development. If you do not mind, please cooperate.
https://opencollective.com/clipy

1.2.0

Choose a tag to compare

@Econa77 Econa77 released this 09 Oct 18:45

Enhancements

  • Implement move to application folder if needed with LetsMove.framework. ( #271 )
  • Supported various keyboard layouts paste command with Sauce.framework. ( #298 )
  • Added permission check of Accessibility from macOS 10.14 Mojave. ( #308 )

Bugfixes

  • Fixed an issue where 1password7 extensions can not be excluded. ( #291 )
  • Fixed reflect login item setting. ( #290 )
  • Fixed leak memory. ( #300 #311 #312 )
  • Fixed hex string parser with SwiftHEXColors.framework. ( #313 )

Localization

  • Added German localization. ( #242 )
  • Added Simplified Chinese localization. ( #247 )
  • Added localize the placeholder text for Edit Snippet. ( #301 )

Contributors to this release

@ericyahhh
@jasonm23
@boltomli
@jcw-

1.1.5

Choose a tag to compare

@Econa77 Econa77 released this 26 Nov 14:20

Bugfixes

  • Fixed snippet editor layout issue on macOS 10.13 High Sierra. ( #218 )

Localization

  • Fixed Italian localization. ( #238 )

1.1.4

Choose a tag to compare

@Econa77 Econa77 released this 01 Oct 18:57

Enhancements

  • Localization became easy. ( #155 )
  • Accepted drag and drop a snippet to empty folder. ( #177 )
  • Added clear history shortcut. ( #207 )
  • Added dot after menu number text. ( #210 )
  • Support delete history. ( #213 )

Bugfixes

  • Fixed thread handling. ( #156 )
  • Fixed load color code format. ( #174 )
  • Fixed paste plain text. ( #176 )
  • Fixed crash on adding exclude application. ( #185 )
  • Fixed reflect preference setting. ( #190 )

Localization

  • Added Italian localization. ( #178 )

Contributors to this release

@DivineDominion
@mcxiaoke
@tessus
@BenedictC
@Roccobot

1.1.3

Choose a tag to compare

@Econa77 Econa77 released this 01 Mar 17:11

Enhancements

  • Added menu icon display setting. ( #121 )
  • Added thumbnail display of color code. ( #127 )
  • Improved pasting behavior.

Bugfixes

  • Fixed preview thumbnail image. ( #115 )
  • Fixed crash at thumbnail thread handling. ( #116 #146 )
  • Fixed 1 Password mini could not be excluded. ( #149 )
  • Fixed crash at adding exclude applications. ( #153 #144 )
  • Fixed memory leaking. ( #147 )
  • Fixed crash at load image from NSPasteboard.
  • Fixed other minor bugs.

1.1.2

Choose a tag to compare

@Econa77 Econa77 released this 14 Nov 13:48

Bugfixes

  • Fixed realm migration issue. ( #126 )

This version is the final supported version of macOS 10.9 Mavericks

1.1.1

Choose a tag to compare

@Econa77 Econa77 released this 13 Nov 16:16

Enhancements

  • Added application exclusion setting. ( #103 )
  • Migrate Realm.framework to RealmSwift.framework. ( #107 )
  • Added crash log transmission setting. ( #120 )
  • Deleted AssetCatalog. ( #123 )

Bugfixes

  • Fixed display of snippet editor. ( #98 #102 )
  • Fixed paste command. ( #114 )

1.1.0

Choose a tag to compare

@Econa77 Econa77 released this 19 Jul 12:27

Enhancements

  • Improve shortcut setting. ( #78 #83 )
  • Remake snippets editor. ( #74 #91 )
  • Add β function. ( #82 #93 )

Bugfixes