diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 303925bb..3c9db638 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,16 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-07-07T01:10:00-07:00`, + product: 'app', + version: `0.10.3`, + body: `### Improvements +- Added a workaround for Java 8 instances failing to load. + +### Known issues +- Java installations will show as 'Failed' when you test them. This is a visual bug, and does not mean the Java installation is not working.`, + }, { date: `2025-07-06T16:30:00-07:00`, product: 'app', @@ -19,7 +29,10 @@ const VERSIONS: VersionEntry[] = [ - 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.`, +- Fixed a typo in Appearance settings for hiding Skins page nametag. + +### Known issues +- Java installations will show as 'Failed' when you test them. This is a visual bug, and does not mean the Java installation is not working.`, }, { date: `2025-07-05T12:00:00-07:00`,