From 760d6400f0897df5b5dda7fcf6eaff5abc2e06d1 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 29 May 2026 15:19:12 +0800 Subject: [PATCH] docs(mobile): prepare release metadata --- apps/mobile/changelog/next.md | 13 ++++++++----- apps/mobile/release-plan.json | 6 +++--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index 000f858e3..af22826ec 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -1,11 +1,14 @@ # What's New in vNEXT_VERSION -## Shiny new things - ## Improvements +- Upgraded AI summaries to a more powerful Kimi model +- Improved scroll mark-read reliability with batched updates, retry handling, and local read-state preservation +- Improved action rule editor state stability +- Routed direct downloads through OTA-backed delivery + ## No longer broken -## Thanks - -Special thanks to volunteer contributors @ for their valuable contributions +- Fixed duplicate shared links from mobile share actions +- Fixed starred collection pagination order +- Fixed unread counts after time-limited mark-read actions diff --git a/apps/mobile/release-plan.json b/apps/mobile/release-plan.json index 0a4e0fb6f..9c818fa2c 100644 --- a/apps/mobile/release-plan.json +++ b/apps/mobile/release-plan.json @@ -1,5 +1,5 @@ { - "mode": "store", - "runtimeVersion": null, - "channel": null + "mode": "ota", + "runtimeVersion": "0.5.3", + "channel": "production" }