Jun 23, 2021
- Adds
clipboard APIs (write and read text).
- 285bf64b feat(core): add clipboard writeText and readText APIs (#2035) on 2021-06-21
- dee71ad5 fix(workflows): update docs workflow syntax (#2054) on 2021-06-23
- Adds
focus API to the WindowBuilder.
- 5f351622 feat(core): add focus API to the WindowBuilder and WindowOptions, #1737 on 2021-05-30
- dee71ad5 fix(workflows): update docs workflow syntax (#2054) on 2021-06-23
- Adds
is_decorated getter on Window.
- f58a2114 feat(core): add
is_decorated Window getter on 2021-05-30
- dee71ad5 fix(workflows): update docs workflow syntax (#2054) on 2021-06-23
- Adds
is_resizable getter on Window.
- 1e8af280 feat(core): add
is_resizable Window getter on 2021-05-30
- dee71ad5 fix(workflows): update docs workflow syntax (#2054) on 2021-06-23
- Adds
is_visible getter on Window.
- 36506c96 feat(core): add
is_visible API on 2021-05-30
- dee71ad5 fix(workflows): update docs workflow syntax (#2054) on 2021-06-23
- Adds
accelerator method to the CustomMenuItem struct to define a keyboard shortcut for the menu item.
- 034c2601 feat(core): add
accelerator method to CustomMenuItem (#2043) on 2021-06-22
- Adds global shortcut interfaces.
- 3280c4aa refactor(core): global shortcut is now provided by
tao (#2031) on 2021-06-21
- dee71ad5 fix(workflows): update docs workflow syntax (#2054) on 2021-06-23
- Adds
request_user_attention API to the Dispatcher trait.
- 7dcca6e9 feat(core): add
request_user_attention API, closes #2023 (#2026) on 2021-06-20
- dee71ad5 fix(workflows): update docs workflow syntax (#2054) on 2021-06-23
- Adds
fn run_iteration (macOS and Windows only) to the Runtime trait.
- 8c0d0739 feat(core): add
run_iteration, parent_window and owner_window APIs, closes #1872 (#1874) on 2021-05-21
- Adds
show_menu, hide_menu and is_menu_visible APIs to the Dispatcher trait.
- 954460c5 feat(core): MenuHandle
show, hide, is_visible and toggle APIs (#1958) on 2021-06-15
- dee71ad5 fix(workflows): update docs workflow syntax (#2054) on 2021-06-23
- Adds
set_focus API on Window.
- bb6992f8 feat(core): add
set_focus window API, fixes #1737 on 2021-05-30
- dee71ad5 fix(workflows): update docs workflow syntax (#2054) on 2021-06-23
- Adds
set_skip_taskbar API on Window.
- e06aa277 feat(core): add
set_skip_taskbar API on 2021-05-30
- dee71ad5 fix(workflows): update docs workflow syntax (#2054) on 2021-06-23
- Adds
skip_taskbar API to the WindowBuilder.
- 5525b03a feat(core): add
skip_taskbar API to the WindowBuilder/WindowOptions on 2021-05-30
- dee71ad5 fix(workflows): update docs workflow syntax (#2054) on 2021-06-23
- Adds
Window#center and WindowBuilder#center APIs.
- Adds
parent_window and owner_window setters to the WindowBuilder (Windows only).
- 8c0d0739 feat(core): add
run_iteration, parent_window and owner_window APIs, closes #1872 (#1874) on 2021-05-21
- Adds window native handle getter (HWND on Windows).
- abf78c58 fix(core): set parent window handle on dialogs, closes #1876 (#1889) on 2021-05-21
© 2026 Tauri Contributors. CC-BY / MIT