Add 0.29 release notes (#6144)

* Add 0.29 release notes
* Add optional release notes to changelog entries
This commit is contained in:
WithoutPants
2025-10-16 14:45:29 +11:00
committed by GitHub
parent ce4b86daf5
commit 479ad49e81
3 changed files with 23 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import v0240 from "./v0240.md";
import v0250 from "./v0250.md";
import v0260 from "./v0260.md";
import v0270 from "./v0270.md";
import v0290 from "./v0290.md";
export interface IReleaseNotes {
// handle should be in the form of YYYYMMDD
@@ -13,6 +14,11 @@ export interface IReleaseNotes {
}
export const releaseNotes: IReleaseNotes[] = [
{
date: 20251026,
version: "v0.29.0",
content: v0290,
},
{
date: 20240826,
version: "v0.27.0",

View File

@@ -0,0 +1,3 @@
The Scenes page and related scene list views have been updated with a filter sidebar and a toolbar for filtering and other actions. This design is intended to be applied to other query pages in the following release. The design will be refined based on user feedback.
You can help steer the direction of this design by providing feedback in the [forum thread](https://discourse.stashapp.cc/t/query-page-redesign-feedback-thread-0-29/3935).