changelog

This commit is contained in:
Prospector
2026-07-25 18:32:56 -07:00
parent b96a1cfa58
commit 54cc1898fa
+10
View File
@@ -10,6 +10,16 @@ export type VersionEntry = {
} }
const VERSIONS: 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`, date: `2026-07-24T18:04:04+00:00`,
product: 'app', product: 'app',