Remember player name for new crews
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 = 16;
|
||||
export const VERSION = 17;
|
||||
|
||||
// Newest first. Each entry: { version, date: 'YYYY-MM-DD', changes: [string, ...] }.
|
||||
export const CHANGELOG = [
|
||||
{
|
||||
version: 17,
|
||||
date: '2026-07-10',
|
||||
changes: [
|
||||
'Join forms now remember your player name for the next crew while still letting you edit it.',
|
||||
],
|
||||
},
|
||||
{
|
||||
version: 16,
|
||||
date: '2026-07-10',
|
||||
|
||||
Reference in New Issue
Block a user