What's Changed
- fix: properly disable move/resize events during animation 25f858f
- fix: handle apps that dont send windowclosed events(firefox) (#201) (#121) e70fc04
- feat: stack lines are now clickable 8f3b0ed
- feat: drag window to resize 099c3ce
- fix: respecting space activation status 0b563f6 4f25cfd
- feat: allow all keyboard layouts natively (#195) (#182) d460480
- chore: add exec example to default config (#221) e74ec3e
- feat: move space activation into its own manager c3a90ec
- fix: track stack line space id for proper cleanup 96ed81f
- fix: determine actual layout mode 7b76dd5
- fix: pass quiet flag through raise manager to prevent workspace switch loops bf76af6
- fix: prevent similar crashes (#211) 95f7b56
- fix: panic on slow activation change (#211) 0a8c1c7
- feat: let certain windows be insivible to rift 468c2ac
- fix: multi display behavior 93fdc5b + 99bf93e
- fix: next/prev window being inverted (#208) cb5ddb3
- fix: joining 2 windows with another (#206) ce7b918
- fix: stack_line not hot reloading 55c9d92
- fix: reapply_app_rules_on_title_change (#197) 2780e9c
- fix: refreshing correct window (#203) 72061a0
- fix: should_raise_on_mouse_over (#197) f5d6589
- fix: if directional focus finds no target refocus the active window (#197) 839344a
- fix: reset hover tracking after a warp so the next mouse move always generates a focus-follows-mouse update for the window now under the cursor. f30ae6e
- fix: ensure layoutengine has the correct info about floating focused windows (#197) 62b1145
- feat: show active workspace in menubar even if empty (#204) c13397f
- fix: display reconfig and be less optimistic to clear display cache 7e22fac
- fix: add brackets to keymap (#195) b25bc7c
- fix: upstream activation block bbd6b1a
- fix: locked into a workspace c112786
New Contributors
Full Changelog: v0.2.8...v0.3.0