You've already forked AstralRinth
forked from didirus/AstralRinth
Update changelog
This commit is contained in:
@@ -10,6 +10,16 @@ export type VersionEntry = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const VERSIONS: 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`,
|
date: `2025-07-06T16:30:00-07:00`,
|
||||||
product: 'app',
|
product: 'app',
|
||||||
@@ -19,7 +29,10 @@ const VERSIONS: VersionEntry[] = [
|
|||||||
- Fixed some parts of the player model on Skins page rendering incorrectly.
|
- 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 a number of issues with skin images not loading on macOS.
|
||||||
- Fixed old Forge versions not loading properly.
|
- 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`,
|
date: `2025-07-05T12:00:00-07:00`,
|
||||||
|
|||||||
Reference in New Issue
Block a user