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:
WithoutPants
2024-08-28 09:19:50 +10:00
committed by GitHub
parent c74456c07e
commit b1b223c90a
8 changed files with 42 additions and 26 deletions

View File

@@ -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",

View File

@@ -0,0 +1 @@
Tagger settings have been reset, but are now persisted between browser sessions. `Show male performers` and `Set Tags` are now defaulted to true. Please verify your settings before using the Tagger.