From f8d1b21a13968f0fd4955171bfae70f8a97a8e1d Mon Sep 17 00:00:00 2001 From: gmegidish Date: Wed, 26 Aug 2026 07:42:27 +0200 Subject: [PATCH] chore: update changelog for 1.0.5 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f395140..f865972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [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) +* Feat: Add apps clear command ([#202](https://github.com/mobile-next/mobilecli/pull/202)) +* Fix(ios): Use simctl pbcopy/pbpaste for simulator clipboard ([#359](https://github.com/mobile-next/mobilecli/pull/359)) +* Fix(ios): Use pointer receivers on IOSDevice to stop copying its mutex ([#357](https://github.com/mobile-next/mobilecli/pull/357)) +* Fix: Correct format verb in tap log and rename sessionId to allocationId in openrpc schema ([#362](https://github.com/mobile-next/mobilecli/pull/362)) + ## [1.0.4](https://github.com/mobile-next/mobilecli/releases/tag/1.0.4) (2026-08-24) * Fix(ios): Start recording time limit and progress ticker when capture is live, not during setup ([#353](https://github.com/mobile-next/mobilecli/pull/353)) * Fix(ios): Search nested element tree when waiting for broadcast picker buttons ([#352](https://github.com/mobile-next/mobilecli/pull/352))