Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 May 16:36
· 52 commits to main since this release

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.
  • GN2141103E now also scans aria-label / title / alt on
    <button> / <a> / <input> elements, not just soup.get_text().
    Icon-only toggles (SVG inside the button, label provided via
    aria-label) used to evade detection because their visible text was
    empty.