Skip to content

Commit 9dec960

Browse files
cijiugechulucasfernogamrbashir
authored
feat(clipboard): support readImage & writeImage (tauri-apps#845)
* feat(clipboard): support `read_image` & `write_image` * fix plugin name * platform specific bahavior * remove unnecessary BufWriter * improvement * update example * update example * format * header, fix change file * use image from tauri * fix ci * update tauri, fix read * image crate only on desktop [skip ci] * Update plugins/authenticator/src/u2f_crate/protocol.rs [skip ci] Co-authored-by: Amr Bashir <[email protected]> * Update plugins/authenticator/src/u2f_crate/protocol.rs [skip ci] Co-authored-by: Amr Bashir <[email protected]> * update deps, address code review * fix mobile [skip ci] --------- Co-authored-by: Lucas Nogueira <[email protected]> Co-authored-by: Lucas Nogueira <[email protected]> Co-authored-by: Amr Bashir <[email protected]>
1 parent 7b9fa66 commit 9dec960

File tree

91 files changed

+1330
-794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1330
-794
lines changed

.changes/clipboard-manager-image.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"clipboard-manager": "minor"
3+
"clipboard-manager-js": "minor"
4+
---
5+
6+
Add support for `read_image` and `write_image` to the clipboard plugin (desktop).
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"clipboard-manager": patch
3+
---
4+
5+
The `write` and `read` commands are now called `write_text` and `read_text` so the permission name was changed.

0 commit comments

Comments
 (0)