Skip to content

Commit 87f78b1

Browse files
chore(release): 1.5.1 [skip ci]
## [1.5.1](v1.5.0...v1.5.1) (2026-04-13) ### Bug Fixes * **actions:** Action execution according to W3C definition. ([8c9019d](8c9019d)) * fix json element rect unexpected end error ([8d1498f](8d1498f)) * fix release actions tracking pressed mouse buttons ([0309ab0](0309ab0)) * **mouse move:** fix silent fail calculating mouse move after scroll into view. ([9e755eb](9e755eb)) * **release key:** fix handle null key action not iterating over pressed keys ([db18fd8](db18fd8))
1 parent 05f0343 commit 87f78b1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.5.1](https://github.com/verisoft-ai/appium-desktop-driver/compare/v1.5.0...v1.5.1) (2026-04-13)
2+
3+
### Bug Fixes
4+
5+
* **actions:** Action execution according to W3C definition. ([8c9019d](https://github.com/verisoft-ai/appium-desktop-driver/commit/8c9019dc39841ec7f61d8770042db72355975d5f))
6+
* fix json element rect unexpected end error ([8d1498f](https://github.com/verisoft-ai/appium-desktop-driver/commit/8d1498f3dc667e017e3f8ed4d409ec60e3fea72a))
7+
* fix release actions tracking pressed mouse buttons ([0309ab0](https://github.com/verisoft-ai/appium-desktop-driver/commit/0309ab0a06c33591bb1d36b23e2dcbdf688d1772))
8+
* **mouse move:** fix silent fail calculating mouse move after scroll into view. ([9e755eb](https://github.com/verisoft-ai/appium-desktop-driver/commit/9e755eb8c5d1ee475d85a8630bab6b583b2a5a8d))
9+
* **release key:** fix handle null key action not iterating over pressed keys ([db18fd8](https://github.com/verisoft-ai/appium-desktop-driver/commit/db18fd8b8884883dc241b2ce5ef104cde2bccf11))
10+
111
## [1.5.0](https://github.com/verisoft-ai/appium-desktop-driver/compare/v1.4.3...v1.5.0) (2026-04-04)
212

313
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-desktop-driver",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Appium driver for Windows",
55
"keywords": [
66
"appium",

0 commit comments

Comments
 (0)