Skip to content

Sacho changelog

Version 0.3.2

Released on July 29, 2026.

  • Fixed Markdown reference-style links when compiling, carrying, or importing fragments. Sacho now preserves their resolved destinations through the CommonMark AST and lets Hongdown normalize the output, while configured references continue to use their template or pinned destination.

Version 0.3.1

Released on July 24, 2026.

  • Fixed sacho import-unreleased so repositories whose configured section order differs from fragment path order no longer fail with a false stale mutation error.

Version 0.3.0

Released on July 24, 2026.

  • Added --no-word-wrap to sacho preview and sacho show for publishing release notes without Sacho's canonical 80-column wrapping. [#3]
  • Added section patterns for deriving changelog sections from repository layouts, so package-oriented repositories no longer need to list every package separately. [#4]

Version 0.2.0

Released on July 23, 2026.

  • Added optional HTTP redirect resolution for fragment references, including persistent per-fragment URL pins and command-line overrides for previews, synchronization, and releases. [#2]
  • Added sacho import-unreleased for converting an existing materialized unreleased region into fragments without rewriting released history. [#1]
  • Added interactive section suggestions to sacho init based on headings found across an existing changelog. [#1]

Version 0.1.0

Initial release. Released on July 21, 2026.

Released under the GPL-3.0-only license.