File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,19 @@ export type VersionEntry = {
1010}
1111
1212const 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' ,
You can’t perform that action at this time.
0 commit comments