v0.5.75 - Mobile Build Support
What's New
Mobile Build Support (Android/iOS)
Tauri 2.x enables building Nota for mobile platforms from the same codebase.
Android APK available for download - Install directly on your Android device.
New scripts:
bun run android:init- Initialize Android projectbun run android:dev- Run on emulator/devicebun run android:build- Build release APK/AABbun run ios:init- Initialize iOS projectbun run ios:dev- Run on simulator/devicebun run ios:build- Build release IPA
Documentation
- Added
docs/mobile-setup.mdwith prerequisites and setup instructions
Prerequisites
- Android: Android Studio + SDK/NDK
- iOS: macOS + Xcode + Apple Developer account
- Both: Rust toolchain
Full Changelog: v0.5.74...v0.5.75