mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Add 0.29 release notes (#6144)
* Add 0.29 release notes * Add optional release notes to changelog entries
This commit is contained in:
@@ -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",
|
||||
|
||||
3
ui/v2.5/src/docs/en/ReleaseNotes/v0290.md
Normal file
3
ui/v2.5/src/docs/en/ReleaseNotes/v0290.md
Normal 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).
|
||||
Reference in New Issue
Block a user