summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2024-10-14 09:42:39 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2024-10-14 12:19:39 +0200
commitd21cb5ae5b0f278dc62cd98fb20c05c79b494141 (patch)
tree31de0fe6ec502f322e94571c07ea7717ca262320
parentcbab999f0dc50861c2a24c7069140e01eb6464eb (diff)
Release 25.0.0-alpha1025.0.0-alpha10
Changed - Require NC 29 or 30, dropped support for NC 28 - Require PHP 8.2 or higher Fixed - Scroll position is not reset when switching between articles & feeds (#2548) - Unread counter does not count down when folders or feeds are marked read (#2800) - Query fetching status didn't work (#2800) - Keyboard shortcuts are active even when searching (#2738) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
2 files changed, 8 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d94ddb8d..fe4ba5e1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,17 +7,20 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
# Unreleased
## [25.x.x]
### Changed
-- Require NC 29
-- Require PHP 8.2 or higher
### Fixed
+
+# Releases
+## [25.0.0-alpha10] - 2024-10-14
+### Changed
+- Require NC 29 or 30, dropped support for NC 28
+- Require PHP 8.2 or higher
+### Fixed
- Scroll position is not reset when switching between articles & feeds (#2548)
- Unread counter does not count down when folders or feeds are marked read (#2800)
- Query fetching status didn't work (#2800)
- Keyboard shortcuts are active even when searching (#2738)
-
-# Releases
## [25.0.0-alpha9] - 2024-10-03
### Fixed
- Use updated user agent when fetching feeds and favicons (#2788)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cc611ede5..4464a13ab 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)
]]></description>
- <version>25.0.0-alpha9</version>
+ <version>25.0.0-alpha10</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>