docs(desktop): prepare release inputs
This commit is contained in:
parent
7cb35c4d7c
commit
8305a5caf4
|
|
@ -1,13 +1,16 @@
|
|||
# What's new in vNEXT_VERSION
|
||||
|
||||
## Shiny new things
|
||||
|
||||
## Improvements
|
||||
|
||||
## No longer broken
|
||||
|
||||
- Fixed duplicated lines in code blocks from feeds that wrap each line in nested divs (e.g., Cloudflare's changelog)
|
||||
- Fixed social timeline scroll reset on view changes
|
||||
- Fixed timeline refreshes returning to the top before new content is rendered
|
||||
- Fixed mark-read state changes while the timeline is being reset
|
||||
- Fixed the recent reader spacer appearing when there are no recent entries
|
||||
- Fixed reading mode content disappearing after translation updates
|
||||
- Fixed streaming TTS scheduling stability
|
||||
- Fixed the Spline AI indicator rendering while idle
|
||||
|
||||
## Thanks
|
||||
|
||||
Special thanks to volunteer contributors @ for their valuable contributions
|
||||
Special thanks to volunteer contributor @TonyRL for the nested code block fix
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"mode": "build",
|
||||
"runtimeVersion": null,
|
||||
"channel": null
|
||||
"mode": "ota",
|
||||
"runtimeVersion": "1.9.0",
|
||||
"channel": "stable"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue