v1.2.4
Highlight
This release fixes an issue when handling windows moving across outputs (monitors), which could lead to unexpected maximizing / unmaxizing actions.
It also adds a lockfile mechanism to prevent multiple oniri instances from running simultaneously, which could otherwise cause conflicting maximize / unmaximize actions.
Fixes
- Ensure up to date tile size when handling windows moving across outputs (#82) - (4b1abc6) by @Antiz96
- Use a lockfile to prevent multiple executions (#80) - (8fdcd8e) by @Antiz96
Miscellaneous
- (deps) Lock file maintenance (#81) - (6dbb52f) by @renovate[bot]
- (deps) Update Rust crate anyhow to 1.0.103 (#78) - (a022315) by @renovate[bot]
- (deps) Update Rust crate env_logger to 0.11.11 (#77) - (edc4d59) by @renovate[bot]
Full Changelog: v1.2.3...v1.2.4