diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 4f84892f2a..8c17995975 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,45 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-08-18T01:11:08+00:00`, + product: 'app', + version: '0.18.0', + body: `## Added +- Added new Play page, replacing the old Home and Library pages. +- Added an icon creator so you can create icons for your instances if you don't have your own art for it. +- Added a "Getting started" checklist to help you finish setting up the app. + +## Changed +- Improved the create instance menu to make the options clearer and let you search for projects right from the menu. +- Improved the empty states to help guide you to creating an instance. +- Improved the sign-in pop-up for when your Minecraft account is required. +- Skin selector can now be previewed before signing in with your Minecraft account. +- Reintroduced the modpack icon in the content tab's managed content card. +- Renamed "Managed content" -> "Provided content" + +## Fixed +- Fixed hooks and environment variables not saving. +- Fixed hover state on the "Reload to update" button +- Fixed header alignment issue in the browse content page +- Fixed instance icon being deleted after a installing a server project's shared content. +- Fixed flickering on the content tab at specific app window widths. +- Fixed issue where some instances when unlinking a modpack or shared instance, the newly unlinked content would not have updates checked +- Fixed broken gallery image viewer on project pages. +- Attempted to fix bug on macOS that prevented LAN play in some cases.`, + }, + { + date: `2026-08-18T01:11:08+00:00`, + product: 'web', + body: `## Added +- Added placeholder report reasons for AI images and fully AI-generated content. + +## Changed +- Improved site embeds on content without icons and projects/users that cannot be found. + +## Fixed +- Fixed report page failing to load when user is not logged in.`, + }, { date: `2026-08-15T02:19:39+00:00`, product: 'web',