Skip to content

Latest commit

 

History

History
100 lines (50 loc) · 4.78 KB

File metadata and controls

100 lines (50 loc) · 4.78 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.1.5 (2026-03-01)

🚀 Features

  • add --base-url flag to kwelea build (c701b4c)

🐛 Bug Fixes

  • ensure correct version is passed to the docs when we release (6177b74)

📝 Docs

  • add contribution guide (2c87ddc)
  • readme: show commits since last release (9d43a34)

👷 CI/CD

0.1.4 (2026-03-01)

🚀 Features

  • add site footer with extra_head/extra_footer injection hooks (213c7c1), closes #10

🐛 Bug Fixes

  • correct relative link to Installation page in Getting Started (63962f6)

0.1.3 (2026-03-01)

🐛 Bug Fixes

  • use relative font paths in theme.css; prefix SourceURL with BasePath (f9473be)

0.1.2 (2026-03-01)

🐛 Bug Fixes

  • build kwelea from source in CI; zero BasePath in dev server (a5cb28f)

0.1.1 (2026-03-01)

🐛 Bug Fixes

  • prefix all asset and page links with base path (cef6898)

0.1.0 (2026-02-28)

🚀 Features

  • core parsing work (aa3d68b)
  • dev server (dc0c5c7)
  • favicon, simple logo (425b238)
  • it ain't just github that's out there (af8f9e9)
  • nav tree (c021725)
  • polish, distribution, and dogfooded docs (f44b501)
  • search index (2bc688f)
  • so we can also see the markdown source (7b452cd)
  • templates & renderer (cb566d1)
  • this is kwelea - a fast, weaving documentation generator for Go (cf6edea)
  • version info (702129a)

🐛 Bug Fixes

📝 Docs

  • installations options (d6fe169)
  • organize the docs, cleanup, ensure consistency (7f708df)

♻️ Code Refactoring

  • ui: font size adjustments and more colour contrast improvements (954a65a)

👷 CI/CD