diff --git a/apps/desktop/changelog/0.4.2.md b/apps/desktop/changelog/0.4.2.md index f7d8fd30b..a58ef73f7 100644 --- a/apps/desktop/changelog/0.4.2.md +++ b/apps/desktop/changelog/0.4.2.md @@ -1,24 +1,27 @@ # What's new in v0.4.2 -## New Features +## Shiny new things -- Cubox integration (#3385) +- Added Cubox integration (#3385) +- Added document links on the actions and discover pages (acdca33) ## Improvements -- Optimized the AI summary design for improved UI/UX on the homepage. +- 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 +- Removed the mark-as-read confirmation (04e8a48) +- Added pulse animation to the skeleton component (#3369) +- Optimized the sort logic for RSSHub instances (a824343) +- Enabled AI summary by default (8da8a71) +- Included title and description in the entry sharing copy (#3462) -![](https://github.com/RSSNext/assets/blob/main/summary-new-ux.mp4?raw=true) +## No longer broken -- Redesign the style of the search card in discover to more intuitively display the update time. - -![](https://github.com/RSSNext/assets/blob/main/new-search-card.png?raw=true) - -- Redesign the UI and interaction of the entry content's header. More concise and lively. - -![](https://github.com/RSSNext/assets/blob/main/entry-title-design.mp4?raw=true) - -## Bug Fixes - -- Incorrect translation result and format (55524b) (#3421) -- No entry list header for inbox +- 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) +- Fixed an issue where videos were not displayed correctly at times (935e39b) diff --git a/apps/desktop/changelog/next.md b/apps/desktop/changelog/next.md index 17888d80b..62b641fa5 100644 --- a/apps/desktop/changelog/next.md +++ b/apps/desktop/changelog/next.md @@ -1,7 +1,7 @@ # What's new in vNEXT_VERSION -## New Features +## Shiny new things ## Improvements -## Bug Fixes +## No longer broken diff --git a/apps/mobile/changelog/0.1.5.md b/apps/mobile/changelog/0.1.5.md index d4bd17553..06f86047f 100644 --- a/apps/mobile/changelog/0.1.5.md +++ b/apps/mobile/changelog/0.1.5.md @@ -1,14 +1,25 @@ # What's New in v0.1.5 -## New Features +## Shiny new things -- Notification support for new entries and unread count badge (#3424) +- 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) ## Improvements -- Display error message when feed request fails (#3455) +- 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) -## Bug Fixes +## No longer broken -- Can not share feed URL (#3424) -- Share button always exists when it is not a feed (#3424) +- 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) diff --git a/apps/mobile/changelog/next.md b/apps/mobile/changelog/next.md index efca4370b..4ef2c94b6 100644 --- a/apps/mobile/changelog/next.md +++ b/apps/mobile/changelog/next.md @@ -1,7 +1,7 @@ # What's New in vNEXT_VERSION -## New Features +## Shiny new things ## Improvements -## Bug Fixes +## No longer broken