Releases: tauri-apps/cargo-mobile2
Releases · tauri-apps/cargo-mobile2
tauri-mobile v0.2.2
[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
[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
[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
[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
[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
[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
[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
[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
[0.1.0]
- Initial release!
- 4f2b4f6 feat: prepare initial release (#54) on 2022-12-06