LeafWiki - A self-hosted wiki for long-lived documentation. Built for engineers, self-hosters, and small teams. LeafWiki v0.9.0 is out. This release focuses on four problems that come up in any shared wiki over time. "Someone changed something last week — what did it look like before?" The revision system stores Markdown snapshots for every page save. You can browse the history, read older versions, and restore any of them. Assets are deduplicated across revisions, so history does not balloon your storage. Enable it with --enable-revision . The default history limit is 100 revisions per page, configurable with --max-revision-history . "I moved a section and now half the links are broken" Link refactoring tracks internal links across the wiki. When you rename or move a page, LeafWiki shows you every page with an affected link and lets you decide whether to update them — before anything breaks. Enable it with --enable-link-refactor=true .…