Skip to content

Commit 20a5bbe

Browse files
chore: release 0.27.0
1 parent 9c37621 commit 20a5bbe

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.27.0](https://github.com/askui/askui/compare/v0.26.0...v0.27.0) (2025-07-07)
4+
5+
6+
### Features
7+
8+
* add AiElement Tool to the act agent ([0a2b3de](https://github.com/askui/askui/commit/0a2b3de8ee4c56f4e7bb944ebd8a52712a715935))
9+
* add print tool to agent toolset ([7bdea66](https://github.com/askui/askui/commit/7bdea66f0c2e232253e71fe9fc33b611253e2544))
10+
* add support for holding down and releasing keyboard keys ([d35a46b](https://github.com/askui/askui/commit/d35a46b357dee24ab82b68ba1690f0d2b55dc000))
11+
12+
13+
### Bug Fixes
14+
15+
* fix example project creation by pinning specific dependency versions ([850b454](https://github.com/askui/askui/commit/850b4547bdf06b0174c9ceffeae98fbda5dbb25b))
16+
317
## [0.26.0](https://github.com/askui/askui/compare/v0.25.1...v0.26.0) (2025-06-10)
418

519

packages/askui-nodejs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/askui-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "askui",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"license": "MIT",
55
"author": "askui GmbH <info@askui.com> (http://www.askui.com/)",
66
"description": "Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on",

0 commit comments

Comments
 (0)