Skip to content

Commit

Permalink
Release 25.0.0-alpha13
Browse files Browse the repository at this point in the history
Changed
- Performance improvements on item list
- Rework feed and global sort ordering
- Add 'r' shortkey to refresh feed and item list
- Show automatically new news items on VueJS implementation (#2502)
- Show when feeds and folder have errors
- Add keyboard shortcuts 'd', 'f', 'c' and 'v' to switch between feeds and folders

Fixed
- starred items in a feed can prevent further scrolling
- j shortcut doesn't load more items in infinite scroll (#2847)
- Feed ordering uses wrong values (#2846)
- Folders and Feeds in Sidebar are not sorted alphabetically (#2838)
- Unread Counter becomes negative (#2839)

Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Nov 7, 2024
1 parent 1b6b7e0 commit 202347e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
# Unreleased
## [25.x.x]
### Changed

### Fixed

# Releases
## [25.0.0-alpha13] - 2024-11-07
### Changed
- Performance improvements on item list
- Rework feed and global sort ordering
- Add 'r' shortkey to refresh feed and item list
Expand All @@ -21,7 +27,6 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
- Folders and Feeds in Sidebar are not sorted alphabetically (#2838)
- Unread Counter becomes negative (#2839)

# Releases
## [25.0.0-alpha12] - 2024-10-23
### Changed
- Feed ordering will now be used for sorting items (#2678)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new)
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
]]></description>
<version>25.0.0-alpha12</version>
<version>25.0.0-alpha13</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down

0 comments on commit 202347e

Please sign in to comment.