Pin event log across all phases

This commit is contained in:
2026-07-10 19:24:04 -07:00
parent b9cbbda1a2
commit d8d68a80a3
3 changed files with 31 additions and 5 deletions
+8 -1
View File
@@ -6,10 +6,17 @@
// - Add a CHANGELOG entry only when a commit changes something players can
// see. Skip refactors, tests, and tooling. Keep wording player-facing.
export const VERSION = 24;
export const VERSION = 25;
// Newest first. Each entry: { version, date: 'YYYY-MM-DD', changes: [string, ...] }.
export const CHANGELOG = [
{
version: 25,
date: '2026-07-10',
changes: [
'The Event Log now uses the same pinned column and fixed close/reopen control in every game phase.',
],
},
{
version: 24,
date: '2026-07-10',