Skip to content

Commit 8591bc8

Browse files
authored
feat: changelog app 0.14.7 (#6419)
1 parent 01fd18d commit 8591bc8

2 files changed

Lines changed: 26 additions & 6 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
22
"prettier.endOfLine": "lf",
33
"editor.formatOnSave": true,
4-
"eslint.validate": [
5-
"javascript",
6-
"javascriptreact",
7-
"typescript",
8-
"typescriptreact"
9-
],
4+
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
105
"editor.detectIndentation": false,
116
"editor.insertSpaces": false,
127
"files.eol": "\n",

packages/blog/changelog.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,31 @@ export type VersionEntry = {
1010
}
1111

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2026-06-16T18:58:45+00:00`,
15+
product: 'app',
16+
version: '0.14.7',
17+
body: `## Added
18+
- Warning modal before deleting content that other content in the instance depends on.
19+
20+
## Changed
21+
- Improved folder filtering when exporting a modpack from an instance.
22+
- Improved error messages when parts of the Modrinth API are unavailable.
23+
24+
## Fixed
25+
- Fixed the Content tab showing updates for installed content when the recommended version used the same file as installed.
26+
- Fixed automatically installed dependencies not appearing as installed when installing content from the Discover page.
27+
- Fixed the search filter for older game versions.
28+
- Fixed bulk action content modals sometimes saying no projects were selected.
29+
- Fixed the Content tab multi-select bar shifting when modals were opened.`,
30+
},
31+
{
32+
date: `2026-06-16T18:58:45+00:00`,
33+
product: 'web',
34+
body: `## Fixed
35+
- Fixed Babric project versions being detected as Fabric versions.
36+
- Fixed the search filter for older game versions.`,
37+
},
1338
{
1439
date: `2026-06-11T19:05:19+00:00`,
1540
product: 'app',

0 commit comments

Comments
 (0)