From 54cc1898fa8093b43438921870359b2e7fa584e7 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sat, 25 Jul 2026 18:32:56 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 7e2f76dea..77fae1170 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,16 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-07-26T01:32:43+00:00`, + product: 'web', + body: `## Changed +- Allow crowdin badges to bypass the image proxy. +- Bio and Username fields in profile settings now show the character limit. + +## Fixed +- Fixed project moderation page banners and info messages not showing for non-staff users.`, + }, { date: `2026-07-24T18:04:04+00:00`, product: 'app',