You've already forked AstralRinth
forked from didirus/AstralRinth
update changelog + enable medal
This commit is contained in:
@@ -25,7 +25,7 @@ export const DEFAULT_FEATURE_FLAGS = validateValues({
|
|||||||
|
|
||||||
// Feature toggles
|
// Feature toggles
|
||||||
projectTypesPrimaryNav: false,
|
projectTypesPrimaryNav: false,
|
||||||
enableMedalPromotion: false,
|
enableMedalPromotion: true,
|
||||||
hidePlusPromoInUserMenu: false,
|
hidePlusPromoInUserMenu: false,
|
||||||
oldProjectCards: true,
|
oldProjectCards: true,
|
||||||
newProjectCards: false,
|
newProjectCards: false,
|
||||||
|
|||||||
@@ -11,10 +11,17 @@ export type VersionEntry = {
|
|||||||
|
|
||||||
const VERSIONS: VersionEntry[] = [
|
const VERSIONS: VersionEntry[] = [
|
||||||
{
|
{
|
||||||
date: `2025-08-18T11:25:00-07:00`,
|
date: `2025-08-19T11:10:00-07:00`,
|
||||||
|
product: 'servers',
|
||||||
|
body: `### Improvements
|
||||||
|
- Improved upgrading experience.`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
date: `2025-08-19T11:10:00-07:00`,
|
||||||
product: 'web',
|
product: 'web',
|
||||||
body: `### Improvements
|
body: `### Improvements
|
||||||
- Added Modrinth Servers free trial promotion in partnership with Medal.`,
|
- Added Modrinth Servers free trial promotion in partnership with Medal.
|
||||||
|
- Fixed typo in revenue page.`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
date: `2025-08-18T09:10:00-07:00`,
|
date: `2025-08-18T09:10:00-07:00`,
|
||||||
|
|||||||
Reference in New Issue
Block a user