1.24.0 (2026-03-06)
Features
- add theme-aware default for label_color - Closes #489 (#491) (9d22a6e)
- cursor: Add
center_cursor_positionoption (#504) (32f903a) - implements program wide theme aware config for all colors (#500) (8201eb4)
- stable reference keyboard layout with auto-detection and config override (#507) (c5cad50)
Bug Fixes
- config: revamp the default colors (#505) (c8b4d99)
- eliminate duplicate configSnapshot() in app activation path (#494) (972181b)
- ipc: wire IPC reload through app-level config reload and fix stale config (#496) (6ce064d)
- lifecycle: remove dead q.Style write, keep cache invalidation (#495) (315134a)
- prevent event tap from blocking native thread and fix deadlock in callback cleanup (#509) (9b98230)
- recursive-grid: execute action on final depth selection instead of when reaching max depth (#502) (920104d)