From d5875df3f14bb55fec6e084814a92e2522072903 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Tue, 12 May 2026 17:28:05 +0800 Subject: [PATCH] release(desktop): release v1.8.0 --- apps/desktop/changelog/1.8.0.md | 13 +++++++++++++ apps/desktop/changelog/next.md | 10 ++++------ apps/desktop/package.json | 6 +++--- apps/desktop/release.json | 2 +- 4 files changed, 21 insertions(+), 10 deletions(-) create mode 100644 apps/desktop/changelog/1.8.0.md diff --git a/apps/desktop/changelog/1.8.0.md b/apps/desktop/changelog/1.8.0.md new file mode 100644 index 000000000..210bba08f --- /dev/null +++ b/apps/desktop/changelog/1.8.0.md @@ -0,0 +1,13 @@ +# What's new in v1.8.0 + +## Shiny new things + +- Added an Eagle action to image context menus + +## 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 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/desktop/package.json b/apps/desktop/package.json index 4aca618c1..64bee6f9e 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "Folo", "type": "module", - "version": "1.7.0", + "version": "1.8.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.7.0", + "runtimeVersion": "1.8.0", "productName": "Folo", - "mainHash": "524fdb3b17478aa5705bc86d0a1550b322c58e1605f1cd28acbf88dbdbb18629" + "mainHash": "a8b359bbef0d2c49abfae0524d5f13ac5aee26a4b60d0691cca9e9ccc3caddcf" } diff --git a/apps/desktop/release.json b/apps/desktop/release.json index f758894c7..baaa57b92 100644 --- a/apps/desktop/release.json +++ b/apps/desktop/release.json @@ -1,5 +1,5 @@ { - "version": "1.7.0", + "version": "1.8.0", "mode": "build", "runtimeVersion": null, "channel": null