release(desktop): release v1.10.0

This commit is contained in:
DIYgod 2026-06-22 14:57:04 +08:00
parent 8305a5caf4
commit ddef59d1bc
5 changed files with 30 additions and 19 deletions

View File

@ -0,0 +1,16 @@
# What's new in v1.10.0
## 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 contributor @TonyRL for the nested code block fix

View File

@ -1,16 +1,11 @@
# 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 contributor @TonyRL for the nested code block fix
Special thanks to volunteer contributors @ for their valuable contributions

View File

@ -1,7 +1,7 @@
{
"name": "Folo",
"type": "module",
"version": "1.9.0",
"version": "1.10.0",
"private": true,
"description": "Follow everything in one place",
"author": "Folo Team",
@ -98,5 +98,5 @@
},
"runtimeVersion": "1.9.0",
"productName": "Folo",
"mainHash": "0ccdf61724c1dac73e38b9267958138671911ef8cf87830abb9451c2729b9211"
"mainHash": "79b9a1c73ebea4fc92b28cc4952a2fe92557557141b1de0c81074622d8a1f404"
}

View File

@ -1,5 +1,5 @@
{
"mode": "ota",
"runtimeVersion": "1.9.0",
"channel": "stable"
"mode": "build",
"runtimeVersion": null,
"channel": null
}

View File

@ -1,6 +1,6 @@
{
"version": "1.9.0",
"mode": "build",
"runtimeVersion": null,
"channel": null
"version": "1.10.0",
"mode": "ota",
"runtimeVersion": "1.9.0",
"channel": "stable"
}