Changeset 8ef8c3e in Klonkt for src/routes/changelog.js
- Timestamp:
- 06/26/2026 09:20:12 AM (2 months ago)
- Branches:
- main
- Children:
- 429d3b0
- Parents:
- 46f3dd6
- File:
-
- 1 edited
-
src/routes/changelog.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/changelog.js
r46f3dd6 r8ef8c3e 3 3 * 4 4 * GET /changelog -> renders CHANGELOG.md (the source of truth for releases). 5 *6 * The app version (footer, package.json) is intentionally decoupled from the7 * circle federation proto (KLONKT_PROTO): a version bump is cosmetic and does not8 * affect federation. We show the proto here explicitly so that each release9 * makes visible which federation version this instance speaks (circles = lockstep per proto).10 5 */ 11 6 … … 16 11 import { renderPage } from '../middleware/render.js'; 17 12 import { MarkdownService } from '../services/MarkdownService.js'; 18 import { KLONKT_PROTO } from '../services/CircleFederation.js';19 13 20 14 const router = express.Router(); … … 33 27 bodyClass: 'on-changelog', 34 28 changelogHtml: html, 35 proto: KLONKT_PROTO,36 29 }); 37 30 });
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)