diff --git a/.vscode/settings.json b/.vscode/settings.json index 15ef8720e..ce98edfb6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,12 +1,7 @@ { "prettier.endOfLine": "lf", "editor.formatOnSave": true, - "eslint.validate": [ - "javascript", - "javascriptreact", - "typescript", - "typescriptreact" - ], + "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"], "editor.detectIndentation": false, "editor.insertSpaces": false, "files.eol": "\n", diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 3db7e2487..b0f0f8e9d 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,31 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-06-16T18:58:45+00:00`, + product: 'app', + version: '0.14.7', + body: `## Added +- Warning modal before deleting content that other content in the instance depends on. + +## Changed +- Improved folder filtering when exporting a modpack from an instance. +- Improved error messages when parts of the Modrinth API are unavailable. + +## Fixed +- Fixed the Content tab showing updates for installed content when the recommended version used the same file as installed. +- Fixed automatically installed dependencies not appearing as installed when installing content from the Discover page. +- Fixed the search filter for older game versions. +- Fixed bulk action content modals sometimes saying no projects were selected. +- Fixed the Content tab multi-select bar shifting when modals were opened.`, + }, + { + date: `2026-06-16T18:58:45+00:00`, + product: 'web', + body: `## Fixed +- Fixed Babric project versions being detected as Fabric versions. +- Fixed the search filter for older game versions.`, + }, { date: `2026-06-11T19:05:19+00:00`, product: 'app',