Skip to content

Commit dc5721a

Browse files
Publish New Versions (v2) (#1788)
Co-authored-by: lucasfernog <[email protected]>
1 parent 1d9741b commit dc5721a

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

.changes/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
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",
26+
".changes/fix-upload-handle-non-success-download.md",
2527
".changes/fs-dialog-file-path-methods.md",
2628
".changes/fs-dialog-file-path-traits.md",
2729
".changes/fs-dialog-non-exhaustive-error.md",

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/upload/CHANGELOG.md

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

3+
## \[2.0.0-rc.2]
4+
5+
### bug
6+
7+
- [`1d9741b5`](https://github.com/tauri-apps/plugins-workspace/commit/1d9741b52bb242d32b2ffd46fb4343a501cbd54b) ([#1783](https://github.com/tauri-apps/plugins-workspace/pull/1783) by [@fxsalazar](https://github.com/tauri-apps/plugins-workspace/../../fxsalazar)) fix download content to file when unsuccessful response
8+
39
## \[2.0.0-rc.1]
410

511
- [`e2e97db5`](https://github.com/tauri-apps/plugins-workspace/commit/e2e97db51983267f5be84d4f6f0278d58834d1f5) ([#1701](https://github.com/tauri-apps/plugins-workspace/pull/1701) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Update to tauri 2.0.0-rc.8

plugins/upload/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-upload"
3-
version = "2.0.0-rc.1"
3+
version = "2.0.0-rc.2"
44
description = "Upload files from disk to a remote server over HTTP."
55
authors = { workspace = true }
66
license = { workspace = true }

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)