Skip to content

Releases: tauri-apps/cargo-mobile2

cargo-mobile2 v0.6.0

04 Oct 01:02
2306365
Compare
Choose a tag to compare

[0.6.0]

tauri-mobile v0.5.3

15 Aug 17:18
af4d85b
Compare
Choose a tag to compare

[0.5.3]

  • 9719aae(#185) Fix template failing to be rendered due to missing variables on strict mode.

tauri-mobile v0.5.2

05 Aug 11:32
a5f3783
Compare
Choose a tag to compare

[0.5.2]

  • 4f3e4d7(#172) Fix cargo android run crashing because it can't detect device name using bluetooth_manager for devices without bluetooth like geneymotion.
  • 43b2a3b(#174) On Linux, fix crash after false detection of VSCode.
  • 6b8cf77(#182) Use stylized_name config for iOS product name.

tauri-mobile v0.5.1

05 Jun 19:31
6239dce
Compare
Choose a tag to compare

[0.5.1]

  • e1bf612(#162) Update the path to libc++_shared.so for NDK versions 22 and above.
  • 7b46c30(#169) Added the native-tls (enabled by default) and rustls features to allow compiling without native-tls.

tauri-mobile v0.5.0

09 May 16:45
8f21ebc
Compare
Choose a tag to compare

[0.5.0]

  • c2abaf5(#148) Detach launched processes for CLI open commands on macOS and Windwos.
  • 489d812(#149) Fix several commands fail because stdout isn't captured.
  • 1245540(#153) Update android template to gradle 8.0
  • 8f6c122(#152) Change CLI template directory to $CARGO_HOME/.tauri-mobile instead of $HOME/.tauri-mobile.

tauri-mobile v0.4.0

22 Apr 21:04
2382a38
Compare
Choose a tag to compare

[0.4.0]

  • Use duct to run the ADB commands.
    • 8caa30c fix(android): use duct to run the ADB commands (#134) on 2023-04-15
  • Breaking Replace bossy with duct across the crate. bossy has two ways to create commands, impure and pure. The pure version won't inherit env variables. This causes child processes won't get the env varialbes and results in issues like openssl cross compilation.
    • 6ee75fb refactor: replace bossy with duct (#143) on 2023-04-22
  • Return duct::Handle in apple::Device::run to keep compatibility with Android.
    • 84311da refactor(apple): use duct for Device::run commands (#137) on 2023-04-15
  • Update wry template to [email protected]
    • 0b9580f chore: update wry template (#141) on 2023-04-17

tauri-mobile v0.3.0

05 Apr 15:52
2532665
Compare
Choose a tag to compare

[0.3.0]

  • This change manually instructs Java and Kotlin to use/generate code for the same JVM target.
    • fee2f07 Update build.gradle.kts.hbs to fix Kotlin incorrect version usage (#122) on 2023-03-25
  • Remove libgcc redirect to libunwind workaround for NDK 23 and higher
    • 51a5072 refactor: remove libunwind workaround for ndk (#125) on 2023-03-29
  • Use signed apks if signing is configured in the gradle project.
    • 2d37899 feat: handle signed apks (#124) on 2023-03-29
  • Build only specified rust targets for cargo android apk build and cargo android aab build instead of all.
    • ecb56d8 fix: only build specified rust targets for aab/apk build (#128) on 2023-04-04

tauri-mobile v0.2.5

16 Mar 17:31
f9791c2
Compare
Choose a tag to compare

[0.2.5]

  • Add start_detached method to start emulators.
    • ce1ba93 feat: add start_detached to emulators (#114) on 2023-03-16
  • Fallback to gradlew or gradle from PATH if the one inside the generated template doesn't exist.
    • 442f0d2 fix: fallback to gradlew from PATH if the template doesn't have one (#111) on 2023-03-07
    • c18c21e fix: fallback to gradle (#113) on 2023-03-16
  • Use correct lib name in xcode project.
    • 2983144 fix: use correct lib name in xcode project (#110) on 2023-03-02
  • Add xcode script back and skip it when building simulator target.
    • de422da Add xcode script back and skip it when building simulator target (#108) on 2023-02-22

tauri-mobile v0.2.4

21 Feb 02:48
35ce389
Compare
Choose a tag to compare

[0.2.4]

  • Allow to update repo with a specific branch.
    • 9d782ad fix: allow repo to update with specific branch (#106) on 2023-02-20

tauri-mobile v0.2.3

19 Feb 22:20
843780b
Compare
Choose a tag to compare

[0.2.3]

  • Fixes regression when running commands and checking status code.
    • 15b9420 fix(bossy): regression on checking status code (#102) on 2023-02-19
  • Fixed gradlew execution on environments like Node-API.
    • 25f77c1 feat: use duct to run gradlew (#103) on 2023-02-19