Skip to content

Commit 67835b0

Browse files
committed
changelog
1 parent 3f93041 commit 67835b0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

packages/utils/changelog.ts

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

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2025-12-19T13:45:00-08:00`,
15+
product: 'web',
16+
body: `## Improvements
17+
- Improved the version creation and editing from feedback we have received:
18+
- Made it easier to edit exactly what you want to about a version.
19+
- Restored the ability to create and edit versions and gallery images from the public pages.
20+
- Changelog stage is now larger.
21+
- Fixed modpack uploading.
22+
- Fixed version subtitle being limited to 32 characters.
23+
- Fixed version links after editing.
24+
- Fixed dependency search only showing mod projects.`,
25+
},
1326
{
1427
date: `2025-12-18T13:40:00-08:00`,
1528
product: 'web',

0 commit comments

Comments
 (0)