publish new versions (#471)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-18 21:49:08 +01:00
committed by GitHub
parent 02111b9526
commit cc63614f1e
9 changed files with 19 additions and 35 deletions
+11
View File
@@ -0,0 +1,11 @@
# Changelog
## \[0.1.1]
- Address 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.
- [70d9908](https://github.com/tauri-apps/plugins-workspace/commit/70d99086de3a58189d65c49954a3495972880725) fix(window-state): restore window position if the one of the window corners intersects with monitor ([#898](https://github.com/tauri-apps/plugins-workspace/pull/898)) on 2024-01-25
+1 -3
View File
@@ -1,14 +1,12 @@
[package]
name = "tauri-plugin-window-state"
version = "0.1.0"
version = "0.1.1"
description = "Save window positions and sizes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }