Skip to content

Commit

Permalink
Release 25.0.0-alpha11
Browse files Browse the repository at this point in the history
Fixed
- First features for user settings after vue migration (#2795)
- scroll stops after first bunch of items when they are marked read during scroll (#2814)
- marked read items disappear when showAll is disabled in folder or feed view (#2814)
- Feed item lists are merged when filtered (#2516)
- Mark as read on Scroll (#2503)
- Open news with the last viewed feed or folder (#2507)

Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Oct 19, 2024
1 parent 41801dc commit b7b5690
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* [Sean Molenaar](mailto:[email protected])
* [anoy](mailto:[email protected])
* [Morris Jobke](mailto:[email protected])
* [Jimmy Huynh](mailto:[email protected])
* [Wolfgang](mailto:[email protected])
* [Jimmy Huynh](mailto:[email protected])
* [Aurélien](mailto:[email protected])
* [Jan-Christoph Borchardt](mailto:[email protected])
* [Daniel Schaal](mailto:[email protected])
Expand Down
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
### Changed

### Fixed


# Releases
## [25.0.0-alpha11] - 2024-10-19
### Fixed
- First features for user settings after vue migration (#2795)
- fix formatting in navigation.scss to make styleint happy
- scroll stops after first bunch of items when they are marked read during scroll
- marked read items disappear when showAll is disabled in folder or feed view
- scroll stops after first bunch of items when they are marked read during scroll (#2814)
- marked read items disappear when showAll is disabled in folder or feed view (#2814)
- Feed item lists are merged when filtered (#2516)
- Mark as read on Scroll (#2503)
- Open news with the last viewed feed or folder (#2507)

# Releases
## [25.0.0-alpha10] - 2024-10-14
### Changed
- Require NC 29 or 30, dropped support for NC 28
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-alpha10</version>
<version>25.0.0-alpha11</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down

0 comments on commit b7b5690

Please sign in to comment.