From 3f8dd1a79c3b4255d6f0fa45af0ec46c48f29674 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:21:36 -0700 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 6efc194d..41b3f3ce 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -11,7 +11,15 @@ export type VersionEntry = { const VERSIONS: VersionEntry[] = [ { - date: `2025-10-24T21:05:00-07:00`, + date: `2025-10-26T18:30:00-07:00`, + product: 'app', + version: '0.10.15', + body: `## Improvements +- Fixed skins page uploading modified 'normalized' versions of the skin texture instead of the original. +- Improved skins page lighting to have the player model be lit more from the front.`, + }, + { + date: `2025-10-26T18:05:00-07:00`, product: 'web', body: `## Improvements - Fixed the colors of OLED mode being brighter than intended.`,