Skip to content

Releases: SUPERCILEX/clipboard-history

0.9.2

13 Jan 02:41
128744f
Compare
Choose a tag to compare

Native Wayland watcher support is finally here! It's not perfect so I foresee improved protocol support in the future, but the Wayland watcher passes with flying colors on COSMIC DE.

To upgrade, re-run the installation script: curl -s https://raw.githubusercontent.com/SUPERCILEX/clipboard-history/master/install-with-cargo-systemd.sh | bash. Note: you may need to run rustup update as Ringboard now uses the 2024 edition.

Features

  • As mentioned above, Wayland is now fully supported in Ringboard.
    • However, it depends on the zwlr_data_control_source_v1 protocol which is notoriously unsupported by Gnome, though well supported by other compositors.
    • The COSMIC DE requires that you create a file like /etc/environment.d/clipboard.conf with the contents COSMIC_DATA_CONTROL_ENABLED=1 to enable the clipboard protocol.
  • Lots of minor performance optimizations.

Bug fixes

  • Fixed some memory leaks in Ringboard egui (#41).
  • Fixed potential alignment issues when displaying many images in Ringboard egui (#42).
  • Blocked the chromium/x-source-url mime type so applications can use a plaintext version instead.
  • The ringboard wipe command no longer leaves the database in a broken state if the wipe command failed.

0.8.1

27 Nov 00:50
Compare
Choose a tag to compare

To upgrade, re-run the installation script: curl -s https://raw.githubusercontent.com/SUPERCILEX/clipboard-history/master/install-with-cargo-systemd.sh | bash

Features

  • Items you paste are now moved to the front of the entry list.

Bug fixes

  • Support non-compliant x11 apps (e.g. flameshot).

0.7.0

12 Nov 01:59
Compare
Choose a tag to compare

To upgrade, re-run the installation script: curl -s https://raw.githubusercontent.com/SUPERCILEX/clipboard-history/master/install-with-cargo-systemd.sh | bash

Breaking changes

  • The $ ringboard add command's flags and args were reworked.

Features

  • The $ ringboard add command can now place the newly saved entry into the system clipboard.

Bug fixes

  • Support file systems that don't implement extended attributes or TMPFILEs.
  • Fixed an infinite loop if something is copied while searching for entries.
  • Fixed a potential race condition acquiring lock files.

0.6.2

28 Oct 01:12
Compare
Choose a tag to compare
v0.6.2

v0.6.1

30 Aug 20:41
d804cc8
Compare
Choose a tag to compare
Signed-off-by: Alex Saveau <[email protected]>

v0.6.0

26 Aug 20:08
3e56023
Compare
Choose a tag to compare

Re-run the installation script to upgrade.

Major changes:

  • Support automatically pasting selected entries. To disable, run ringboard config x11 --auto-paste=false.
  • Tweak egui looks to be slimmer/flatter.
  • Display search result targets:
    image

v0.5.4

14 Aug 18:56
fde58ba
Compare
Choose a tag to compare
Signed-off-by: Alex Saveau <[email protected]>

v0.5.3

10 Aug 03:00
c67ad65
Compare
Choose a tag to compare
Signed-off-by: Alex Saveau <[email protected]>

v0.5.2

07 Aug 23:53
9bbeb59
Compare
Choose a tag to compare
Signed-off-by: Alex Saveau <[email protected]>

v0.5.1

07 Aug 01:44
0975e8d
Compare
Choose a tag to compare
Signed-off-by: Alex Saveau <[email protected]>