Merge beta into release #21

Merged
didirus merged 276 commits from beta into release 2025-11-01 13:04:25 +00:00
Showing only changes of commit 3f8dd1a79c - Show all commits

View File

@@ -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.`,