Releases: tauri-apps/cargo-mobile2
Releases · tauri-apps/cargo-mobile2
tauri-mobile v0.5.3
[0.5.3]
9719aae
(#185) Fix template failing to be rendered due to missing variables on strict mode.
tauri-mobile v0.5.2
[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
[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
[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
[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
[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.
- 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
[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
[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
[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