1.5.0 (2025-11-06)
Features
- allow configurable additional targets for menubar by bundle IDs (#60) (bca0da2)
- implement bundle to work locally (#62) (7f18d45)
Bug Fixes
- add cache for elements and improve tree walking duration (#58) (22b1fa3)
- allow 3 characters for maxHints (#63) (641c2b9)
- no need to check isEnabled in go code (#59) (ce753d9)
- optimize tree building and element finding with parallelization and simple ttl caching (#54) (008f827)
- remove
isclickableandisscrollableproxy and call it directly (#56) (e94de63) - remove configurable maxHints and derive it from
hintChars(#61) (3745e68) - replace complex
visibleChildrenlogic withAXVisibleRowdetection (#57) (ac896fb)