Skip to content

Releases: rainyl/Flow.Launcher.Plugin.ClipboardR

ClipboardR v0.3.1

27 Sep 07:49
Compare
Choose a tag to compare

What's Changed

  • add image format defination, date time follow the standard of C#, use {app} to include sender app name.

ClipboardR v0.3.0

31 Aug 13:58
Compare
Choose a tag to compare

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

30 Aug 13:52
Compare
Choose a tag to compare
Pre-release

What's changed

  • new icons for every type of record using material.icons
  • custom icon colors supported

image
image

ClipboardR v0.3.0 Alpha4

30 Aug 02:27
Compare
Choose a tag to compare
Pre-release

What's changed

  • add clear secondary entry
  • add DeleteAllRecords()

ClipboardR v0.3.0 Alpha3

29 Aug 14:51
Compare
Choose a tag to compare
Pre-release

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

26 Aug 03:38
Compare
Choose a tag to compare
Pre-release

What's changed:

  • improve database, save data and image once.
  • execute SQL async

ClipboardR v0.3.0 Alpha

25 Aug 14:50
Compare
Choose a tag to compare
Pre-release

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

19 Aug 08:47
Compare
Choose a tag to compare

What's changed

ClipboardR v0.2.4

20 Jul 12:18
Compare
Choose a tag to compare

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

11 Jun 08:50
Compare
Choose a tag to compare
Pre-release
  • remove the dependency of xctk, reduce package size
  • add max records in settings

Note: new API is still unavailable, DLLs from v0.2.2 required