v0.1.1
First dogfood patch — caught while running the v0.1.0 CLI against a real
zh-TW Next.js site whose dark/light theme toggle was an icon-only button.
Fixed
GN2141103E(contrast toggle control) now recognises zh-TW theme
vocabulary (深色模式,淺色模式,主題切換,切換主題) plus
light.?mode/theme.?toggle. Previously the regex only matched
dark.?mode/高對比/對比切換/無障礙模式, so common Taiwanese
phrasing was missed.GN2141103Enow also scansaria-label/title/alton
<button>/<a>/<input>elements, not justsoup.get_text().
Icon-only toggles (SVG inside the button, label provided via
aria-label) used to evade detection because their visible text was
empty.