Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 May 17:56
· 31 commits to main since this release

Polish batch — quality-of-life fixes that should have been in 0.1.0.

Added

  • a11y-moda --version / -V now prints the installed version (was a
    click.UsageError: No such option before).
  • README badges for PyPI version, supported Python versions, and license.
  • README pointer to docs/AI_INTEGRATION.md and the bundled Claude Code
    skill — AI workflow features were undiscoverable from the main README.

Fixed

  • zh-TW console output on Windows. The default code page (cp950 on
    Traditional Chinese systems, cp1252 on English) mojibakes the rule
    output. CLI now reconfigures sys.stdout / sys.stderr to UTF-8 on
    win32. POSIX systems are unaffected.