Releases: txemi/darnlink
Releases · txemi/darnlink
Release list
darnlink v0.1.1
Fixed: a UTF-8 BOM before the frontmatter no longer hides a file's uuid from the index — inbound robust links to BOM-carrying targets are now repaired (previously left unresolved). Common on Windows-authored files.
CI: the test suite and the one-liner smoke test now also run on Windows (windows-latest), so Windows-specific regressions are caught automatically.
Full changelog: CHANGELOG.md.
darnlink v0.1.0
First public release of darnlink — auto-healing Markdown links.
- Repair: fix robust links whose target moved/renamed (matched by UUID).
- Robustify: upgrade plain links to robust ones (uuid anchored inline).
- Deterministic, no database, editor-agnostic. Run via
uvx --from git+https://github.com/txemi/darnlink darnlink <folder>.
License: GPL-3.0-or-later.