docs: update changelog
This commit is contained in:
parent
ed982484d7
commit
219e122984
|
|
@ -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)
|
||||
|
||||

|
||||
## No longer broken
|
||||
|
||||
- Redesign the style of the search card in discover to more intuitively display the update time.
|
||||
|
||||

|
||||
|
||||
- Redesign the UI and interaction of the entry content's header. More concise and lively.
|
||||
|
||||

|
||||
|
||||
## 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)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# What's new in vNEXT_VERSION
|
||||
|
||||
## New Features
|
||||
## Shiny new things
|
||||
|
||||
## Improvements
|
||||
|
||||
## Bug Fixes
|
||||
## No longer broken
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# What's New in vNEXT_VERSION
|
||||
|
||||
## New Features
|
||||
## Shiny new things
|
||||
|
||||
## Improvements
|
||||
|
||||
## Bug Fixes
|
||||
## No longer broken
|
||||
|
|
|
|||
Loading…
Reference in New Issue