From c50ea0aee561eb6e819a4228ed708a18121bc97e Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 31 Jan 2026 15:16:49 -0800 Subject: [PATCH] Add missing January 2026 changelog entries for Safari and mobile fixes --- src/lib/ReadMePage.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/ReadMePage.svelte b/src/lib/ReadMePage.svelte index 53cb0d1..a0adead 100644 --- a/src/lib/ReadMePage.svelte +++ b/src/lib/ReadMePage.svelte @@ -39,7 +39,9 @@ { id: 'cl1', title: 'January 2026', items: [ { type: 'New', text: 'Debug menu for developers and power users. Tap the LEGO Island logo 5 times to unlock OGEL mode and access debug features like teleporting to locations, switching acts, and playing animations' }, { type: 'Improved', text: 'Configure page redesigned with tabbed navigation, collapsible sections, quick presets (Classic/Modern Mode), and modern toggle switches' }, - { type: 'Improved', text: 'Read Me page reorganized into tabs (About, System, FAQ, Changelog, Manual) with the original instruction manual now viewable in-browser' } + { type: 'Improved', text: 'Read Me page reorganized into tabs (About, System, FAQ, Changelog, Manual) with the original instruction manual now viewable in-browser' }, + { type: 'Fixed', text: 'Safari audio not playing on first toggle' }, + { type: 'Fixed', text: 'Tooltips not working correctly on mobile devices' } ]}, { id: 'cl2', title: 'December 2025', items: [ { type: 'New', text: '"Active in Background" option keeps the game running when the tab loses focus' },