tao@0.6.0
- Update to gtk 0.15
 - Emit errors when parsing an invalid accelerator from a string.
 - Add support for more accelerator keys: 
,-.=;/\'`[]SpaceTabandF13-F24 - Increased Borderless window resizing inset.
 - Update to 2021 edition and msrv to 1.56
 - Breaking: Rename the 
Exitvariant ofControlFlowtoExitWithCode, which holds a value to control the exit code after running. Add anExitconstant which aliases toExitWithCode(0)instead to avoid major breakage. This shouldn’t affect most existing programs. - Fixes the 
MenuItem::Quitbehavior on Windows. - Add support for 
SPACEshortcut key on Windows. - Fix linux native menu items not working.
 - 
- Fix resizing undecorated window on Linux.
 
 - Undecorated window can be resized using touch on Linux.
 - 0dd71973 Merge next back to dev branch (#305) on 2022-02-05
 - Fix focus events not firing on Linux
 - Add monitor selection when fullscreen on Linux and close possible way to create VideoMode on Linux since gtk doesn’t acutally have such feature.
 - Add run_return trait on Linux
 window.set_skip_taskbar()on Linux will now also skip the pager (Alt+Tab), this matches the behavior on Windows.- Update tray dependency version.
 - Fix deadlock when unregistering shortcut on Linux.
 - Fire 
WindowEvent::ResizedandWindowEvent::Movedwhen window is min/maximized on Linux to align with Windows behavior. - Fix menubar missing on borderless window.
 - Fix core-video-sys dependency.
 - Fix linking to the 
ColorSyncframework on macOS 10.7, and in newer Rust versions. - Allow more strings to parse to keycode, for example 
,is now parsed as a comma. - 
- Update 
raw-window-handleto0.4 
 - Update 
 - Add 
raw_window_handle()implementation on linux. - 0dd71973 Merge next back to dev branch (#305) on 2022-02-05
 - Fix click events missing whe tray has menu.
 - Add macOS 
show_application()method - Add new_any_thread to Unix event loop.
 - Replace all of the 
winapicrate references with thewindowscrate. The generated bindings are in thewebview2-com-syscrate to share types with WRY later. - Implement 
CloneforEventLoopWindowTarget. - Update the 
windowscrate to 0.25.0, which comes with pre-built libraries. Tao no longer depends onwebview2-com-systo generate bindings shared with WRY. - Update the 
windowscrate to 0.29.0. - Update the 
windowscrate to 0.30.0. This version re-introduced a lot of new-types for things like HWND, LRESULT, WPARAM, LPARAM, etc. - Fix using 
WindowBuilder::with_visibleandWindowBuilder::with_maximizednot behaving correctly. - On Windows, send correct position on system tray events.
 - Add support for more accelerator keys: 
,-.=;/\'`[]SpaceTabandF13-F24 - Allow more strings to parse to keycode, for example 
,is now parsed as a comma. - Add macOS 
show_application()method 
© 2025 Tauri Contributors. CC-BY / MIT