Skip to content

Commit 45d63a2

Browse files
committed
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 <[email protected]>
1 parent a646552 commit 45d63a2

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

AUTHORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
* [Lukas Reschke](mailto:[email protected])
3737
* [Tucker McKnight](mailto:[email protected])
3838
* [Valdnet](mailto:[email protected])
39+
* [devlinjunker](mailto:[email protected])
3940
* [Bart Visscher](mailto:[email protected])
4041
* [Christian Elmer](mailto:[email protected])
4142
* [Nicolas Wendling](mailto:[email protected])
4243
* [Thomas Tanghus](mailto:[email protected])
4344
* [Volkan Gezer](mailto:[email protected])
4445
* [Xéfir Destiny](mailto:[email protected])
45-
* [devlinjunker](mailto:[email protected])
4646
* [hydrian](mailto:[email protected])
4747
* [Ben Vidulich](mailto:[email protected])
4848
* [Daniel Opitz](mailto:[email protected])

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
77
# Unreleased
88
## [25.x.x]
99
### Changed
10-
- Set mobileLayout to `horizontal-split` and add nav buttons for articles in mobile view
11-
- set the duration after which a feed is considered sleepy to 7 days when using `nextUpdateTime`
12-
- limit the time to the next update to a maximum of 24 hours when using `nextUpdateTime`
1310

1411
### Fixed
15-
- Show error on folders only if at least one feed has more than eight errors
1612

1713
# Releases
14+
## [25.2.1-beta.1] - 2025-01-30
15+
### Changed
16+
- Set mobileLayout to `horizontal-split` and add nav buttons for articles in mobile view (#3046)
17+
- set the duration after which a feed is considered sleepy to 7 days when using `nextUpdateTime` (#3074)
18+
- limit the time to the next update to a maximum of 24 hours when using `nextUpdateTime` (#3074)
19+
20+
### Fixed
21+
- Show error on folders only if at least one feed has more than eight errors (#3073)
22+
1823
## [25.2.0] - 2025-01-10
1924
### Changed
2025
- add explanations for the individual values in the feed information table (#3031)

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new)
2121
2222
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
2323
]]></description>
24-
<version>25.2.0</version>
24+
<version>25.2.1-beta.1</version>
2525
<licence>agpl</licence>
2626
<author>Benjamin Brahmer</author>
2727
<author>Sean Molenaar</author>

0 commit comments

Comments
 (0)