Skip to content

Releases: tauri-apps/cargo-mobile2

cargo-mobile2 v0.10.4

07 Mar 16:23
46d0ac1
Compare
Choose a tag to compare

[0.10.4]

  • 7a1066c(#283) Use adb install -r to try replacing the android application while installing it on the device. This elimnates the need to uninstall the application from a previous run when using a real device.
  • 5a84ab2(#281) Update wry template to [email protected]

cargo-mobile2 v0.10.3

25 Feb 15:21
574d7a1
Compare
Choose a tag to compare

[0.10.3]

cargo-mobile2 v0.10.2

22 Feb 18:33
78181eb
Compare
Choose a tag to compare

[0.10.2]

  • `` Fix adb usage for NAPI context following v0.10.1 fix.

cargo-mobile2 v0.10.1

22 Feb 17:28
48e936a
Compare
Choose a tag to compare

[0.10.1]

  • b12ef08(#277) Fix child process spawning on NAPI contexts.

cargo-mobile2 v0.10.0

20 Feb 02:37
961c982
Compare
Choose a tag to compare

[0.10.0]

  • d90ccf4(#273) The development team configuration is now optional so you can develop on a simulator without a signing certificate.

cargo-mobile2 v0.9.1

27 Dec 15:28
f251416
Compare
Choose a tag to compare

[0.9.1]

  • 01d52ca(#265) Use devicectl even if iOS device is disconnected.

cargo-mobile2 v0.9.0

14 Nov 12:28
1d47024
Compare
Choose a tag to compare

[0.9.0]

  • cfd674e(#254) Fixes conflicts between Apple and Android targets. Target::name_list now returns Vec<&str>.

cargo-mobile2 v0.8.0

07 Nov 18:23
85e72b9
Compare
Choose a tag to compare

[0.8.0]

cargo-mobile2 v0.7.0

07 Oct 10:14
bcec7e8
Compare
Choose a tag to compare

[0.7.0]

  • 739c965(#241) Use devicectl on macOS 14+ to connect to iOS 17+ devices.

tauri-mobile v0.5.4

04 Oct 00:42
0c9f2ae
Compare
Choose a tag to compare

[0.5.4]

  • 21b1386(#208) Allow selecting "Apple Vision Pro" as an emulator.
  • 02dd3e3(#214) Fix Android template generation.
  • a82bf57(#202) Fixes Device::run not showing logs.
  • a26988a(#206) Add --skip-targets-install option for cargo mobile new and cargo mobile init