Skip to content

Changelog

[0.1.1] - 2026-03-16

Changed

  • docs: use zensical.toml instead of mkdocs.yml to configure Zensical for documentation.
  • refactor: push extension config to superfences state eagerly in extendMarkdown instead of lazily in superfences_validator.
  • refactor: use parse_tiles() instead of parse() for dora, uradora, and draw options in apply_hand_options.

Removed

  • feat: remove built-in MahjongBlockProcessor in favor of pymdownx.superfences.
  • chore: remove MahjongInlineProcessor and INLINE_TILE_PATTERN from public API.
  • chore: remove unused CSS hand size variant rules.
  • chore: remove redundant Hand.total_tile_count property (use len(hand.all_tiles) instead).
  • chore: remove unreachable if not tiles guard in MahjongInlineProcessor.handleMatch.

[0.1.0] - 2026-02-09

  • Initial release