From 33bcc2fbdeceedcf0582443327831a36c6990ea4 Mon Sep 17 00:00:00 2001 From: Innei Date: Thu, 24 Jul 2025 15:41:51 +0800 Subject: [PATCH 1/5] release(desktop): release v0.6.3 --- apps/desktop/changelog/0.6.3.md | 11 +++++++++++ apps/desktop/package.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 apps/desktop/changelog/0.6.3.md diff --git a/apps/desktop/changelog/0.6.3.md b/apps/desktop/changelog/0.6.3.md new file mode 100644 index 000000000..aa5a75ab4 --- /dev/null +++ b/apps/desktop/changelog/0.6.3.md @@ -0,0 +1,11 @@ +# What's new in v0.6.3 + +## Shiny new things + +## Improvements + +## No longer broken + +## Thanks + +Special thanks to volunteer contributors @ for their valuable contributions diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 579d5a5c4..a49d604ec 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "Folo", "type": "module", - "version": "0.6.2", + "version": "0.6.3", "private": true, "description": "Follow everything in one place", "author": "Folo Team", @@ -89,5 +89,5 @@ "vite-tsconfig-paths": "5.1.4" }, "productName": "Folo", - "mainHash": "5cd744fea8ca1ae20151247894f9913545e7d307f8a0f324a5fb299a0432de4e" + "mainHash": "7247ff064ca9ecceac8fbc3da936ff92a4d3470aff141f0f8e0a00b67812d123" } From 8d5502cf283ef698ca167d30ba3f4770ca045465 Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Thu, 24 Jul 2025 16:26:14 +0800 Subject: [PATCH 2/5] fix: hide ai settings if not enabled --- apps/desktop/layer/renderer/src/pages/settings/(settings)/ai.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/desktop/layer/renderer/src/pages/settings/(settings)/ai.tsx b/apps/desktop/layer/renderer/src/pages/settings/(settings)/ai.tsx index db2f69524..abcb4d559 100644 --- a/apps/desktop/layer/renderer/src/pages/settings/(settings)/ai.tsx +++ b/apps/desktop/layer/renderer/src/pages/settings/(settings)/ai.tsx @@ -9,6 +9,7 @@ export const loader = defineSettingPageData({ icon: iconName, name: "titles.ai", priority, + hideIf: (_ctx, serverConfigs) => !serverConfigs?.AI_CHAT_ENABLED, }) export function Component() { From 8a3a742073c787c5a79ecbc4e5232905a5357ad1 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 24 Jul 2025 21:04:48 +0800 Subject: [PATCH 3/5] docs: update changelog --- apps/desktop/changelog/0.6.3.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/desktop/changelog/0.6.3.md b/apps/desktop/changelog/0.6.3.md index aa5a75ab4..68a1a9918 100644 --- a/apps/desktop/changelog/0.6.3.md +++ b/apps/desktop/changelog/0.6.3.md @@ -4,8 +4,16 @@ ## Improvements +- Clearer loading indicators for both the entry list and the subscription list (e81220d) + ## No longer broken +- Fresh entries are no longer incorrectly auto‑marked as read after a list refresh. (d3d1e05) +- Fixed the timing of masonry column width calculations to avoid layout glitches. (17389d9) +- Removed placeholders in the picture waterfall view to prevent incorrectly layout redraws. (3c4b152) +- Corrected initial height calculation for items in the picture waterfall view. (82a3537) +- Fixed the Microsoft Store build not being recognized by deep links. (943ef31) + ## Thanks Special thanks to volunteer contributors @ for their valuable contributions From 15db7572fbd6b9c6cb94429c87c0ce3d6494fa29 Mon Sep 17 00:00:00 2001 From: Innei Date: Fri, 25 Jul 2025 00:38:45 +0800 Subject: [PATCH 4/5] chore: update changelog Signed-off-by: Innei --- apps/desktop/changelog/0.6.3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/desktop/changelog/0.6.3.md b/apps/desktop/changelog/0.6.3.md index 68a1a9918..b400836c9 100644 --- a/apps/desktop/changelog/0.6.3.md +++ b/apps/desktop/changelog/0.6.3.md @@ -5,6 +5,7 @@ ## Improvements - Clearer loading indicators for both the entry list and the subscription list (e81220d) +- The hyperlink in the article preview has been added with an emphasis color. (db67ec8) ## No longer broken @@ -13,7 +14,8 @@ - Removed placeholders in the picture waterfall view to prevent incorrectly layout redraws. (3c4b152) - Corrected initial height calculation for items in the picture waterfall view. (82a3537) - Fixed the Microsoft Store build not being recognized by deep links. (943ef31) +- Right-click context menu shortcut can't trigger the context menu. (b44bf71) ## Thanks -Special thanks to volunteer contributors @ for their valuable contributions +Special thanks to volunteer contributors @kovsu, @cscnk52, @yansq, @hellosunghyun for their valuable contributions From 0cbdf4a29c2591e3027438c13f93fe8838d5c15c Mon Sep 17 00:00:00 2001 From: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Date: Fri, 25 Jul 2025 10:02:15 +0800 Subject: [PATCH 5/5] chore: update changelog --- apps/desktop/changelog/0.6.3.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/desktop/changelog/0.6.3.md b/apps/desktop/changelog/0.6.3.md index b400836c9..2d56fa02f 100644 --- a/apps/desktop/changelog/0.6.3.md +++ b/apps/desktop/changelog/0.6.3.md @@ -2,10 +2,16 @@ ## Shiny new things +- Hide From Timeline option for subscriptions to make your timeline cleaner. +- BitTorrent attachment support and qBittorrent integration. + ## Improvements - Clearer loading indicators for both the entry list and the subscription list (e81220d) - The hyperlink in the article preview has been added with an emphasis color. (db67ec8) +- Search results now persist across navigation. +- Sort feed by subscription count or update per week in feed management. +- Notification support for inbox. ## No longer broken @@ -15,6 +21,12 @@ - Corrected initial height calculation for items in the picture waterfall view. (82a3537) - Fixed the Microsoft Store build not being recognized by deep links. (943ef31) - Right-click context menu shortcut can't trigger the context menu. (b44bf71) +- Text in the social media view is now selectable. +- Translation settings can not be toggled. +- Fixed can not mark read/unread for starred entries. +- Feeds with invalid site URLs being hidden in the feed list. +- List with unread entries being hidden when Hide Read option is enabled. +- Inbox can not receive text only emails like Gmail Forward verification. ## Thanks