v0.97macOS
Added 5
- Add an ordering adjustment for the screensOrderedByX Terminal command setting to use midX
- Add a defaults toggle for disabling unsnap restore of smaller/larger commands
- Add a Skip gap on top screen edge checkbox in Settings
- Add feature override green button
- Add Cooperative Window Resizer Feature
Changed 2
- Apply Half-Split ratio to corner actions and snap areas
- Align clamped windows to snap edges by default
Fixed 3
- Fix a performance issue where loading the Snap Area tab was taking a long time
- Anchor clamped windows to the snap edge instead of leaving a gap
- Execute window actions when the window id is unavailable
What's Changed
- Adds an ordering adjustment for the screensOrderedByX Terminal command setting to use midX
- Adds a defaults toggle for disabling unsnap restore of smaller/larger commands
- Fixes a performance issue where loading the Snap Area tab was taking a long time
- Adds a "Skip gap on top screen edge" checkbox in Settings by @GVonB in https://github.com/rxhanson/Rectangle/pull/1773
- Apply Half-Split ratio to corner actions and snap areas by @epicdistraction in https://github.com/rxhanson/Rectangle/pull/1776
- add feature override green button by @f7urry in https://github.com/rxhanson/Rectangle/pull/1777
- Anchor clamped windows to the snap edge instead of leaving a gap by @LoriTira in https://github.com/rxhanson/Rectangle/pull/1778
- Cooperative Window Resizer Feature by @epicdistraction in https://github.com/rxhanson/Rectangle/pull/1780
- Execute window actions when the window id is unavailable by @johncarmack1984 in https://github.com/rxhanson/Rectangle/pull/1788
- Align clamped windows to snap edges by default by @culpen90 in https://github.com/rxhanson/Rectangle/pull/1789
New Contributors
- @GVonB made their first contribution in https://github.com/rxhanson/Rectangle/pull/1773
- @epicdistraction made their first contribution in https://github.com/rxhanson/Rectangle/pull/1776
- @f7urry made their first contribution in https://github.com/rxhanson/Rectangle/pull/1777
- @LoriTira made their first contribution in https://github.com/rxhanson/Rectangle/pull/1778
- @johncarmack1984 made their first contribution in https://github.com/rxhanson/Rectangle/pull/1788
- @culpen90 made their first contribution in https://github.com/rxhanson/Rectangle/pull/1789
Full Changelog: https://github.com/rxhanson/Rectangle/compare/v0.96...v0.97