Skip to content

Commit

Permalink
Merge pull request #43 from ChurchTao/v0.2.0
Browse files Browse the repository at this point in the history
v0.2.0
  • Loading branch information
ChurchTao authored Aug 25, 2024
2 parents e25109a + e9b616c commit 0e93637
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.2.0 (2024-08-25) [released]

### zh:

- macOS 性能优化,增强 test 类,替换使用 objc2
- 修复 windows 读取 rtf 可能失败的情况
- 修复读取 html 少<的情况,【因为 wps 写入的 StartFragment 有问题】

### en:

- macOS performance optimization, enhanced test class, replaced with objc2
- Fixed the case where reading rtf on windows may fail
- Fixed the case of reading html less than <, [because the StartFragment written by wps is problematic]

## v0.1.9 (2024-07-22) [released]

- Fix: Bug: `set` on windows without clear [issues#32](https://github.com/ChurchTao/clipboard-rs/issues/32)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clipboard-rs"
version = "0.1.11"
version = "0.2.0"
authors = ["ChurchTao <swkzymlyy@gmail.com>"]
description = "Cross-platform clipboard API (text | image | rich text | html | files | monitoring changes) | 跨平台剪贴板 API(文本|图片|富文本|html|文件|监听变化) Windows,MacOS,Linux"
repository = "https://github.com/ChurchTao/clipboard-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add the following content to your `Cargo.toml`:

```toml
[dependencies]
clipboard-rs = "0.1.11"
clipboard-rs = "0.2.0"
```

## [CHANGELOG](CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clipboard-rs 是一个用 Rust 语言编写的跨平台库,用于获取和设

```toml
[dependencies]
clipboard-rs = "0.1.11"
clipboard-rs = "0.2.0"
```

## [更新日志](CHANGELOG.md)
Expand Down

0 comments on commit 0e93637

Please sign in to comment.