From 67835b04a8e6ecbd33babd2e9351985b3d106a5d Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:40:32 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 9072220a..74eb943f 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,19 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-12-19T13:45:00-08:00`, + product: 'web', + body: `## Improvements +- Improved the version creation and editing from feedback we have received: + - Made it easier to edit exactly what you want to about a version. + - Restored the ability to create and edit versions and gallery images from the public pages. + - Changelog stage is now larger. + - Fixed modpack uploading. + - Fixed version subtitle being limited to 32 characters. + - Fixed version links after editing. + - Fixed dependency search only showing mod projects.`, + }, { date: `2025-12-18T13:40:00-08:00`, product: 'web',