Skip to content

0.11.0

Choose a tag to compare

@dannyadair dannyadair released this 23 May 14:33
· 25 commits to main since this release

v0.11.0 (2025-05-23)

Bug Fixes

  • Escape XKCD title and alt text (8432a24)

Otherwise the SVG can be become invalid...

"Applying renormalization to bullies successfully transformed Pete & Pete's Endless Mike into Finite Mike." needs to be escaped to Pete & Pete's Endless Mike into Finite Mike.

Code Style

  • Don't show location of build directory in a dry-run (cd4c675)

It wouldn't have been created...

Documentation

  • Add "Usage" document, adjust README and overview, fix custom locations (2c390da)

  • Fix config file path in library example (same as in CLI example) (6c3198a)

  • Improve README (8a22464)

  • add what you get from using SVG+YAML

  • add how quickly you can get started

  • Move "Documentation" to be before "Examples"

Features

  • Improve logging and console UI with rich formatting (fcf16ed)
  • Use rich and rich-click - colors, panels etc.
  • Proper syntax highlighting for SVG and YAML
  • Show directory tree after --create-from
  • Don't repeat identical subprocess log messages, count them

Detailed Changes: 0.10.0...0.11.0