Releases: SUPERCILEX/clipboard-history
0.9.2
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 contentsCOSMIC_DATA_CONTROL_ENABLED=1
to enable the clipboard protocol.
- However, it depends on the
- 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
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
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
v0.6.2
v0.6.1
Signed-off-by: Alex Saveau <[email protected]>
v0.6.0
Re-run the installation script to upgrade.
Major changes:
v0.5.4
Signed-off-by: Alex Saveau <[email protected]>
v0.5.3
Signed-off-by: Alex Saveau <[email protected]>
v0.5.2
Signed-off-by: Alex Saveau <[email protected]>
v0.5.1
Signed-off-by: Alex Saveau <[email protected]>