From 7ab5f19d1a802ff657efaa5b0df1e92f916b4f93 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 19 Oct 2024 11:22:33 +0200 Subject: [PATCH] Release 25.0.0-alpha11 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 --- AUTHORS.md | 2 +- CHANGELOG.md | 11 +++++++---- appinfo/info.xml | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3489fbf3a..58e704218 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -11,8 +11,8 @@ * [Sean Molenaar](mailto:SMillerDev@users.noreply.github.com) * [anoy](mailto:anoymouserver+github@mailbox.org) * [Morris Jobke](mailto:hey@morrisjobke.de) -* [Jimmy Huynh](mailto:jimmy.huynh@etu.unistra.fr) * [Wolfgang](mailto:github@linux-dude.de) +* [Jimmy Huynh](mailto:jimmy.huynh@etu.unistra.fr) * [Aurélien](mailto:dav.aurelien@gmail.com) * [Jan-Christoph Borchardt](mailto:hey@jancborchardt.net) * [Daniel Schaal](mailto:daniel@schaal.email) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d50b3e2..af13ab5fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appinfo/info.xml b/appinfo/info.xml index 4464a13ab..426d9f518 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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) ]]> - 25.0.0-alpha10 + 25.0.0-alpha11 agpl Benjamin Brahmer Sean Molenaar