From 21caca3c9f63e39ba76b47bc214ff7fb6ebc3dc4 Mon Sep 17 00:00:00 2001 From: gmegidish Date: Thu, 13 Aug 2026 17:12:45 +0200 Subject: [PATCH] docs: update changelog for 0.0.53 --- CHANGELOG.md | 6 ++++++ docs/src/changelog.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9223c07..50b3e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.0.53] (2026-08-13) +* Feat: filter device allocation by `deviceType` (simulator/emulator/real) and `osVersion` constraint expressions like `"17"` or `">=17 <19"` ([#269](https://github.com/mobile-next/mobilewright/pull/269)) +* Feat: accept driver instances instead of `{ type, ... }` config objects — pass `new MobileNextDriver({ apiKey })` ([#260](https://github.com/mobile-next/mobilewright/pull/260)) +* Feat: send mobilewright User-Agent header on fleet API requests ([#263](https://github.com/mobile-next/mobilewright/pull/263)) +* Refactor: split driver interface into DeviceAllocator/MobilewrightSession, drop auto-reporter wiring ([#267](https://github.com/mobile-next/mobilewright/pull/267)) + ## [0.0.52] (2026-08-01) * Feat: add per-project `deviceId` and expose the resolved `device.id` ([#257](https://github.com/mobile-next/mobilewright/pull/257)) * Feat(driver-mobilecli): surface selected, checked, and focused state from UI dumps ([#252](https://github.com/mobile-next/mobilewright/pull/252), [mobilecli#320](https://github.com/mobile-next/mobilecli/pull/320)), thanks to [@sjy](https://github.com/sjy) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 4b947e6..4cdb36a 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,12 @@ hide_table_of_contents: true # Changelog +## [0.0.53] (2026-08-13) +* Feat: filter device allocation by `deviceType` (simulator/emulator/real) and `osVersion` constraint expressions like `"17"` or `">=17 <19"` ([#269](https://github.com/mobile-next/mobilewright/pull/269)) +* Feat: accept driver instances instead of `{ type, ... }` config objects — pass `new MobileNextDriver({ apiKey })` ([#260](https://github.com/mobile-next/mobilewright/pull/260)) +* Feat: send mobilewright User-Agent header on fleet API requests ([#263](https://github.com/mobile-next/mobilewright/pull/263)) +* Refactor: split driver interface into DeviceAllocator/MobilewrightSession, drop auto-reporter wiring ([#267](https://github.com/mobile-next/mobilewright/pull/267)) + ## [0.0.52] (2026-08-01) * Feat: add per-project `deviceId` and expose the resolved `device.id` ([#257](https://github.com/mobile-next/mobilewright/pull/257)) * Feat(driver-mobilecli): surface selected, checked, and focused state from UI dumps ([#252](https://github.com/mobile-next/mobilewright/pull/252), [mobilecli#320](https://github.com/mobile-next/mobilecli/pull/320)), thanks to [@sjy](https://github.com/sjy)