_Maintenance only, no bug fixes or new features_
Breaking
- `_global` renamed to `global_`
Development
- Aggressive automated lint fixes via `ruff` (550)
via ruff v0.8.4, all automated lint fixes, including unsafe and previews were applied for Python 3.9:
sh
ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .
- Tests: Stability fixes for legacy `test_select_pane` test (552)