tauri@1.4.0
Ce contenu n’est pas encore disponible dans votre langue.
New Features
7c237209
(#6546) Addedtauri::VERSION
const to get Tauri’s version from Rust.4c39e46a
(#7026) Addedtauri::webview_version
, to get webview version.359058ce
(#5939) Addtauri::api::os::locale
function to get the system locale.c4d6fb4b
(#2353) Added themaximizable
,minimizable
andclosable
options to the window builder.c4d6fb4b
(#2353) Added theset_maximizable
,set_minimizable
,set_closable
,is_maximizable
,is_minimizable
andis_closable
methods onWindow
.1d99f8a3
(#4752) Expose thetest
module behind thetest
Cargo feature.000104bc
(#6472) AddWindow::is_focused
andManager::get_focused_window
getters.441f9646
(#5491) AddMenuHandle::try_get_item
andSystemTrayHandle::try_get_item
which returns aOption
instead of panicking.
Enhancements
45330e38
(#6375) Enhance theasset
protocol to support streaming of large files.df89ccc1
(#6955) Supportpassive
mode for NSIS updater.cd3846c8
(#6955) Restart the app after the NSIS updater is finished.db7c5fbf
(#7143) Removeattohttpc
in favor ofreqwest
.d2710e9d
(#6944) Unpintime
,ignore
, andwinnow
crate versions. Developers now have to pin crates if needed themselves. A list of crates that need pinning to adhere to Tauri’s MSRV will be visible in Tauri’s GitHub workflow: https://github.com/tauri-apps/tauri/blob/dev/.github/workflows/test-core.yml#L85.5d85d099
(#7128) Send updater status events even if default dialog is enabled.
Bug Fixes
82169e69
(#5208) Fix parsingallowlist > http > scope
urls that added a trailing slash which broke matching the incoming requests url.b41b57eb
(#7105) Fix panics when registering an invalid global shortcuts or checking it is registered and return proper errors instead.aecf1469
(#6889) Fix IPC failing after a failed navigation to an external URL.076e1a81
(#7119) Fix unlistening to window events failing sometimes.3f35b452
(#4080) FixWindowBuilder::on_navigation
handler not registered properly.0503eb69
(#7078) On macOS and Linux, fix app crashing when creating a window withdata:
uri.3700793a
(#6934) EmitUPTODATE
update status to javascript when the updater server returns status code204
ff5e4dbb
(#6794) Fix some configurations not applied when creating the window through Javascript.65fd674f
(#6652) Play a sound when showing a notification on Windows.696d77c3
(#4493) Fixes global events not being received on window-specific event listeners.
© 2024 Tauri Contributors. CC-BY / MIT