tauri@2.0.0-alpha.4
- Allow a wry plugin to be registered at runtime.
- Inject
proguard-tauri.profile in the Android project. - Return
boolin the invoke handler. - Use correct lib name in xcode project.
- Run Android and iOS native plugins on the invoke handler if a Rust plugin command is not found.
- Added
initialize_android_pluginandinitialize_ios_pluginAPIs onAppHandle. - Changed the plugin setup hook to take a second argument of type
PluginApi. - Refactored the implementation of the
mobile_entry_pointmacro. - Removed the attohttpc client. The
reqwest-*Cargo features were also removed. - Added
App::run_mobile_pluginandAppHandle::run_mobile_plugin. - Added the
shadowoption when creating a window andWindow::set_shadow. - Implemented
with_webviewon Android and iOS.
© 2025 Tauri Contributors. CC-BY / MIT