Skip to content

Releases: tauri-apps/cargo-mobile2

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

tauri-mobile v0.1.1

27 Dec 19:39
a997887
Compare
Choose a tag to compare

[0.1.1]

  • Show all application logs on iOS noninteractive mode.
    • eb071b6 feat(apple): show app logs, simulator noninteractive mode (#63) on 2022-12-23
  • Implement noninteractive mode on iOS simulators.
    • eb071b6 feat(apple): show app logs, simulator noninteractive mode (#63) on 2022-12-23
  • Fix cargo apple run can't work on real device.
    • 89bbe2b Fix cargo apple run can't work on real device (#59) on 2022-12-26
  • Added the openssl-vendored Cargo feature.
    • f76d8db feat: add openssl-vendored feature (#57) on 2022-12-10

tauri-mobile v0.1.0

07 Dec 12:29
1223122
Compare
Choose a tag to compare

[0.1.0]

  • Initial release!
    • 4f2b4f6 feat: prepare initial release (#54) on 2022-12-06