Skip to content

tao@0.37.1

Sep 26, 2026
  • 365089b6 (#1341 by @Legend-Master) On Windows, fix visibility flickers when calling windowing functions

  • f79aa3a1 (#1342 by @Legend-Master) On Windows, fix set_maximized and set_minimized calls don't work if the window's built with with_focused(false).

    Note: this change will also make that if the window is created through with_focused(false), subsequent window.set_visible(true) calls will now focus the window (the current behavior is the window only gets focus if you call window.set_focus() or window.set_maximized(true)) this is consistent with the other platforms.


© 2026 Tauri Contributors. CC-BY / MIT