mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-27 13:22:26 +02:00
3.0 KiB
3.0 KiB
Changelog
[2.0.0-beta.0]
-
14f59615Address a couple of issues with restoring positions:- Fix restoring window positions correctly when the top-left corner of the window was outside of the monitor.
- Fix restore maximization state only maximized on main monitor.
[2.0.0-alpha.5]
[2.0.0-alpha.4]
[2.0.0-alpha.3]
[2.0.0-alpha.2]
5c13736(#673) Update to @tauri-apps/api v2.0.0-alpha.9.beb6b13(#675) Fix usage of no longer available__TAURI_METADATA__API.
[2.0.0-alpha.2]
[2.0.0-alpha.1]
d74fc0a(#555) Update to alpha.11.84b3612(#436) Correctly propagate the promise insidesaveWindowState,restoreStateandrestoreStateCurrentso callers can choose toawaitthem.