mirror of
https://github.com/stashapp/stash.git
synced 2025-12-19 05:14:38 +03:00
Persist tagger settings and change defaults (#5165)
* Persist tagger settings in UIConfig * Show males and set tags by default * Add release note
This commit is contained in:
@@ -3,6 +3,7 @@ import v0200 from "./v0200.md";
|
||||
import v0240 from "./v0240.md";
|
||||
import v0250 from "./v0250.md";
|
||||
import v0260 from "./v0260.md";
|
||||
import v0270 from "./v0270.md";
|
||||
|
||||
export interface IReleaseNotes {
|
||||
// handle should be in the form of YYYYMMDD
|
||||
@@ -12,6 +13,11 @@ export interface IReleaseNotes {
|
||||
}
|
||||
|
||||
export const releaseNotes: IReleaseNotes[] = [
|
||||
{
|
||||
date: 20240826,
|
||||
version: "v0.27.0",
|
||||
content: v0270,
|
||||
},
|
||||
{
|
||||
date: 20240510,
|
||||
version: "v0.26.0",
|
||||
|
||||
Reference in New Issue
Block a user