From c04ffbe0b8c08b87e3aa95bac5b2ca87710dd840 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 12 Apr 2025 16:30:47 +0800 Subject: [PATCH] docs: update changelog --- apps/desktop/changelog/0.4.2.md | 23 ++++++++++++----------- apps/mobile/changelog/0.1.5.md | 33 ++++++++++++++++++--------------- 2 files changed, 30 insertions(+), 26 deletions(-) diff --git a/apps/desktop/changelog/0.4.2.md b/apps/desktop/changelog/0.4.2.md index a58ef73f7..4bf980b1b 100644 --- a/apps/desktop/changelog/0.4.2.md +++ b/apps/desktop/changelog/0.4.2.md @@ -1,27 +1,28 @@ -# What's new in v0.4.2 +# What's New in v0.4.2 ## Shiny new things - Added Cubox integration (#3385) -- Added document links on the actions and discover pages (acdca33) +- Included document links on the actions and discover pages (acdca33) ## Improvements -- Optimized the AI summary styles -- Redesigned the search card style in Discover and displayed feed update time and frequency more intuitively -- Redesigned the header UI and its interactions for a more concise, lively experience +- Optimized AI summary styles +- Redesigned the search card in Discover; now displaying feed update time and frequency more intuitively +- Revamped the header UI and interactions for a more concise, dynamic experience - Removed the mark-as-read confirmation (04e8a48) - Added pulse animation to the skeleton component (#3369) -- Optimized the sort logic for RSSHub instances (a824343) +- Refined the sorting logic for RSSHub instances (a824343) - Enabled AI summary by default (8da8a71) -- Included title and description in the entry sharing copy (#3462) +- Enhanced the entry sharing copy by including both title and description (#3462) +- Displayed text content within video modal preview (#3458) ## No longer broken - Fixed incorrect translation results and formatting (55524b) (#3421) - Restored the entry list header in the inbox -- Fixed masonry layout column adjustments that were not working in some cases (#3425) -- Hid the "open in browser" option when unavailable (ffada7c) -- Corrected the inbox unread count to ensure it was up to date (82baf0b) -- Prevented updates to the inbox unread count for read entries when deleting (c6024e3) +- Resolved issues with masonry layout column adjustments failing in certain cases (#3425) +- Hid the "open in browser" option when it is unavailable (ffada7c) +- Corrected the inbox unread count to ensure it is up to date (82baf0b) +- Prevented updates to the inbox unread count for read entries during deletion (c6024e3) - Fixed an issue where videos were not displayed correctly at times (935e39b) diff --git a/apps/mobile/changelog/0.1.5.md b/apps/mobile/changelog/0.1.5.md index 06f86047f..07a90a784 100644 --- a/apps/mobile/changelog/0.1.5.md +++ b/apps/mobile/changelog/0.1.5.md @@ -2,24 +2,27 @@ ## Shiny new things -- Supported notifications for new entries (#3424) -- Supported unread count badges (#3424) -- Added document links to the actions page (7e553db) -- Supported marking feeds or categories as read (53b2136) -- Supported setting to display detailed unread counts (#3453) +- Added configurable notifications for new entries (#3424) +- Introduced unread count badges (#3424) +- Integrated document links into the actions page (7e553db) +- Enabled marking feeds or categories as read (53b2136) +- Provided an option to display detailed unread counts (#3453) ## Improvements -- Optimized AI summary styles (87aa062) -- Displayed an error message when a feed request failed (#3455) -- Optimized the timeline list separator style (b1c356f) -- Hidden the share button when it was not a feed (#3424) -- Optimized toast styles (83e7764) -- Enabled AI summary by default (8da8a71) +- Enhanced AI summary styles (87aa062) +- Now displays an error message when a feed request fails (#3455) +- Refined the timeline list separator style (b1c356f) +- Concealed the share button when not applicable to a feed (#3424) +- Upgraded toast styles (83e7764) +- Set AI summary to be enabled by default (8da8a71) +- Achieved significant performance improvements (23eaf86) ## No longer broken -- Fixed the inability to share feed URLs (#3424) -- Fixed the subscription list so that it distinguished categories with identical names across different views (d70f082) -- Fixed duplicated menu options (f24f21a) -- Corrected occasionally incorrect entry text positions (17dd1e7) +- Resolved issues preventing sharing of feed URLs (#3424) +- Corrected the subscription list to accurately distinguish categories with identical names across different views (d70f082) +- Eliminated duplicated menu options (f24f21a) +- Adjusted entry text positions to avoid occasional misplacement (17dd1e7) +- Prevented view selector blinking when pressed (d66d49c) +- Fixed a crash caused by loading specific images (7b20633)