mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Add 0.25.0 changelog
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import v0170 from "./v0170.md";
|
||||
import v0200 from "./v0200.md";
|
||||
import v0240 from "./v0240.md";
|
||||
import v0250 from "./v0250.md";
|
||||
|
||||
export interface IReleaseNotes {
|
||||
// handle should be in the form of YYYYMMDD
|
||||
@@ -10,6 +11,11 @@ export interface IReleaseNotes {
|
||||
}
|
||||
|
||||
export const releaseNotes: IReleaseNotes[] = [
|
||||
{
|
||||
date: 20240228,
|
||||
version: "v0.25.0",
|
||||
content: v0250,
|
||||
},
|
||||
{
|
||||
date: 20231212,
|
||||
version: "v0.24.0",
|
||||
|
||||
1
ui/v2.5/src/docs/en/ReleaseNotes/v0250.md
Normal file
1
ui/v2.5/src/docs/en/ReleaseNotes/v0250.md
Normal file
@@ -0,0 +1 @@
|
||||
A number of settings and tasks are now only available when `Advanced Mode` is set to true in the settings, including the `Auto Tag` and `Identify` tasks.
|
||||
Reference in New Issue
Block a user