From 5e098f8d191a4edb11bd038fe55c2ca1aa30d1d0 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Tue, 12 May 2026 17:30:43 +0800 Subject: [PATCH] docs(mobile): prepare release metadata --- apps/desktop/changelog/next.md | 10 ++++------ apps/mobile/changelog/next.md | 10 +++------- apps/mobile/release-plan.json | 6 +++--- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index 5e470c50a..8f5eac449 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -2,12 +2,10 @@ ## Shiny new things -- Added an Eagle action to image context menus +## Improvements ## No longer broken -- Fixed tray menu refreshes losing the active tray instance -- Fixed desktop auth cookies missing max-age persistence -- Fixed unavailable AI summaries breaking summary state -- Fixed final entries and mark-read footers near the end of entry lists -- Delayed feed error indicators to avoid premature error states +## Thanks + +Special thanks to volunteer contributors @ for their valuable contributions diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index 000f858e3..46a48ce9a 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -1,11 +1,7 @@ # What's New in vNEXT_VERSION -## Shiny new things - -## Improvements - ## No longer broken -## Thanks - -Special thanks to volunteer contributors @ for their valuable contributions +- Fixed sign out leaving mobile auth storage behind +- Fixed unavailable AI summaries breaking summary state +- Fixed final entries and mark-read footers near the end of entry lists diff --git a/apps/mobile/release-plan.json b/apps/mobile/release-plan.json index 0a4e0fb6f..74637e871 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.0", + "channel": "production" }