Releases: leexgone/uiautomation-rs
Releases · leexgone/uiautomation-rs
v0.16.0
- Add
Keyboard.ignore_parse_err()
option to ignore parsing error.
- Add
UIElement.send_text()
method to output the literal content of the text.
- Impl
TryFrom
for enum types, instead of From
.
v0.14.0
- update to
windows v0.59.0
v0.13.0
- Support
i686-pc-windows-msvc
target. #84
v0.11.0
- Support event handler. #59
v0.10.0
- Fix typo in method names (ragne -> range) #57
v0.9.2
- add
UIAutomation::create_cache_request()
& sample
- add
UIMatcher::from_ref()
v0.9.0
- update to
windows 0.56
- support uiautomation caching. issue-48
v0.8.0
- update to
windows v0.54.0