Skip to content

Commit faa46af

Browse files
authored
publish new versions
1 parent 7a37355 commit faa46af

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
".changes/fix-linux-updater-permission-error.md",
2323
".changes/fix-restore-minimized-window-position.md",
2424
".changes/fix-restore-minimized-window-state.md",
25+
".changes/fix-restore-window-state-deadlock.md",
2526
".changes/fs-dialog-file-path-methods.md",
2627
".changes/fs-dialog-file-path-traits.md",
2728
".changes/fs-dialog-non-exhaustive-error.md",

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/window-state/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[2.0.0-rc.5]
4+
5+
- [`7a37355e`](https://github.com/tauri-apps/plugins-workspace/commit/7a37355e177772cbddf24397d5a23280e00558af) ([#1787](https://github.com/tauri-apps/plugins-workspace/pull/1787) by [@Legend-Master](https://github.com/tauri-apps/plugins-workspace/../../Legend-Master)) Fix deadlock when trying to restore window states on initial load
6+
37
## \[2.0.0-rc.4]
48

59
- [`204e5aac`](https://github.com/tauri-apps/plugins-workspace/commit/204e5aacad7e8f99a9a08f4a45cfed83643c1cc0) ([#1743](https://github.com/tauri-apps/plugins-workspace/pull/1743)) Fix can't restore a minimized window's size and position properly

plugins/window-state/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-window-state"
3-
version = "2.0.0-rc.4"
3+
version = "2.0.0-rc.5"
44
description = "Save window positions and sizes and restore them when the app is reopened."
55
authors = { workspace = true }
66
license = { workspace = true }

0 commit comments

Comments
 (0)