Update changelog + blog post time

This commit is contained in:
Prospector
2025-07-06 16:37:47 -07:00
parent bacb1561d5
commit 54522518c3
4 changed files with 14 additions and 3 deletions

View File

@@ -10,6 +10,17 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-07-06T16:30:00-07:00`,
product: 'app',
version: `0.10.2`,
body: `### Improvements
- Added additional default skins from free official Minecraft skin packs.
- Fixed some parts of the player model on Skins page rendering incorrectly.
- Fixed a number of issues with skin images not loading on macOS.
- Fixed old Forge versions not loading properly.
- Fixed a typo in Appearance settings for hiding Skins page nametag.`,
},
{
date: `2025-07-05T12:00:00-07:00`,
product: 'app',