-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63aabc3
commit 63c0b21
Showing
5 changed files
with
42 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
--- | ||
"tauri-plugin-clipboard": patch | ||
--- | ||
|
||
# v0.6.8 | ||
|
||
> 2024-05-01 | ||
Fix Windows html write bug. | ||
|
||
> On windows, writing large chunks of html to clipboard fails. Data truncated. | ||
This was fixed in `clipboard-rs` in v0.1.7. | ||
|
||
Issues: | ||
- https://github.com/CrossCopy/tauri-plugin-clipboard/issues/29 | ||
- https://github.com/ChurchTao/clipboard-rs/issues/23 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
check: | ||
cargo fmt | ||
cargo clippy --all-targets --all-features -- -D warnings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters