Skip to content

Commit e9dfe1b

Browse files
committed
changelog
1 parent dfb6814 commit e9dfe1b

1 file changed

Lines changed: 23 additions & 8 deletions

File tree

packages/blog/changelog.ts

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

1212
const VERSIONS: VersionEntry[] = [
13-
// {
14-
// date: `2026-04-29T03:54:14+00:00`,
15-
// product: 'app',
16-
// version: '0.13.7',
17-
// body: `## Fixed
18-
// - Fixed Java auto-installation not working on macOS
19-
// - Fix a skin naming error.`,
20-
// },
13+
{
14+
date: `2026-04-29T17:19:44+00:00`,
15+
product: 'app',
16+
version: '0.13.7',
17+
body: `## Added
18+
- Added a warning when installing unknown modpack files to help prevent users from getting tricked into installing malware.
19+
20+
## Changed
21+
- Updated the content downloading and installation notifications to be consistent with other types of notifications.
22+
- Updated the design of the running instances widget in the action bar to be more consistent with our current designs.
23+
- Increased the click target area of the window control buttons on Windows and Linux.
24+
- Changed the name of the button for creating an instance with a modpack to make it clearer what it's for.
25+
26+
## Fixed
27+
- Fixed Java auto-installation not working on macOS
28+
- Fix a skin naming error.`,
29+
},
30+
{
31+
date: `2026-04-29T17:19:44+00:00`,
32+
product: 'hosting',
33+
body: `## Changed
34+
- Changed the name of the button for installing a modpack to make it clearer what it's for.`,
35+
},
2136
{
2237
date: `2026-04-29T03:54:14+00:00`,
2338
product: 'hosting',

0 commit comments

Comments
 (0)