Skip to content

Commit c29b822

Browse files
chore(release): 1.3.0 [skip ci]
## [1.3.0](v1.2.0...v1.3.0) (2026-03-06) ### Features * **commands:** add extra W3C commands ([57c654a](57c654a)) * **commands:** add support for close app and launch app ([26db919](26db919)) * **commands:** implement waitForAppLaunch and forceQuit ([6cce956](6cce956)) * **tests:** add unit tests and missing commands - recording, deletion and click and drag ([a8989c0](a8989c0)) ### Bug Fixes * Bind commands to this instance (not prototype) so each driver instance uses its own powershell session ([#56](#56)) [skip ci] ([6dc2125](6dc2125)) * **capability:** fix post run script ([97b57af](97b57af)) * **commands:** add allow-insecure check for fs operations ([4662035](4662035)) * **commands:** match closeApp and launchApp implementation with appium windows driver ([073c566](073c566)) * fix bugs and implemented end to end tests ([47efa4c](47efa4c)) * lint ([fb6ebc8](fb6ebc8)) * **lint:** lint ([acf7271](acf7271)) * **recorder:** fix screen recording ([9da1025](9da1025)) * **recorder:** validate outputPath before rimraf ([8aa49dd](8aa49dd))
1 parent 30cc867 commit c29b822

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [1.3.0](https://github.com/AutomateThePlanet/appium-novawindows-driver/compare/v1.2.0...v1.3.0) (2026-03-06)
2+
3+
### Features
4+
5+
* **commands:** add extra W3C commands ([57c654a](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/57c654a1e1e43c8a5d31ed8103aba338883efaa9))
6+
* **commands:** add support for close app and launch app ([26db919](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/26db919c17ce74ff3c5ef2776544affecb32e2fc))
7+
* **commands:** implement waitForAppLaunch and forceQuit ([6cce956](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/6cce9565ce51b9f0e354b14819f41a6fc39ffc50))
8+
* **tests:** add unit tests and missing commands - recording, deletion and click and drag ([a8989c0](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/a8989c06816b3f9b5b5de82d85895106ab062aca))
9+
10+
### Bug Fixes
11+
12+
* Bind commands to this instance (not prototype) so each driver instance uses its own powershell session ([#56](https://github.com/AutomateThePlanet/appium-novawindows-driver/issues/56)) [skip ci] ([6dc2125](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/6dc2125c505b392f100036d532326202c0a9c8d4))
13+
* **capability:** fix post run script ([97b57af](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/97b57af2fe05803ecb66548b8a32202fbe9a45e6))
14+
* **commands:** add allow-insecure check for fs operations ([4662035](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/466203585796fe08fdb4b119991363246cb00dab))
15+
* **commands:** match closeApp and launchApp implementation with appium windows driver ([073c566](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/073c566edb3528380196640eb33ee803b4fe2029))
16+
* fix bugs and implemented end to end tests ([47efa4c](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/47efa4cf00fbac2e15e07e572cdf3e4453ec1020))
17+
* lint ([fb6ebc8](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/fb6ebc83b1ed5c0fd0c5230d2948d4f5cb156b17))
18+
* **lint:** lint ([acf7271](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/acf727179dfe1380d42a33a6d38f5175b22cb90d))
19+
* **recorder:** fix screen recording ([9da1025](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/9da1025c994cb0c3221119690f01a0584b3cf333))
20+
* **recorder:** validate outputPath before rimraf ([8aa49dd](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/8aa49dd27b2b9bb54329efa0555bb5ef21dc36b5))
21+
122
## [1.2.0](https://github.com/AutomateThePlanet/appium-novawindows-driver/compare/v1.1.0...v1.2.0) (2026-01-09)
223

324
### 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-novawindows-driver",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Appium driver for Windows",
55
"keywords": [
66
"appium",

0 commit comments

Comments
 (0)