From 94a20449a6714e235628abcd29cc0ddec2b8e041 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 30 Apr 2026 17:49:16 +0800 Subject: [PATCH 1/4] docs(desktop): prepare release inputs --- apps/desktop/changelog/next.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index 8f5eac449a..53ed6a55bc 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -1,11 +1,18 @@ # What's new in vNEXT_VERSION -## Shiny new things - ## Improvements +- Removed the connection status indicator from the desktop app + ## No longer broken +- Fixed duplicate desktop auth session cookies +- Fixed session refresh after cookie updates +- Fixed returning through the Discover route +- Fixed desktop download link +- Fixed MAS review state detection from OTA versions +- Extended API request timeouts + ## Thanks -Special thanks to volunteer contributors @ for their valuable contributions +Special thanks to volunteer contributor @cuikaipeng for their valuable contribution From 1cf6d0b63749e5237298c5cfa1dfed6f3f2cd75e Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 30 Apr 2026 17:49:25 +0800 Subject: [PATCH 2/4] docs(mobile): prepare release metadata --- apps/mobile/changelog/next.md | 7 +++---- apps/mobile/release-plan.json | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index 000f858e3d..ad53232412 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -2,10 +2,9 @@ ## Shiny new things -## Improvements +- Added OTA version details to About ## No longer broken -## Thanks - -Special thanks to volunteer contributors @ for their valuable contributions +- Fixed session refresh after cookie updates +- Extended API request timeouts diff --git a/apps/mobile/release-plan.json b/apps/mobile/release-plan.json index 0a4e0fb6f6..74637e8710 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" } From ed40cb4de6254e728ec86bdc8747c9fc28b68256 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 30 Apr 2026 17:54:13 +0800 Subject: [PATCH 3/4] release(desktop): release v1.7.0 --- apps/desktop/changelog/1.7.0.md | 18 ++++++++++++++++++ apps/desktop/changelog/next.md | 13 +++---------- apps/desktop/package.json | 6 +++--- apps/desktop/release.json | 2 +- 4 files changed, 25 insertions(+), 14 deletions(-) create mode 100644 apps/desktop/changelog/1.7.0.md diff --git a/apps/desktop/changelog/1.7.0.md b/apps/desktop/changelog/1.7.0.md new file mode 100644 index 0000000000..f991bf9406 --- /dev/null +++ b/apps/desktop/changelog/1.7.0.md @@ -0,0 +1,18 @@ +# What's new in v1.7.0 + +## Improvements + +- Removed the connection status indicator from the desktop app + +## No longer broken + +- Fixed duplicate desktop auth session cookies +- Fixed session refresh after cookie updates +- Fixed returning through the Discover route +- Fixed desktop download link +- Fixed MAS review state detection from OTA versions +- Extended API request timeouts + +## Thanks + +Special thanks to volunteer contributor @cuikaipeng for their valuable contribution diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index 53ed6a55bc..8f5eac449a 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -1,18 +1,11 @@ # What's new in vNEXT_VERSION -## Improvements +## Shiny new things -- Removed the connection status indicator from the desktop app +## Improvements ## No longer broken -- Fixed duplicate desktop auth session cookies -- Fixed session refresh after cookie updates -- Fixed returning through the Discover route -- Fixed desktop download link -- Fixed MAS review state detection from OTA versions -- Extended API request timeouts - ## Thanks -Special thanks to volunteer contributor @cuikaipeng for their valuable contribution +Special thanks to volunteer contributors @ for their valuable contributions diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 7d879b7aa6..4aca618c11 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "Folo", "type": "module", - "version": "1.6.1", + "version": "1.7.0", "private": true, "description": "Follow everything in one place", "author": "Folo Team", @@ -96,7 +96,7 @@ "vite-plugin-route-builder": "0.4.1", "vite-tsconfig-paths": "6.1.1" }, - "runtimeVersion": "1.6.1", + "runtimeVersion": "1.7.0", "productName": "Folo", - "mainHash": "6135b4a64577e6f5b0668b388e8defb987c4a52626594c7eb1b8684c49efe0e6" + "mainHash": "524fdb3b17478aa5705bc86d0a1550b322c58e1605f1cd28acbf88dbdbb18629" } diff --git a/apps/desktop/release.json b/apps/desktop/release.json index 95200dde93..f758894c7a 100644 --- a/apps/desktop/release.json +++ b/apps/desktop/release.json @@ -1,5 +1,5 @@ { - "version": "1.6.1", + "version": "1.7.0", "mode": "build", "runtimeVersion": null, "channel": null From 23ac8bc5026ed0022c39baacb95848687062aa88 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 30 Apr 2026 17:56:59 +0800 Subject: [PATCH 4/4] docs(desktop): restore mobile release inputs --- apps/mobile/changelog/next.md | 7 ++++--- apps/mobile/release-plan.json | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index ad53232412..000f858e3d 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -2,9 +2,10 @@ ## Shiny new things -- Added OTA version details to About +## Improvements ## No longer broken -- Fixed session refresh after cookie updates -- Extended API request timeouts +## Thanks + +Special thanks to volunteer contributors @ for their valuable contributions diff --git a/apps/mobile/release-plan.json b/apps/mobile/release-plan.json index 74637e8710..0a4e0fb6f6 100644 --- a/apps/mobile/release-plan.json +++ b/apps/mobile/release-plan.json @@ -1,5 +1,5 @@ { - "mode": "ota", - "runtimeVersion": "0.5.0", - "channel": "production" + "mode": "store", + "runtimeVersion": null, + "channel": null }