From 749fd3230721455deb8ce3f023c0ac9f0d23dfc2 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Tue, 2 Sep 2025 10:24:29 -0700 Subject: [PATCH] update changelog --- packages/utils/changelog.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index da6a08cd..719a7773 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,16 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-09-02T10:30:00-07:00`, + product: 'web', + body: `### Improvements +- Search query will now reset when you click on the navigation buttons at the top. +- Fixed text animation timing on landing page. +- Fixed file upload buttons on gallery and version pages not being selectable with the keyboard. +- Fixed long creator names overflowing on project pages. +- Fixed project summaries with long words in search results causing overflow issues.`, + }, { date: `2025-09-01T16:20:00-07:00`, product: 'web',