Skip to content

Commit 49dd844

Browse files
authored
feat: changelog app 0.14.8 (#6450)
1 parent 56536ab commit 49dd844

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

packages/blog/changelog.ts

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

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2026-06-19T20:29:45+00:00`,
15+
product: 'app',
16+
version: '0.14.8',
17+
body: `## Changed
18+
- Improved performance of the instance settings modal.
19+
- Updated translations
20+
21+
## Fixed
22+
- Fixed issue in the Content tab where pressing the "Content" button on the linked modpack card would show zero mods in the Modpack content modal for a few seconds.
23+
- Fixed issue with modal close animations.
24+
- Fixed not being able to click scroll bar on "game version" menu when creating new instance.`,
25+
},
26+
{
27+
date: `2026-06-19T20:29:45+00:00`,
28+
product: 'hosting',
29+
body: `## Changed
30+
- Improved performance of the server settings modal.
31+
- Updated translations
32+
33+
## Fixed
34+
- Fixed issue where users were not able to upgrade their Medal servers after the trial expired.`,
35+
},
36+
{
37+
date: `2026-06-19T20:29:45+00:00`,
38+
product: 'web',
39+
body: `## Changed
40+
- Updated translations`,
41+
},
1342
{
1443
date: `2026-06-16T18:58:45+00:00`,
1544
product: 'app',

0 commit comments

Comments
 (0)