v0.3.1
What's Changed
- Fix UI-Tars execute hotkey act by @mlikasam-askui in #43
- Optimise in-line documentation for documentation generation by @adi-wan-askui in #45
🐞 Bug Fixes
- fix UI-Tars' use of hotkey actions
- fix AskUI controller being killed instead of terminated on
AskUiControllerServer.stop(force=False)orAskUiControllerServer.stop()and being terminated regularly on usingAskUiControllerServer.stop(force=True)
📜 Docs
- document all public functions, classes, types etc.
- make documentation consistent
- fix obsolete references in README
Other
- expose all types (hints) for parameters and return types of public functions so that users can use them within their code
🚨 Breaking Changes
- properties of locators made private (prefixed with
_, e.g.,Prompt._promptinstead ofPrompt.prompt) to make locator api simpler to use as properties are usually not accessed
Full Changelog: v0.3.0...v0.3.1