Skip to content

v2.2.0

Choose a tag to compare

@philocalyst philocalyst released this 27 Apr 00:01

What's new

Added

  • Introduce ColorizeSwift (v1.5.0) as a new dependency for rich terminal styling
  • Reroute .html file‐extension and https URL‐scheme inputs to the HTTP handler
  • Support colorized output styling via .bold() and .underline() in ConfigManager

Changed

  • Replace custom ANSI escape‐sequence constants with ColorizeSwift’s .bold() and .underline() methods
  • Docs updates:
    • Clarify application name casing and optional .app suffix in README
    • Expand configuration section to cover three TOML tables and XDG_CONFIG_HOME usage
    • Correct CLI usage examples, header numbering, typos, and outdated information