tauri@2.0.0-alpha.15
b597aa5f(#7871) Setmainas the defaultidfor the tray icon registered from the configuration file, so if theidis not specified, it can be retrieved usingapp.tray_by_id("main").
a2021c30(#7866) ChangedIconMenuItem::set_native_iconsignature to take&selfinstead of&mut selfto fix compilation error on macos.a68ccaf5(#7822) Fixassetprotocol failing to fetch files.6fbd6dba(#17) Fix the validation ofstd::env::current_exewarn the user if AppImage is not mounted instead of panicking
- Upgraded to
tauri-macros@2.0.0-alpha.8 - Upgraded to
tauri-utils@2.0.0-alpha.8 - Upgraded to
tauri-build@2.0.0-alpha.9 - Upgraded to
tauri-runtime@1.0.0-alpha.2 - Upgraded to
tauri-runtime-wry@1.0.0-alpha.3
-
092a561c(#7874) Removedtauri::apimodule as most apis have been moved to either a plugin or we recommend using other crates. -
deea9436(#7876) ChangedEnv.argstoEnv.args_osand now usesOsStringinstead ofString -
b7fd88e1(#7944)tauri::scopemodule is recieving a couple of consistency changes:- Added
tauri::scope::fsmodule. - Removed
scope::IpcScopere-export, usescope::ipc::Scope. - Removed
FsScope,GlobPatternandFsScopeEvent, usescope::fs::Scope,scope::fs::Patternandscope::fs::Eventrespectively.
- Added
-
c0d03af4(#7943) ChangedTrayIconBuilder/TrayIcon::on_tray_eventtoTrayIconBuilder/TrayIcon::on_tray_icon_eventfor consistency of naming.
© 2025 Tauri Contributors. CC-BY / MIT