Releases: CrossCopy/tauri-plugin-clipboard
v2.1.9
Update tauri
, tauri-plugin
, tauri-build
, @tauri-apps/api
, @tauri-apps/cli
to v2.0.1.
Tauri v2 is finally stable.
Full Changelog: v2.1.4...v2.1.9
v1.1.4
New release
What's Changed
- upgrade clipboard-rs to 0.1.11 by @HuakunShen in #44
Full Changelog: v1.1.3...1.1.4
v2.1.4
Upgrade clipboard-rs
version and optimize bundle size.
Full Changelog: v2.1.3...v2.1.4
v2.0.0-beta.0
For Tauri v2. Will stay beta until Tauri v2 is stable.
v1.0.0
Update doc
v0.6.9 Fix write_html_and_text for windows
For writeHtmlAndText()
API.
text has to be in front of html, otherwise text won't be written on Windows. (The problem is windows only)
Full Changelog: v0.6.7...v0.6.8
v0.6.7 Add writeHtmlAndText API
v0.6.3 Fix some clipboard image bugs
Related Issue:
Simply upgrade clipboard-rs to 0.1.6 which fixed some clipboard image bugs.
See https://github.com/ChurchTao/clipboard-rs/releases/tag/v0.1.6
Fix:
- Add TIFF format support for Mac screenshot (some screenshots doesn't support PNG, like Feishu/Lark)
- Windows image paste problem
Include clipboard listening, expose APIs for tauri core process
The first version of Tauri Clipboard plugin
Support for text and image clipboard content read/write.
Clipboard image read/write uses base64 string in transmission.