nightly (2025-10-17)
Bug Fixes
- bar: update network interface less frequently (
8d085df1)
Code Refactoring
- rust: use eyre::Result uniformly (
6eb2905e) - rust: upgrade to edition 2024 part 2 (clippy --fix) (
52a745d0) - rust: upgrade to edition 2024 part 1 (
80877cc4) - rust: remove getset dependency (
539aeec9) - rust: standardize on ok_or_eyre and bail! (
bcfb058b)
Features
- wm: add opt to constrain grid layout by rows (
2abe6183) - wm: track virtual desktop ids on state and global state (
e953715f) - wm: add opt to keep focused column centered on scrolling layout (
2ac19291)
Documentation
- cli: add eol annotations to ahk flags (
b2550584)
Continuous Integration
- github: make sure clippy is installed (
3e9947c2)