mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Add changelog for 0.24.0 (#4380)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user