Merge beta into release #21

Merged
didirus merged 276 commits from beta into release 2025-11-01 13:04:25 +00:00
Showing only changes of commit 749fd32307 - Show all commits

View File

@@ -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',