changelog

This commit is contained in:
Prospector
2026-05-02 15:09:31 -07:00
parent 388ba61d15
commit 596fd81348

View File

@@ -10,6 +10,23 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-05-02T22:09:01+00:00`,
product: 'app',
version: '0.13.8',
body: `## Fixed
- Fixed exclude open source filter not working.
- Fixed Central Europe server region not displaying ping in the Modrinth Hosting region selector.`,
},
{
date: `2026-05-02T22:09:01+00:00`,
product: 'web',
body: `## Fixed
- Fixed exclude open source filter not working.
- Fixed 404 error when returning to collections dashboard from a collection page.
- Fixed error loading revenue transfer history page.
- Fixed Central Europe server region not displaying ping in the Modrinth Hosting region selector.`,
},
{
date: `2026-04-29T17:19:44+00:00`,
product: 'app',