From aebf08579ef4ed04f2d24ca2d8b17a98ce82dd4a Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 30 Jan 2025 12:11:37 +0100 Subject: [PATCH] Release 25.2.1-beta.1 Changed - Set mobileLayout to `horizontal-split` and add nav buttons for articles in mobile view (#3046) - set the duration after which a feed is considered sleepy to 7 days when using `nextUpdateTime` (#3074) - limit the time to the next update to a maximum of 24 hours when using `nextUpdateTime` (#3074) Fixed - Show error on folders only if at least one feed has more than eight errors (#3073) Signed-off-by: Benjamin Brahmer --- AUTHORS.md | 2 +- CHANGELOG.md | 13 +++++++++---- appinfo/info.xml | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index f7f50609e..f19e48a35 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -36,13 +36,13 @@ * [Lukas Reschke](mailto:lukas@owncloud.com) * [Tucker McKnight](mailto:tucker.mcknight@gmail.com) * [Valdnet](mailto:47037905+Valdnet@users.noreply.github.com) +* [devlinjunker](mailto:devlin.junker@gmail.com) * [Bart Visscher](mailto:bartv@thisnet.nl) * [Christian Elmer](mailto:christian@keinkurt.de) * [Nicolas Wendling](mailto:nicolas.wendling1011@gmail.com) * [Thomas Tanghus](mailto:thomas@tanghus.net) * [Volkan Gezer](mailto:volkangezer@gmail.com) * [Xéfir Destiny](mailto:xefir@crystalyx.net) -* [devlinjunker](mailto:devlin.junker@gmail.com) * [hydrian](mailto:ben.tyger@tygerclan.net) * [Ben Vidulich](mailto:ben@vidulich.nz) * [Daniel Opitz](mailto:danopz@users.noreply.github.com) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c0e715e..fddadcd12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,19 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the # Unreleased ## [25.x.x] ### Changed -- Set mobileLayout to `horizontal-split` and add nav buttons for articles in mobile view -- set the duration after which a feed is considered sleepy to 7 days when using `nextUpdateTime` -- limit the time to the next update to a maximum of 24 hours when using `nextUpdateTime` ### Fixed -- Show error on folders only if at least one feed has more than eight errors # Releases +## [25.2.1-beta.1] - 2025-01-30 +### Changed +- Set mobileLayout to `horizontal-split` and add nav buttons for articles in mobile view (#3046) +- set the duration after which a feed is considered sleepy to 7 days when using `nextUpdateTime` (#3074) +- limit the time to the next update to a maximum of 24 hours when using `nextUpdateTime` (#3074) + +### Fixed +- Show error on folders only if at least one feed has more than eight errors (#3073) + ## [25.2.0] - 2025-01-10 ### Changed - add explanations for the individual values in the feed information table (#3031) diff --git a/appinfo/info.xml b/appinfo/info.xml index e3b6369a8..55f8d0ba3 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.2.0 + 25.2.1-beta.1 agpl Benjamin Brahmer Sean Molenaar