tauri@2.0.0-alpha.15
Enhancements
b597aa5f
(#7871) Setmain
as the defaultid
for the tray icon registered from the configuration file, so if theid
is not specified, it can be retrieved usingapp.tray_by_id("main")
.
Bug Fixes
a2021c30
(#7866) ChangedIconMenuItem::set_native_icon
signature to take&self
instead of&mut self
to fix compilation error on macos.a68ccaf5
(#7822) Fixasset
protocol failing to fetch files.6fbd6dba
(#17) Fix the validation ofstd::env::current_exe
warn the user if AppImage is not mounted instead of panicking
Dependencies
- 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
Breaking Changes
-
092a561c
(#7874) Removedtauri::api
module as most apis have been moved to either a plugin or we recommend using other crates. -
deea9436
(#7876) ChangedEnv.args
toEnv.args_os
and now usesOsString
instead ofString
-
b7fd88e1
(#7944)tauri::scope
module is recieving a couple of consistency changes:- Added
tauri::scope::fs
module. - Removed
scope::IpcScope
re-export, usescope::ipc::Scope
. - Removed
FsScope
,GlobPattern
andFsScopeEvent
, usescope::fs::Scope
,scope::fs::Pattern
andscope::fs::Event
respectively.
- Added
-
c0d03af4
(#7943) ChangedTrayIconBuilder/TrayIcon::on_tray_event
toTrayIconBuilder/TrayIcon::on_tray_icon_event
for consistency of naming.
© 2024 Tauri Contributors. CC-BY / MIT