- Convergence dep:
image
tojpeg/png/tiff/bmp
pr#54
- 增加 X11 启动参数,自定义读取的超时时间 issues#45
- Add X11 startup parameters to customize the timeout for reading issues#45
- macOS 性能优化,增强 test 类,替换使用 objc2
- 修复 windows 读取 rtf 可能失败的情况
- 修复读取 html 少<的情况,【因为 wps 写入的 StartFragment 有问题】
- 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]
- Fix: Bug:
set
on windows without clear issues#32
- Fix: Bug: When read rimeout on Linux there is throw error but not loop issues#30
- Fix: Bug: Cannot write all content when writing to html on Windows issues#23
- Fix: Bug: Cannot paste after writing image to clipboard (on Windows) #17 issues#17
- Fix: Bug: No transparent background for clipboard image read on Windows #18 issues#18
- Fix: Bug: Cannot read clipboard image on MacOS for screenshots taken by certain apps #19 issues#19
- Fix: Fix the bug
fn get_image()
where image type isCF_DIBV5
inwin11
. issues#14
- Fix: Fix the bug
fn read_files()
where no files in clipboard. issues#11
- Fix: Fix the bug on
Windows
can't read DIBV5 format image from clipboard issues#8 - Fix: Fix the bug on
Windows
can't moveWatcherContext
to another thread issues#4 - Change: Demo
watch_change.rs
The callback function for monitoring changes in the clipboard is changed to implement a trait. pr#6
- Change
rust-version = "1.75.0"
torust-version = "1.63.0"
pr#3 - Clean up the code and add some comments
- Feature: Add a option to
getFiles
orsetFiles
- Feature: Add a option to
get
orset
multi items - Fix: make
WatcherShutdown
public