mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 22:10:15 +00:00
update date + changelog
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="markdown-body">
|
<div class="markdown-body">
|
||||||
<h1>Content Rules</h1>
|
<h1>Content Rules</h1>
|
||||||
<p><em>Last modified: August 12, 2026</em></p>
|
<p><em>Last modified: August 13, 2026</em></p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
These Content Rules are to be considered part of our
|
These Content Rules are to be considered part of our
|
||||||
|
|||||||
@@ -10,6 +10,26 @@ export type VersionEntry = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const VERSIONS: VersionEntry[] = [
|
const VERSIONS: VersionEntry[] = [
|
||||||
|
{
|
||||||
|
date: `2026-08-13T17:59:06+00:00`,
|
||||||
|
product: 'app',
|
||||||
|
version: '0.17.7',
|
||||||
|
body: `## Added
|
||||||
|
- Added a notification to indicate when modpack export is done.
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
- Improved how disclosures are displayed and added support for basic Markdown functionality.
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
- Fixed modpack export appears to work but fails when imported as an instance.
|
||||||
|
- Fixed modpack export progress bar.`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
date: `2026-08-13T17:59:06+00:00`,
|
||||||
|
product: 'web',
|
||||||
|
body: `## Changed
|
||||||
|
- Improved how disclosures are displayed and added support for basic Markdown functionality.`,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
date: `2026-08-13T16:01:54+00:00`,
|
date: `2026-08-13T16:01:54+00:00`,
|
||||||
product: 'app',
|
product: 'app',
|
||||||
|
|||||||
Reference in New Issue
Block a user