Skip to content

v0.3.1

Choose a tag to compare

@adi-wan-askui adi-wan-askui released this 28 Apr 08:34
· 1060 commits to main since this release
df46d47

What's Changed

🐞 Bug Fixes

  • fix UI-Tars' use of hotkey actions
  • fix AskUI controller being killed instead of terminated on AskUiControllerServer.stop(force=False) or AskUiControllerServer.stop() and being terminated regularly on using AskUiControllerServer.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._prompt instead of Prompt.prompt) to make locator api simpler to use as properties are usually not accessed

Full Changelog: v0.3.0...v0.3.1