Changeset 90259da in Klonkt for package.json


Ignore:
Timestamp:
06/19/2026 09:09:45 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
5c27e8e
Parents:
323abb0
Message:

feat: release tracking — version in footer links to /changelog

  • CHANGELOG.md as source of truth; version bump 1.0.0-beta.1 -> beta.2.
  • Public /changelog page renders the changelog (marked) + shows the federation proto alongside the app version.
  • Footer version ("Klonkt Beta vX") is now a link to /changelog.

Circles: app version is independent of KLONKT_PROTO (federation proto,
now 2) — a version bump does not affect federation. The /changelog page
shows the proto explicitly so each release makes it clear which
federation version the instance speaks.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package.json

    r323abb0 r90259da  
    11{
    22  "name": "klonkt",
    3   "version": "1.0.0-beta.1",
     3  "version": "1.0.0-beta.2",
    44  "description": "Klonkt — zelf-gehost multi-site muziek- & blogplatform met community, realtime en (later) E2EE DMs. Node + SQLite + htmx.",
    55  "type": "module",
Note: See TracChangeset for help on using the changeset viewer.