Skip to content

Commit b4cb207

Browse files
authored
Merge pull request #4234 from RSSNext/release/desktop/0.6.3
release(desktop): Release v0.6.3
2 parents 04da490 + 0cbdf4a commit b4cb207

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

apps/desktop/changelog/0.6.3.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# What's new in v0.6.3
2+
3+
## Shiny new things
4+
5+
- Hide From Timeline option for subscriptions to make your timeline cleaner.
6+
- BitTorrent attachment support and qBittorrent integration.
7+
8+
## Improvements
9+
10+
- Clearer loading indicators for both the entry list and the subscription list (e81220d)
11+
- The hyperlink in the article preview has been added with an emphasis color. (db67ec8)
12+
- Search results now persist across navigation.
13+
- Sort feed by subscription count or update per week in feed management.
14+
- Notification support for inbox.
15+
16+
## No longer broken
17+
18+
- Fresh entries are no longer incorrectly auto‑marked as read after a list refresh. (d3d1e05)
19+
- Fixed the timing of masonry column width calculations to avoid layout glitches. (17389d9)
20+
- Removed placeholders in the picture waterfall view to prevent incorrectly layout redraws. (3c4b152)
21+
- Corrected initial height calculation for items in the picture waterfall view. (82a3537)
22+
- Fixed the Microsoft Store build not being recognized by deep links. (943ef31)
23+
- Right-click context menu shortcut can't trigger the context menu. (b44bf71)
24+
- Text in the social media view is now selectable.
25+
- Translation settings can not be toggled.
26+
- Fixed can not mark read/unread for starred entries.
27+
- Feeds with invalid site URLs being hidden in the feed list.
28+
- List with unread entries being hidden when Hide Read option is enabled.
29+
- Inbox can not receive text only emails like Gmail Forward verification.
30+
31+
## Thanks
32+
33+
Special thanks to volunteer contributors @kovsu, @cscnk52, @yansq, @hellosunghyun for their valuable contributions

apps/desktop/layer/renderer/src/pages/settings/(settings)/ai.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const loader = defineSettingPageData({
99
icon: iconName,
1010
name: "titles.ai",
1111
priority,
12+
hideIf: (_ctx, serverConfigs) => !serverConfigs?.AI_CHAT_ENABLED,
1213
})
1314

1415
export function Component() {

apps/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Folo",
33
"type": "module",
4-
"version": "0.6.2",
4+
"version": "0.6.3",
55
"private": true,
66
"description": "Follow everything in one place",
77
"author": "Folo Team",
@@ -89,5 +89,5 @@
8989
"vite-tsconfig-paths": "5.1.4"
9090
},
9191
"productName": "Folo",
92-
"mainHash": "5cd744fea8ca1ae20151247894f9913545e7d307f8a0f324a5fb299a0432de4e"
92+
"mainHash": "7247ff064ca9ecceac8fbc3da936ff92a4d3470aff141f0f8e0a00b67812d123"
9393
}

0 commit comments

Comments
 (0)