From ed40cb4de6254e728ec86bdc8747c9fc28b68256 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 30 Apr 2026 17:54:13 +0800 Subject: [PATCH] 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 000000000..f991bf940 --- /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 53ed6a55b..8f5eac449 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -1,18 +1,11 @@ # 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 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 7d879b7aa..4aca618c1 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 95200dde9..f758894c7 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