mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Add v0230 changelog (#4183)
This commit is contained in:
@@ -27,6 +27,7 @@ import V0190 from "src/docs/en/Changelog/v0190.md";
|
||||
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 { MarkdownPage } from "../Shared/MarkdownPage";
|
||||
|
||||
const Changelog: React.FC = () => {
|
||||
@@ -62,9 +63,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.22.0";
|
||||
const currentVersion = stashVersion || "v0.23.0";
|
||||
const currentDate = buildDate;
|
||||
const currentPage = V0220;
|
||||
const currentPage = V0230;
|
||||
|
||||
const releases: IStashRelease[] = [
|
||||
{
|
||||
@@ -73,6 +74,11 @@ const Changelog: React.FC = () => {
|
||||
page: currentPage,
|
||||
defaultOpen: true,
|
||||
},
|
||||
{
|
||||
version: "v0.22.1",
|
||||
date: "2023-08-21",
|
||||
page: V0220,
|
||||
},
|
||||
{
|
||||
version: "v0.21.0",
|
||||
date: "2023-06-13",
|
||||
|
||||
Reference in New Issue
Block a user