Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Unreleased
* Feat: Device logs command and `device.logs` streaming session over the http api
* Change: Screen capture `sessionUrl` moved from `/stream?s=<id>` to `/sessions/<id>/stream`
## [1.0.6](https://github.com/mobile-next/mobilecli/releases/tag/1.0.6) (2026-08-31)
* Feat: GPS location override ([#366](https://github.com/mobile-next/mobilecli/pull/366))
* Feat: Device logs command and `device.logs` streaming session over the http api ([#195](https://github.com/mobile-next/mobilecli/pull/195))
* Feat: Scale and max-size options for screenshots ([#368](https://github.com/mobile-next/mobilecli/pull/368))
* Feat(ios): Surface enabled, selected and focused attributes in ui dump ([#369](https://github.com/mobile-next/mobilecli/pull/369), [devicekit-ios#69](https://github.com/mobile-next/devicekit-ios/pull/69))
* Feat(android): Use on-device agent to grab screenshots for better performance ([#368](https://github.com/mobile-next/mobilecli/pull/368))
* Refactor: Screen capture `sessionUrl` moved from `/stream?s=<id>` to `/sessions/<id>/stream`

## [1.0.5](https://github.com/mobile-next/mobilecli/releases/tag/1.0.5) (2026-08-26)
* Feat: Clipboard get and set commands ([#345](https://github.com/mobile-next/mobilecli/pull/345)), thanks to [@hakanor](https://github.com/hakanor)
Expand Down