appium-uiautomator2-server 9.4.0 → 9.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [9.5.0](https://github.com/appium/appium-uiautomator2-server/compare/v9.4.1...v9.5.0) (2025-11-30)
2
+
3
+ ### Features
4
+
5
+ * Add window-id attribute to XML elements ([#740](https://github.com/appium/appium-uiautomator2-server/issues/740)) ([8a47003](https://github.com/appium/appium-uiautomator2-server/commit/8a470038d8e138b72578f9b0add9fa7a343f5d99))
6
+
7
+ ## [9.4.1](https://github.com/appium/appium-uiautomator2-server/compare/v9.4.0...v9.4.1) (2025-11-30)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * Respect CurrentDisplayId setting while taking screenshots ([#735](https://github.com/appium/appium-uiautomator2-server/issues/735)) ([1ee22d2](https://github.com/appium/appium-uiautomator2-server/commit/1ee22d2bd1075bbafdfc7fc8b7fb4d13377ffb45))
12
+
1
13
  ## [9.4.0](https://github.com/appium/appium-uiautomator2-server/compare/v9.3.1...v9.4.0) (2025-11-30)
2
14
 
3
15
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-server",
3
- "version": "9.4.0",
3
+ "version": "9.5.0",
4
4
  "description": "A netty server with uiautomator2 handlers",
5
5
  "main": "index.js",
6
6
  "repository": {