Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 04:00
· 27 commits to master since this release
5aa6df1

Two reliability fixes for long local runs.

Fixed

  • compile no longer skips auto-generated articles as "manually edited" (#83). After maintain --fix rewrote an article, a stale content hash made the next compile treat it as hand-edited and skip it, forcing --force. The hash now tracks the written body.
  • A dropped connection mid-request no longer fails the whole note (#82). Transient connection drops retry with backoff instead of failing the note; slow-generation timeouts and HTTP 400s still fail fast.

Thanks

Bug reports from @romancone (#82) and @wlewis55 (#83).

Full Changelog: v0.6.1...v0.6.2