Skip to content

Commit

Permalink
Release 25.2.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Grotax committed Jan 10, 2025
1 parent 51cc3e8 commit ee0c4fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
* [bluehaze](mailto:[email protected])
* [darkside40](mailto:[email protected])
* [nachoparker](mailto:[email protected])
* [Arthur Schiwon](mailto:[email protected])
* [Brice Maron](mailto:[email protected])
* [Christoph Stenglein](mailto:[email protected])
* [Daniel Kesselberg](mailto:[email protected])
Expand Down Expand Up @@ -104,7 +105,6 @@
* [Andrea Boero](mailto:[email protected])
* [Andreas Demmelbauer](mailto:[email protected])
* [Artem Lavrukhin](mailto:[email protected])
* [Arthur Schiwon](mailto:[email protected])
* [Aurelien DAVID](mailto:[email protected])
* [Aurelien DAVID](mailto:[email protected])
* [Benedikt Geißler](mailto:[email protected])
Expand Down
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the

# Unreleased
## [25.x.x]


# Releases
## [25.0.0] - 2025-01-10
### Changed
- add explanations for the individual values in the feed information table
- show error message from `opml` import in web-ui
- disable new setting "nextUpdateTime" introduced in #2999 by default
- 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)

# Releases
## [25.2.0-beta.3] - 2025-01-04
### Fixed
- style fixes in settings section and feed info table (#3024)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0-beta.3</version>
<version>25.2.0</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down

0 comments on commit ee0c4fe

Please sign in to comment.