release(desktop): release v0.8.0
This commit is contained in:
parent
53ec8ec512
commit
731834153c
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue