From 83b8ed0411370f41624e816ed06e7a361595781b Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Fri, 4 Sep 2026 20:33:09 -0700 Subject: [PATCH] Renumber consolidated release to v26 after v25 --- TODO.md | 2 +- frontend/src/lib/changelog.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index b964152..06fb975 100644 --- a/TODO.md +++ b/TODO.md @@ -10,7 +10,7 @@ - [x] Hide In testing when there are no unreleased changes and remove the placeholder batch. -- [x] Consolidate the September 4 changelog entries into one grouped version. +- [x] Consolidate the September 4 changelog entries into one grouped version, v26 (following the previous v25 release). - [x] Accumulate In testing changelog batches and reserve app/Nix version bumps for grouped releases. diff --git a/frontend/src/lib/changelog.js b/frontend/src/lib/changelog.js index 6fd2abf..223fe31 100644 --- a/frontend/src/lib/changelog.js +++ b/frontend/src/lib/changelog.js @@ -6,14 +6,14 @@ // - Only an explicitly requested release bumps VERSION and both flake.nix versions. // - At release, consolidate the batch into titled groups and add its version/date. -export const VERSION = 50; +export const VERSION = 26; // Newest first. In testing: { version: null, changes: [string, ...] }. // Release: { version, date: 'YYYY-MM-DD', groups: [{ title, changes: [...] }] }. // Historical flat changes arrays are also supported. Omit the testing entry when empty. export const CHANGELOG = [ { - version: 50, + version: 26, date: '2026-09-04', groups: [ { title: 'Themes & table layout', changes: [