Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "3"

[package]
name = "richclip"
version = "0.1.0"
version = "0.1.1"
edition = "2024"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion richclip-wayland/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "richclip-wayland"
version = "0.1.0"
version = "0.1.1"
edition = "2024"

[dependencies]
Expand Down
Loading