diff --git a/TODO.md b/TODO.md index 495dd33..1dca6eb 100644 --- a/TODO.md +++ b/TODO.md @@ -8,6 +8,8 @@ ## Polish +- [x] Apply the refreshed light and dark themes to the full rulebook and TL;DR rules. + - [x] Refresh both themes with legible texture and nautical flair, and give the Event Log / My Notes the regular panel surface. - [x] Do a pass on condensing overly verbose UI elements. For example, "Current Difficulty" could be replaced by "Difficulty" and "The Obstacle List" could be replaced by "Obstacles" diff --git a/frontend/src/lib/changelog.js b/frontend/src/lib/changelog.js index d160e61..7f3ba12 100644 --- a/frontend/src/lib/changelog.js +++ b/frontend/src/lib/changelog.js @@ -6,10 +6,11 @@ // - 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 = 49; +export const VERSION = 50; // Newest first. Each entry: { version, date: 'YYYY-MM-DD', changes: [string, ...] }. export const CHANGELOG = [ + { version: 50, date: '2026-09-04', changes: ['The full rulebook and TL;DR rules now match the refreshed light and dark themes, with chart backgrounds and textured solid panels.'] }, { version: 49, date: '2026-09-04', changes: ['Freshened both themes with nautical chart lines, woven panel textures, and richer sea-and-brass colors while keeping text clear.', 'The Event Log and My Notes now use the regular solid panel surface.'] }, { version: 48, date: '2026-09-04', changes: ['Keep your own notes alongside the Event Log. Notes save automatically between sessions, including when you close the panel, and stay intact when the game rewinds or you create a new Pi-Rat.'] }, { version: 47, date: '2026-09-04', changes: ['Rewrote character suggestions with scrappy pirate looks, distinctive smells, first words, and crew quirks that fit Yeld.'] }, diff --git a/src/pirats/rules-tldr.html b/src/pirats/rules-tldr.html index 851ed4b..5a3489e 100644 --- a/src/pirats/rules-tldr.html +++ b/src/pirats/rules-tldr.html @@ -14,39 +14,55 @@ document.documentElement.dataset.theme =