From e7f9e1cb115ec01037bee06b48a11d8e7f9f860a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 06:02:22 +0000 Subject: [PATCH] chore(main): release richclip 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- richclip-wayland/Cargo.toml | 2 +- 5 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..438d82f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [0.1.1](https://github.com/dstoc/richclip/compare/richclip-v0.1.0...richclip-v0.1.1) (2026-06-05) + + +### Features + +* **cli:** richclip CLI binary — add/list/formats/decode/update/delete/inspect ([b97d930](https://github.com/dstoc/richclip/commit/b97d930319a9dde1771738f1086c8ba6e5a43ed5)) +* **contrib:** fuzzel picker script (picker proposal) ([e780dbe](https://github.com/dstoc/richclip/commit/e780dbe69791d87420f7809a38973608d1c7ef9c)) +* **lib:** Phase 1 storage core — model, store, blobs, IPC/backend seams ([6079be3](https://github.com/dstoc/richclip/commit/6079be3c75c5eb89e32718847336794f1063f628)) +* restore provider + richclip restore (Phase 2 complete) ([be02b2d](https://github.com/dstoc/richclip/commit/be02b2dc8fe954f4a257a40433d500f7d1437e09)) +* richclipd daemon, IPC socket server, CLI watch + mutation routing ([c0b51fb](https://github.com/dstoc/richclip/commit/c0b51fb495fe1a2fdc18ce1f62a40069427e2fd7)) +* **thumbnails:** foundation — image dep, cache paths, pure make_thumbnail ([9e75763](https://github.com/dstoc/richclip/commit/9e75763f604ef46dc39e4ff4c8a2b681ec63607d)) +* **thumbnails:** generation hooks, CLI command, list field, cleanup ([d78c6fe](https://github.com/dstoc/richclip/commit/d78c6feeaf9d9d99d9da08ef89cac92a54d04c4f)) +* **wayland:** wlr-data-control capture backend ([8f01733](https://github.com/dstoc/richclip/commit/8f0173330350214c0e6d1a95be0cd9705a9a65c9)) + + +### Bug Fixes + +* resolve clippy lints across the workspace ([bd7d9b8](https://github.com/dstoc/richclip/commit/bd7d9b860ad04922fa9f59e34a27234893568085)) +* **wayland:** normalize captured MIME to base type (store text/plain, not text/plain;charset=utf-8) ([5dce311](https://github.com/dstoc/richclip/commit/5dce311e67566a75674a6235555e0513f415850a)) +* **wayland:** restore panic — add event_created_child for device data_offer ([2132290](https://github.com/dstoc/richclip/commit/2132290dc6a57192aa6ae481cbba28b3be9ce10e)) diff --git a/Cargo.lock b/Cargo.lock index a4a35fe..75fe1ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -818,7 +818,7 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "richclip" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "assert_cmd", @@ -839,7 +839,7 @@ dependencies = [ [[package]] name = "richclip-wayland" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 960f855..8ce2186 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "3" [package] name = "richclip" -version = "0.1.0" +version = "0.1.1" edition = "2024" [lib] diff --git a/richclip-wayland/Cargo.toml b/richclip-wayland/Cargo.toml index 54281dc..7c90b86 100644 --- a/richclip-wayland/Cargo.toml +++ b/richclip-wayland/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "richclip-wayland" -version = "0.1.0" +version = "0.1.1" edition = "2024" [dependencies]