Jun 29, 2022
- Implement
raw_window_handle::HasRawWindowHandle on Linux.
- 3efbc67f feat: implement
raw_window_handle on Linux (#4469) on 2022-06-26
- Moved the window and menu event listeners to the window struct.
- 46196fe9 refactor(tauri-runtime-wry): move window and menu listeners to window (#4485) on 2022-06-27
- Refactored the
tauri-runtime-wry plugin interface.
- e39e2999 refactor(tauri-runtime-wry): enhance plugin interface (#4476) on 2022-06-27
- Removed the
hwnd and ns_window functions from Dispatch in favor of raw_window_handle.
- 3efbc67f feat: implement
raw_window_handle on Linux (#4469) on 2022-06-26
- The theme API is now implemented on macOS 10.14+.
- 6d94ce42 feat(core): theme is now implemented on macOS (#4380) on 2022-06-17
- Suppress unused variable warning in release builds.
- 45981851 chore(lint): unused variable warnings for release builds (#4411) on 2022-06-22
- Update tao to 0.12 and wry to 0.19.
- Fixes deadlocks when using window setters in the main thread.
- 123f6e69 fix(tauri-runtime-wry): release windows lock immediately, closes #4390 (#4392) on 2022-06-19
© 2026 Tauri Contributors. CC-BY / MIT