New
v0.3.3
New features
- New
mouse_nextdislaycommand to warp mouse to another display. - New
window_equalizecommand to make a stacked column of window all the same height.
Fixes
- Windows on multiple displays are now correctly updating their positions. This should remove weird ghost sizing when switching between displays.
- Nudge off-screen windows slightly down. This should help against MacOS "catching" moving windows and moving them to another display.
- Specifyign a too high index number was causing an out-of-bounds error when attempting to insert a window. These should not be possible in Rust :)
- There was a small race condition during despawning of windows.
- When maximizing a window, its previous size is now correctly saved. This allows a workflow where one temporarily maximizes a window and then sizes it down again. (https://github.com/karinushka/paneru/issues/51)
- Fixed jumping mouse behavior for "mouse follows focus". Now the mouse will no longer center on windows when the mouse is moving - only when the focus change was done by a keyboard command.
Full Changelog: https://github.com/karinushka/paneru/compare/v0.3.2...v0.3.3