From dc498f4c9e71338bfd574b2fe80a17348e224f2a Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 15 Apr 2026 10:27:09 +0800 Subject: [PATCH] release(desktop): release v1.6.1 --- apps/desktop/changelog/1.6.1.md | 22 ++++++++++++++++++++++ apps/desktop/changelog/next.md | 13 +------------ apps/desktop/package.json | 6 +++--- apps/desktop/release.json | 2 +- 4 files changed, 27 insertions(+), 16 deletions(-) create mode 100644 apps/desktop/changelog/1.6.1.md diff --git a/apps/desktop/changelog/1.6.1.md b/apps/desktop/changelog/1.6.1.md new file mode 100644 index 000000000..679dfeae8 --- /dev/null +++ b/apps/desktop/changelog/1.6.1.md @@ -0,0 +1,22 @@ +# What's new in v1.6.1 + +## Shiny new things + +- Added Spotlight settings with refined highlighting controls +- Unified desktop updates with the OTA service for more consistent delivery + +## Improvements + +- Moved desktop text-to-speech playback to the Folo service +- Improved update compatibility handling and release metadata generation + +## No longer broken + +- Fixed regressions in desktop update and release flows +- Fixed PDF export layout and branding +- Fixed future credit reset dates in AI chat +- Fixed PlayerProgress switching to hour formatting too late + +## Thanks + +Special thanks to volunteer contributor @kuishou68 for their valuable contribution diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index c755406d0..8f5eac449 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -2,21 +2,10 @@ ## Shiny new things -- Added Spotlight settings with refined highlighting controls -- Unified desktop updates with the OTA service for more consistent delivery - ## Improvements -- Moved desktop text-to-speech playback to the Folo service -- Improved update compatibility handling and release metadata generation - ## No longer broken -- Fixed regressions in desktop update and release flows -- Fixed PDF export layout and branding -- Fixed future credit reset dates in AI chat -- Fixed PlayerProgress switching to hour formatting too late - ## Thanks -Special thanks to volunteer contributor @kuishou68 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 0f3c779e0..7d879b7aa 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "Folo", "type": "module", - "version": "1.6.0", + "version": "1.6.1", "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.0", + "runtimeVersion": "1.6.1", "productName": "Folo", - "mainHash": "a146c17f95d7c9383634b40eb933d796eae25c079bba41a0e4a3cdfc62f2dace" + "mainHash": "6135b4a64577e6f5b0668b388e8defb987c4a52626594c7eb1b8684c49efe0e6" } diff --git a/apps/desktop/release.json b/apps/desktop/release.json index 9e7bfd1d9..95200dde9 100644 --- a/apps/desktop/release.json +++ b/apps/desktop/release.json @@ -1,5 +1,5 @@ { - "version": "1.6.0", + "version": "1.6.1", "mode": "build", "runtimeVersion": null, "channel": null