Keep event log toggle in place
This commit is contained in:
@@ -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 = 13;
|
||||
export const VERSION = 14;
|
||||
|
||||
// Newest first. Each entry: { version, date: 'YYYY-MM-DD', changes: [string, ...] }.
|
||||
export const CHANGELOG = [
|
||||
{
|
||||
version: 14,
|
||||
date: '2026-07-10',
|
||||
changes: [
|
||||
'The corner Event Log button now stays put when the log is open, so it can be closed again without moving your mouse.',
|
||||
],
|
||||
},
|
||||
{
|
||||
version: 13,
|
||||
date: '2026-07-10',
|
||||
|
||||
Reference in New Issue
Block a user