@@ -6,18 +6,93 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
88
9- ## [ @wdio/electron -service @10 .0.0-next.7 ] - 2026-04-17
9+ ## [ @wdio/tauri -service @1 .0.0-next.0 ] - 2026-04-17
1010
11- [ Full Changelog
] ( https://github.com/webdriverio/desktop-mobile.git/compare/[email protected] ) 11+ [ Full Changelog] ( https://github.com/webdriverio/desktop-mobile.git/compare/1.0.0-next.0...1.0.0-next.0 )
12+
13+ ### Added
14+ - implement CrabNebula backend cycling for multiremote instances on macOS (#184 )
15+ - implement per-worker backend management for CrabNebula, enable E2E testing (#171 )
16+ - ** tauri** : add embedded WebDriver provider support (#166 )
17+ - standardise tauri API with electron (#146 )
18+ - complete tauri mocking (#143 )
19+ - tauri deeplinking (#128 )
20+ - CrabNebula support (#122 )
21+ - tauri window management (#106 )
22+ - ` @wdio/native-spy ` (#88 )
23+ - js-only mocking, logging rework (#67 )
24+ - ci release workflows (#53 )
25+ - ` tauri-driver ` management (#42 )
26+ - ** tauri** : logging integration (#39 )
27+ - tauri plugin (#23 )
28+ - tauri package tests (#19 )
29+ - ensure multiremote works with the tauri service (#17 )
30+ - tauri service (#6 )
1231
1332### Changed
14- - release @wdio/electron-service , @wdio/electron-cdp-bridge @10.0.0-next.6 [ skip ci]
15- - release @wdio/electron-service , @wdio/electron-cdp-bridge @10.0.1-next.0 [ skip ci]
33+ - update package.json homepage and repository URLs for multiple packages
34+ - update dependencies (#230 )
35+ - enhance setup and development documentation
36+ - update Node.js engine requirements across multiple packages
37+ - update dependencies and improve package configurations (#203 )
38+ - ** tauri** : rework documentation (#193 )
39+ - rename tauri-plugin-wdio-server to tauri-plugin-wdio-webdriver and update related configurations (#182 )
40+ - update package.json files to enable releases
41+ - types (#174 )
42+ - ** electron** : update createElectronCapabilities interface (#165 )
43+ - electron service standardisation with tauri, update agent-os standards (#158 )
44+ - tauri service & plugin review (perf, maintainability) (#150 )
45+ - change button style
46+ - rework, fill in gaps (#105 )
47+ - remove backporting / LTS approach (#104 )
48+ - rename repo, docs rework (#95 )
49+ - fix parsing for windows
50+ - fix linting issues
51+ - ** release** : @wdio/tauri-service , @wdio/tauri-plugin 1.0.0-next.0
52+ - add badges
53+ - fix linting errors
54+ - update deps
55+ - standardise published files, add LICENSE
56+ - standardise published files
57+ - update versions & homepage values
58+ - clean up and separate types (#52 )
59+
60+ ### Fixed
61+ - ** tauri** : improve error handling and response mapping (#198 )
62+ - increase embedded WebDriver start timeout for CI environments
63+ - ensure browser is defined before restoring mocks
64+ - codeQL scanning alert no. 59: Unsafe shell command constructed from library input (#119 )
65+ - CodeQL code scanning alert no. 58, 59, 60, 62: Unsafe shell command constructed from library input (#117 )
1666
17- ## [ @wdio/electron-cdp-bridge @10 .0.0-next.7 ] - 2026-04-17
67+ ## [ @wdio/tauri-plugin @1 .0.0-next.0 ] - 2026-04-17
1868
19- [ Full Changelog
] ( https://github.com/webdriverio/desktop-mobile.git/compare/[email protected] ) 69+ ### Added
70+ - ** tauri** : add embedded WebDriver provider support (#166 )
71+ - standardise tauri API with electron (#146 )
72+ - complete tauri mocking (#143 )
73+ - tauri window management (#106 )
74+ - js-only mocking, logging rework (#67 )
75+ - ci release workflows (#53 )
76+ - ** tauri** : logging integration (#39 )
77+ - tauri plugin (#23 )
2078
2179### Changed
22- - release @wdio/electron-service , @wdio/electron-cdp-bridge @10.0.0-next.6 [ skip ci]
23- - release @wdio/electron-service , @wdio/electron-cdp-bridge @10.0.1-next.0 [ skip ci]
80+ - update package.json homepage and repository URLs for multiple packages
81+ - update dependencies (#230 )
82+ - update Node.js engine requirements across multiple packages
83+ - update dependencies and improve package configurations (#203 )
84+ - ** tauri** : rework documentation (#193 )
85+ - update tauri-plugin and tauri-plugin-server configurations (#177 )
86+ - update package.json files to enable releases
87+ - ** electron** : update createElectronCapabilities interface (#165 )
88+ - tauri service & plugin review (perf, maintainability) (#150 )
89+ - update for puppeteer release (#132 )
90+ - rework, fill in gaps (#105 )
91+ - rename repo, docs rework (#95 )
92+ - fix linting issues
93+ - ** release** : @wdio/tauri-service , @wdio/tauri-plugin 1.0.0-next.0
94+ - add badges
95+ - update deps
96+ - standardise published files, add LICENSE
97+ - update versions & homepage values
98+ - ** electron** : move esm / cjs testing from e2es to package tests (#38 )
0 commit comments