You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/blog/changelog.ts
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,35 @@ export type VersionEntry = {
10
10
}
11
11
12
12
constVERSIONS: 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.`,
0 commit comments