Skip to content

Releases: engineervix/kwelea

v0.1.5 (2026-03-01)

01 Mar 12:38
bffaaef

Choose a tag to compare

What's changed in this release

🚀 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

v0.1.4 (2026-03-01)

01 Mar 09:11
b8db5fb

Choose a tag to compare

What's changed in this release

🚀 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)

v0.1.3 (2026-03-01)

01 Mar 00:41
30d9c7b

Choose a tag to compare

What's changed in this release

🐛 Bug Fixes

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

v0.1.2 (2026-03-01)

01 Mar 00:34
1a1f3f4

Choose a tag to compare

What's changed in this release

🐛 Bug Fixes

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

v0.1.1 (2026-03-01)

01 Mar 00:19
75d0510

Choose a tag to compare

What's changed in this release

🐛 Bug Fixes

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

v0.1.0 (2026-03-01)

01 Mar 00:04
d214648

Choose a tag to compare

What's changed in this release

🚀 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