This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
Releases: rainyl/Flow.Launcher.Plugin.ClipboardR
Releases · rainyl/Flow.Launcher.Plugin.ClipboardR
ClipboardR v0.3.1
ClipboardR v0.3.0
What's changed
- new feature: persistence. Store your clipboard history local via SQLite3.
- new feature: keep time for text, images, and files supported, automatically delete expired records.
- new feature: words count, English and Chinese supported now.
- new feature: support order by score, create time, type, and source application, change it in settings
- Improvement: record icon
- improvement: clear support clear in-memory only or clear database. type
<clipboardr keyword> clear
, e.g.,cc clear
to explore more. - improvement: settings panel
NOTE: this version is a breaking change, if you meet any bugs, please backup your original data in %appdata%/FlowLauncherPlugins/ClipboardR and exit Flow, then delete the entire ClipboardR directory, and install ClipboardR again. If you still have problems, please open an issue.
ClipboardR v0.3.0 Alpha5
ClipboardR v0.3.0 Alpha4
What's changed
- add clear secondary entry
- add DeleteAllRecords()
ClipboardR v0.3.0 Alpha3
What's changed
- improve settings restore
- try to get images first instead of files in clipboard monitor
- add dependency: Dapper
Notice: CacheImages
option is recommended instead of KeepImage
, saving large images to database may block UI for a little while.
ClipboardR v0.3.0 Alpha2
What's changed:
- improve database, save data and image once.
- execute SQL async
ClipboardR v0.3.0 Alpha
What's Changed
- persistence using sqlite3
- Settings for keep time and specific content types as mentioned in #5
Note:
This is an Alpha version, which may contain bugs and break your current plugin, please Delete or Backup your old data and remove the entire directory of ClipboardR and then install it manually.
ClipboardR v0.2.5
What's changed
- fix: #7
ClipboardR v0.2.4
What's New
- Click to paste #3
- Improve pined
- Add max records in settings
- Add clear all records
You need to update FlowLauncher to v1.16.0 or newer to use this version
ClipboardR v0.2.4 Pre-release
- remove the dependency of xctk, reduce package size
- add max records in settings