Skip to content

Releases: tauri-apps/cargo-mobile2

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

tauri-mobile v0.2.2

18 Feb 01:23
5ac9bba
Compare
Choose a tag to compare

[0.2.2]

  • Added support for opening Android Studio installed by JetBrains Toolbox
    • 448fa99 feat: add support for android studio which installed by jetbrains toolbox (#88) on 2023-02-08
  • Increased minimum iOS version from 9 to 13
    • ae11564 Update minimum iOS version to 13 (#93) on 2023-02-12
  • Fixed ADB and xcodebuild execution on environments like Node-API.
    • 6ce6e1f fix: command execution in tauri's Node.js CLI (#97) on 2023-02-17
    • 2f7d7a0 fix(apple): use duct to run xcodebuild (#98) on 2023-02-17

tauri-mobile v0.2.1

02 Feb 19:41
46434e4
Compare
Choose a tag to compare

[0.2.1]

  • Fix cargo mobile update target branch and enabled cli feature when update.
    • b5791ed fix: enable cli feature when cargo mobile update, closes #84 (#86) on 2023-02-02
  • Fix content assignment in ios template.
    • 81b642d fix(template): fix variable assignment in wry's ios template (#82) on 2023-01-30

tauri-mobile v0.2.0

15 Jan 00:19
01c5f50
Compare
Choose a tag to compare

[0.2.0]

  • Bump minor version as 0.1.5 add a new feature which was incompatible with 0.1.4
    • 969e8ef chore: bump minor for urgent release on 2023-01-15

tauri-mobile v0.1.5

14 Jan 00:06
cceb9d8
Compare
Choose a tag to compare

[0.1.5]

  • Add support for CARGO_TARGET_DIR and CARGO_BUILD_TARGET_DIR env vars.
    • e66a6ab feat: improvements for lib name and cargo target dir env vars (#73) on 2023-01-06
  • Allow specifying lib_name in mobile.toml file. This useful if you set [lib].name in Cargo.toml.
    • e66a6ab feat: improvements for lib name and cargo target dir env vars (#73) on 2023-01-06
  • Adjust wry template for desktop usage also.
    • 3978774 Update wry template to work on desktop as well (#76) on 2023-01-13
  • Update wry template to use the new wry env vars.
    • 0113d1f feat: update wry template to use the new env vars on 2022-12-30

tauri-mobile v0.1.4

28 Dec 17:50
61cc3c9
Compare
Choose a tag to compare

[0.1.4]

  • Improve error message for missing library artifact.
    • 807861a feat: validate library artifact existence on 2022-12-28

tauri-mobile v0.1.3

28 Dec 14:48
d3f446d
Compare
Choose a tag to compare

[0.1.3]

  • Allow specifying an app target dir resolver via config::App::with_target_dir_resolver.
    • 74c150a feat: allow setting a custom target dir resolver (#68) on 2022-12-28

tauri-mobile v0.1.2

27 Dec 20:10
a7fe3f4
Compare
Choose a tag to compare

[0.1.2]

  • Fix android_binding! macro usage in the wry template.
    • fd68c94 fix: fix android_binding! usage in wry template on 2022-12-27