Skip to content

Commit

Permalink
feat(clipboard): support readImage & writeImage (#845)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
4 people authored Mar 19, 2024
1 parent 7b9fa66 commit 9dec960
Show file tree
Hide file tree
Showing 91 changed files with 1,330 additions and 794 deletions.
6 changes: 6 additions & 0 deletions .changes/clipboard-manager-image.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"clipboard-manager": "minor"
"clipboard-manager-js": "minor"
---

Add support for `read_image` and `write_image` to the clipboard plugin (desktop).
5 changes: 5 additions & 0 deletions .changes/clipboard-text-command-rename.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"clipboard-manager": patch
---

The `write` and `read` commands are now called `write_text` and `read_text` so the permission name was changed.
Loading

0 comments on commit 9dec960

Please sign in to comment.