Skip to content

Commit 300ca81

Browse files
github-actions[bot]dstoc
authored andcommitted
chore(main): release richclip 0.1.1
1 parent 83d4d93 commit 300ca81

5 files changed

Lines changed: 27 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/dstoc/richclip/compare/richclip-v0.1.0...richclip-v0.1.1) (2026-06-05)
4+
5+
6+
### Features
7+
8+
* **cli:** richclip CLI binary — add/list/formats/decode/update/delete/inspect ([b97d930](https://github.com/dstoc/richclip/commit/b97d930319a9dde1771738f1086c8ba6e5a43ed5))
9+
* **contrib:** fuzzel picker script (picker proposal) ([e780dbe](https://github.com/dstoc/richclip/commit/e780dbe69791d87420f7809a38973608d1c7ef9c))
10+
* **lib:** Phase 1 storage core — model, store, blobs, IPC/backend seams ([6079be3](https://github.com/dstoc/richclip/commit/6079be3c75c5eb89e32718847336794f1063f628))
11+
* restore provider + richclip restore (Phase 2 complete) ([be02b2d](https://github.com/dstoc/richclip/commit/be02b2dc8fe954f4a257a40433d500f7d1437e09))
12+
* richclipd daemon, IPC socket server, CLI watch + mutation routing ([c0b51fb](https://github.com/dstoc/richclip/commit/c0b51fb495fe1a2fdc18ce1f62a40069427e2fd7))
13+
* **thumbnails:** foundation — image dep, cache paths, pure make_thumbnail ([9e75763](https://github.com/dstoc/richclip/commit/9e75763f604ef46dc39e4ff4c8a2b681ec63607d))
14+
* **thumbnails:** generation hooks, CLI command, list field, cleanup ([d78c6fe](https://github.com/dstoc/richclip/commit/d78c6feeaf9d9d99d9da08ef89cac92a54d04c4f))
15+
* **wayland:** wlr-data-control capture backend ([8f01733](https://github.com/dstoc/richclip/commit/8f0173330350214c0e6d1a95be0cd9705a9a65c9))
16+
17+
18+
### Bug Fixes
19+
20+
* resolve clippy lints across the workspace ([bd7d9b8](https://github.com/dstoc/richclip/commit/bd7d9b860ad04922fa9f59e34a27234893568085))
21+
* **wayland:** normalize captured MIME to base type (store text/plain, not text/plain;charset=utf-8) ([5dce311](https://github.com/dstoc/richclip/commit/5dce311e67566a75674a6235555e0513f415850a))
22+
* **wayland:** restore panic — add event_created_child for device data_offer ([2132290](https://github.com/dstoc/richclip/commit/2132290dc6a57192aa6ae481cbba28b3be9ce10e))

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "3"
44

55
[package]
66
name = "richclip"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
edition = "2024"
99

1010
[lib]

richclip-wayland/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "richclip-wayland"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)