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 <info@b-brahmer.de>
1 parent 51cc3e8 commit ee0c4fe

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
* [bluehaze](mailto:francesco.sportolari@gmail.com)
5555
* [darkside40](mailto:darkside401@googlemail.com)
5656
* [nachoparker](mailto:nacho@ownyourbits.com)
57+
* [Arthur Schiwon](mailto:blizzz@arthur-schiwon.de)
5758
* [Brice Maron](mailto:brice@bmaron.net)
5859
* [Christoph Stenglein](mailto:christoph@christophstenglein.com)
5960
* [Daniel Kesselberg](mailto:mail@danielkesselberg.de)
@@ -104,7 +105,6 @@
104105
* [Andrea Boero](mailto:mail@tsumi.it)
105106
* [Andreas Demmelbauer](mailto:git@notice.at)
106107
* [Artem Lavrukhin](mailto:lavryha4590@gmail.com)
107-
* [Arthur Schiwon](mailto:blizzz@arthur-schiwon.de)
108108
* [Aurelien DAVID](mailto:aurelien.david@etu.unistra.fr)
109109
* [Aurelien DAVID](mailto:dav.aurelien@gmail.com)
110110
* [Benedikt Geißler](mailto:benedikt@g5r.eu)

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
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

Lines changed: 1 addition & 1 deletion
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)