1
0

Add app 0.10.0 changelog

This commit is contained in:
Prospector
2025-07-03 11:12:26 -07:00
parent 9dc5644264
commit ef76a81cd5

View File

@@ -10,6 +10,38 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2025-07-03T12:00:00-07:00`,
product: 'app',
version: `0.10.0`,
body: `### Added
- Added Skins page as a beta feature. There may be some minor bugs with it, but we'd love to get user feedback on this feature as it's been one of our most highly requested features.
- Save as many of your own skins as you'd like to swap between them at any moment.
- Pick a default cape, or override the cape on any of your saved skin profiles to tailor each look perfectly.
- Choose between any of the default Minecraft skins.
### Improvements
- Updated News section to pull data from our new custom news feed.
- Fixed videos from GitHub not working in project descriptions.
- Fixed data related to a world not being deleted from the database when the world was deleted.
- Standardized relative date timestamps across the app.
- Fixed 'Reset icon' button for Singleplayer worlds state not being reset when opening the Edit interface.
- Fixed 'Repair' button showing while an instance is installing.
- Fixed instances with non-UTF8 text files failing to launch or import.
- Fixed launch hooks being unable to be cleared on an instance.
- Fixed search results breaking if page number goes out of bounds.
- Fixed servers running old Minecraft versions not showing last played time.`,
},
{
date: `2025-06-30T19:15:00-07:00`,
product: 'web',
body: `### Added
- Added news page, with all our old blog posts now hosted on our website.
### Improvements
- Changed download count rounding to be more precise.
- Fixed Creator Monetization Program page to show accurate information again.`,
},
{
date: `2025-06-30T19:15:00-07:00`,
product: 'web',