1.0.0 (2025-11-01)
Features
- actually implement middle click (3783a60)
- add ci (#1) (0aab5c0)
- add hint support for dock and menubar (7c08d53)
- allow additional clickable roles in config (f893bb4)
- better hints (4685a7f)
- init project with implementation (43d255e)
- initial try to support electron (86db6f7)
- more hint modes (3badbbb)
- nicer action hints (2a712b0)
- nicer hint with arrow (e83c5b8)
- only check visible child for ax (2c1252b)
- support
-vand--version(ba29ea1) - support backspace to go back during hint mode (8399942)
- support global and per-app ax roles (677e1c4)
- switch to cobra-cli with IPC socket for normal actions (958989e)
Bug Fixes
- actually properly support chrome and electron (5f6ec2d)
- add fallback and validation for empty hint_characters (36b8c64)
- configurable roles for scroll and hint (735c98c)
- ensure config for hint styles are passed through (8679355)
- ensure event loop runs in main thread (6826fdb)
- ensure to flush event after clicks (cb1d5ab)
- explicit validation for scrollAreaByNumber (bdbce7f)
- fallback to actual click if press action failed (e186bb1)
- make matched hint color text configurable (fd0980f)
- make sure
ctrl-cactually kills the program (a566cf9) - more logs for additional accessibility (407f992)
- refactor scroll magic numbers to be constants (521df2a)
- remove
escapemapping (a795e2b) - remove action mapping from config (6974c7d)
- remove stupid animations (97a390c)
- remove unneeded smoothscroll function (fb77bdc)
- remove unused config (23df329)
- some improvement for pre-production (b0e5a79)
- sort of working scroll mechanism (cd4376a)
- support 3 characters hint without clashes (7120ded)