Skip to content

Releases: DifuseHQ/Kalmia

Kalmia v0.2.0

05 Aug 19:21

Choose a tag to compare

Features

  • Fully Local & Self-Hosted Setup
    Kalmia can now run entirely self-hosted, without relying on third-party services like S3.
    MinIO is now supported as the local storage backend.

  • Local Asset Uploads
    Documentation assets and metadata can now be uploaded locally, including:

    • Favicons
    • Navbar icons
    • Meta images
      (ac9fe53)

Improvements

  • Switched to pnpm
    The project now uses pnpm for building Rspress documentation and frontend assets.
    (00f7fed)

  • Sanitized URL Slugs
    Improved slug generation for documentation and pages to ensure consistency and cleaner URLs.
    (654d4b1)

Fixes & Maintenance

  • Various bug fixes and quality-of-life improvements across the platform.

Kalmia v0.1.0

16 Feb 17:35

Choose a tag to compare

This is the third release of Kalmia, version 0.1.0.

Changelog

  • We now use pnpm instead of npm for rspress management. This should make dependencies for rspress take up much less space and also be faster to install (4e02afb). You need to install pnpm using npm npm install -g pnpm
  • Windows builds are now fixed (d7c7b2f)
  • Ability to use local file system instead of S3 for storage (93b5f5b)
  • Overall improvements to the build/edit process for docs

Kalmia v0.0.2

10 Sep 19:47
4b84f90

Choose a tag to compare

This is the second release of Kalmia, version 0.0.2.

Changelog

  • Added ability to push documentation to git repositories
  • Increased test coverage on the Go side
  • Cleaned up some frontend component code

Kalmia v0.0.1

05 Sep 13:09
5d83af1

Choose a tag to compare

This is the first release of Kalmia!

Features

  • Non-developer friendly: Intuitive interface, no Git knowledge required.
  • Developer-approved: Fast, easy-to-maintain system with no complex configuration.
  • Instant deployment: Save and see changes live without CI/CD delays.
  • SQLite/Postgres support: Flexibly switch between databases.
  • Go backend, React+TypeScript frontend: Built for speed and reliability.
  • RsPress integration: Ultra-fast markdown-to-HTML conversion.
  • Open-source (AGPLv3): Free and community-driven.