From 8305a5caf495c76a92603fa6d70b07c29793ddcf Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 22 Jun 2026 14:48:43 +0800 Subject: [PATCH] docs(desktop): prepare release inputs --- apps/desktop/changelog/next.md | 13 ++++++++----- apps/desktop/release-plan.json | 6 +++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index f9b6605c3..743f6b5f0 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -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 diff --git a/apps/desktop/release-plan.json b/apps/desktop/release-plan.json index da0a2c1c6..e340e3bfd 100644 --- a/apps/desktop/release-plan.json +++ b/apps/desktop/release-plan.json @@ -1,5 +1,5 @@ { - "mode": "build", - "runtimeVersion": null, - "channel": null + "mode": "ota", + "runtimeVersion": "1.9.0", + "channel": "stable" }