changelog

This commit is contained in:
Prospector
2026-06-24 00:22:41 -07:00
parent a18f67bf0c
commit 29110890e1
+9
View File
@@ -10,6 +10,14 @@ export type VersionEntry = {
}
const VERSIONS: VersionEntry[] = [
{
date: `2026-06-24T00:30:00-07:00`,
product: 'web',
body: `## Fixed
- Fixed a number of consistency issues across collection, project, and user pages.
- Fixed a number of bugs with the new modpack permissions system.
- Fxied some issues with the new version page.`,
},
{
date: `2026-06-23T19:31:16+00:00`,
product: 'web',
@@ -25,6 +33,7 @@ const VERSIONS: VersionEntry[] = [
- Added members breakdown/filter to revenue analytics.
## Changed
- Overhauled the version page.
- Removed project version's project column when there were multiple projects selected with project version breakdown as it's redundant when project breakdown can be added.
## Fixed