tauri@2.0.0-alpha.16
c085adda(#8009) Addedset_progress_bartoWindow.c1ec0f15(#7933) AddedWindow::set_always_on_bottomand thealways_on_bottomoption when creating a window.880266a7(#8031) Bump the MSRV to 1.70.ed32257d(#7794) On Windows, addEffect::Tabbed,Effect::TabbedDarkandEffect::TabbedLighteffects.
fb10b879(#8039) Added theappplugin back into core.c9a9246c(#8007) Added thewindowplugin back into core.
- Upgraded to
tauri-runtime@1.0.0-alpha.3 - Upgraded to
tauri-runtime-wry@1.0.0-alpha.4 - Upgraded to
tauri-utils@2.0.0-alpha.9 - Upgraded to
tauri-build@2.0.0-alpha.10 - Upgraded to
tauri-macros@2.0.0-alpha.9
-
a63e71f9(#7942) The initialization script forBuilder::invoke_systemnow must initialize thewindow.__TAURI_INTERNALS__.postMessagefunction instead ofwindow.__TAURI_POST_MESSAGE__. -
12b8d18b(#7875) - Removedtauri::path::Errorand added its variants totauri::Error- Removed
tauri::path::Resultandtauri::plugin::Resultaliases, you should usetauri::Resultor your ownResulttype.
- Removed
-
8b166e9b(#7949) ChangedTAURI_AUTOMATIONtoTAURI_WEBVIEW_AUTOMATION -
2558fab8(#7939) This release contains a number of breaking changes to improve the consistency of tauri internals and the public facing APIs and simplifying the types where applicable:- Removed
EventHandlertype. - Added
EventIdtype - Changed
Manager::listen_globalandWindow::listento return the newEventIdtype instead ofEventHandler. - Removed the return type of
Manager::once_globalandWindow::once - Changed
Manager::unlistenandWindow::unlistento take he newEventIdtype. - Added
tauri::scope::ScopeEventId - Changed
FsScope::listento return the newScopeEventIdinstead ofUuid. - Added
FsScope::unlisten
- Removed
© 2025 Tauri Contributors. CC-BY / MIT