tauri@2.0.0-beta.23
New Features
148f04887
(#9979) AdddefaultWindowIcon
to the JSapp
module to retrieve the default window icon in JS.5b769948a
(#9959) Addinclude_image
macro to help embedding instances ofImage
struct at compile-time in rust to be used with window, menu or tray icons.ddaabda36
(#9922) AddWebviewWindowBuilder::on_download
.
Enhancements
Bug Fixes
-
e93ca1df3
(#10138) FixInvokeBody::deserialize
method deserialization forInvokeBody::Raw
variant -
e6e17ad1c
(#9954) Addstd
feature toraw-window-handle
crate so that usingdefault-features = false
ontauri
crate can work -
f29b78811
(#9862) On Windows, handle resizing undecorated windows natively which improves performance and fixes a couple of annoyances with previous JS implementation:- No more cursor flickering when moving the cursor across an edge.
- Can resize from top even when
data-tauri-drag-region
element exists there. - Upon starting rezing, clicks don’t go through elements behind it so no longer accidental clicks.
What’s Changed
669b9c6b5
(#9621) Set the gtk application to the identifier defined intauri.conf.json
to ensure the app uniqueness.
Dependencies
- Upgraded to
tauri-utils@2.0.0-beta.18
- Upgraded to
tauri-build@2.0.0-beta.18
- Upgraded to
tauri-macros@2.0.0-beta.18
- Upgraded to
tauri-runtime-wry@2.0.0-beta.19
- Upgraded to
tauri-runtime@2.0.0-beta.19
f955f7b49
(#9929) Switch fromdirs_next
todirs
asdirs_next
is now unmaintained whiledirs
isd4c908cfb
(#10048) Updatewindows
crate to version0.57
andwebview2-com
crate to version0.31
Breaking Changes
© 2024 Tauri Contributors. CC-BY / MIT