v2.1.0
-
Full clipboard functionality now available on Linux (copy, paste, history)
-
AppImage packaging improved with proper desktop metadata, categories and keywords
-
New .deb package for Debian/Ubuntu-based distributions
-
New .rpm package for Fedora/RHEL-based distributions
-
All three Linux formats (AppImage, .deb, .rpm) are now built and published automatically in each release
-
Double-click to paste behavior improved for better reliability and responsiveness
-
Clipboard card color assignment simplified for a cleaner visual experience
-
GitHub Actions upgraded to Node.js 24 to resolve deprecation warnings:
- actions/checkout v4 → v6
- actions/cache v4 → v5
- actions/upload-artifact v4 → v6
- actions/download-artifact v4 → v7
-
Linux release pipeline consolidated: AppImage, .deb and .rpm built in a single job
-
Download badge script updated to correctly count all platform-specific downloads (including .msixupload)
-
Removed unnecessary comments and cleaned up code across multiple files
-
Badge update cron schedule corrected
What's Changed
- feat: improvment paste double click by @rgdevment in #20
- feat: Implement clipboard functionality for Linux by @rgdevment in #21
- fix: update Linux CI and release workflows for improved dependency ma… by @rgdevment in #22
Full Changelog: v2.0.0...v2.1.0