Skip to content

Commit ee0c4fe

Browse files
committed
Release 25.2.0
Changed - add explanations for the individual values in the feed information table (#3031) - show error message from `opml` import in web-ui (#3036) - disable new setting "nextUpdateTime" introduced in #2999 by default (#3039) Fixed - fix proxy port removed if standard port for the protocol (#3027) - background updater may stumble over invalid datetime strings from feeds (#3028) Signed-off-by: Benjamin Brahmer <[email protected]>
1 parent 51cc3e8 commit ee0c4fe

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

AUTHORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
* [bluehaze](mailto:[email protected])
5555
* [darkside40](mailto:[email protected])
5656
* [nachoparker](mailto:[email protected])
57+
* [Arthur Schiwon](mailto:[email protected])
5758
* [Brice Maron](mailto:[email protected])
5859
* [Christoph Stenglein](mailto:[email protected])
5960
* [Daniel Kesselberg](mailto:[email protected])
@@ -104,7 +105,6 @@
104105
* [Andrea Boero](mailto:[email protected])
105106
* [Andreas Demmelbauer](mailto:[email protected])
106107
* [Artem Lavrukhin](mailto:[email protected])
107-
* [Arthur Schiwon](mailto:[email protected])
108108
* [Aurelien DAVID](mailto:[email protected])
109109
* [Aurelien DAVID](mailto:[email protected])
110110
* [Benedikt Geißler](mailto:[email protected])

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
66

77
# Unreleased
88
## [25.x.x]
9+
10+
11+
# Releases
12+
## [25.0.0] - 2025-01-10
913
### Changed
10-
- add explanations for the individual values in the feed information table
11-
- show error message from `opml` import in web-ui
12-
- disable new setting "nextUpdateTime" introduced in #2999 by default
14+
- add explanations for the individual values in the feed information table (#3031)
15+
- show error message from `opml` import in web-ui (#3036)
16+
- disable new setting "nextUpdateTime" introduced in #2999 by default (#3039)
1317

1418
### Fixed
1519
- fix proxy port removed if standard port for the protocol (#3027)
1620
- background updater may stumble over invalid datetime strings from feeds (#3028)
1721

18-
# Releases
1922
## [25.2.0-beta.3] - 2025-01-04
2023
### Fixed
2124
- style fixes in settings section and feed info table (#3024)

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-beta.3</version>
24+
<version>25.2.0</version>
2525
<licence>agpl</licence>
2626
<author>Benjamin Brahmer</author>
2727
<author>Sean Molenaar</author>

0 commit comments

Comments
 (0)