From 731834153cd690fc2e0b47ffbeda9d487ba76248 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 23 Oct 2025 16:02:20 +0800 Subject: [PATCH] release(desktop): release v0.8.0 --- apps/desktop/changelog/0.8.0.md | 22 ++++++++++++++++++++++ apps/desktop/changelog/next.md | 13 +------------ apps/desktop/package.json | 4 ++-- 3 files changed, 25 insertions(+), 14 deletions(-) create mode 100644 apps/desktop/changelog/0.8.0.md diff --git a/apps/desktop/changelog/0.8.0.md b/apps/desktop/changelog/0.8.0.md new file mode 100644 index 000000000..8054e9ab0 --- /dev/null +++ b/apps/desktop/changelog/0.8.0.md @@ -0,0 +1,22 @@ +# What's new in v0.8.0 + +## Shiny new things + +- AI Chat for RSS (Folo AI): A personalized, context-aware chat built for readers. The assistant understands your feeds, lists, and reading patterns to help you get more from what you follow. + - Summarize articles, translate content, and get quick explanations—without leaving your timeline. + - Ask feed-aware questions (e.g., “What did I miss this week?”) and receive suggestions tailored to your habits. + - Discover what to read next based on your subscriptions and saved items. + - Streamlined chat UI with context pickers for feeds, entries, and more. + - Early preview: we’ll iterate quickly with your feedback. + - Limited rollout: currently available to a subset of users; we’ll expand testing over time. +- Image Only Mode: Add image only mode for image view (#4423) + +## Improvements + +- Foundations for richer, feed-aware AI features and future extensibility around the chat module. + +## No longer broken + +## Thanks + +Special thanks to volunteer contributors @rien7 for their valuable contributions diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index b3855a7f2..8f5eac449 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -2,21 +2,10 @@ ## Shiny new things -- AI Chat for RSS (Folo AI): A personalized, context-aware chat built for readers. The assistant understands your feeds, lists, and reading patterns to help you get more from what you follow. - - Summarize articles, translate content, and get quick explanations—without leaving your timeline. - - Ask feed-aware questions (e.g., “What did I miss this week?”) and receive suggestions tailored to your habits. - - Discover what to read next based on your subscriptions and saved items. - - Streamlined chat UI with context pickers for feeds, entries, and more. - - Early preview: we’ll iterate quickly with your feedback. - - Limited rollout: currently available to a subset of users; we’ll expand testing over time. -- Image Only Mode: Add image only mode for image view (#4423) - ## Improvements -- Foundations for richer, feed-aware AI features and future extensibility around the chat module. - ## No longer broken ## Thanks -Special thanks to volunteer contributors @rien7 for their valuable contributions +Special thanks to volunteer contributors @ for their valuable contributions diff --git a/apps/desktop/package.json b/apps/desktop/package.json index cdaa0a075..de927dbf0 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "Folo", "type": "module", - "version": "0.7.0", + "version": "0.8.0", "private": true, "description": "Follow everything in one place", "author": "Folo Team", @@ -87,5 +87,5 @@ "vite-tsconfig-paths": "5.1.4" }, "productName": "Folo", - "mainHash": "397ca1830dc371c7a6e7014ede2734a38a88d1265c8a2ccbf61070b4c789f36b" + "mainHash": "1534c6dcd36c924e8e2382159b085c865e5c24a4e08ea4b7f5830372f79978b4" }