From 9ab402393b44b0f90a6d5a18f85456e52edb109c Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 2 Feb 2026 16:34:38 -0800 Subject: [PATCH] Add February 2026 changelog entries (#16) Add Sky Color Editor and Vehicle Part Editor features to changelog. --- 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 a0adead..5056991 100644 --- a/src/lib/ReadMePage.svelte +++ b/src/lib/ReadMePage.svelte @@ -34,7 +34,9 @@ const changelogItems = [ { id: 'cl0', title: 'February 2026', items: [ - { type: 'New', text: 'Save Editor lets you view and modify save files — change your player name, character, and high scores directly from the browser' } + { type: 'New', text: 'Save Editor lets you view and modify save files — change your player name, character, and high scores directly from the browser' }, + { type: 'New', text: 'Sky Color Editor allows customizing the island sky gradient colors in your save file' }, + { type: 'New', text: 'Vehicle Part Editor enables modifying vehicle parts and colors with a 3D preview' } ]}, { 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' },