Add changelog for 0.24.0 (#4380)

This commit is contained in:
WithoutPants
2023-12-20 13:32:35 +11:00
committed by GitHub
parent e8af3c8e98
commit e304d981d0
2 changed files with 41 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ import V0200 from "src/docs/en/Changelog/v0200.md";
import V0210 from "src/docs/en/Changelog/v0210.md";
import V0220 from "src/docs/en/Changelog/v0220.md";
import V0230 from "src/docs/en/Changelog/v0230.md";
import V0240 from "src/docs/en/Changelog/v0240.md";
import { MarkdownPage } from "../Shared/MarkdownPage";
const Changelog: React.FC = () => {
@@ -63,9 +64,9 @@ const Changelog: React.FC = () => {
// after new release:
// add entry to releases, using the current* fields
// then update the current fields.
const currentVersion = stashVersion || "v0.23.0";
const currentVersion = stashVersion || "v0.24.0";
const currentDate = buildDate;
const currentPage = V0230;
const currentPage = V0240;
const releases: IStashRelease[] = [
{
@@ -74,6 +75,11 @@ const Changelog: React.FC = () => {
page: currentPage,
defaultOpen: true,
},
{
version: "v0.23.1",
date: "2023-10-14",
page: V0230,
},
{
version: "v0.22.1",
date: "2023-08-21",