Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
* [Lukas Reschke](mailto:lukas@owncloud.com)
* [Tucker McKnight](mailto:tucker.mcknight@gmail.com)
* [Valdnet](mailto:47037905+Valdnet@users.noreply.github.com)
* [devlinjunker](mailto:devlin.junker@gmail.com)

Check failure on line 39 in AUTHORS.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'devlinjunker'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'devlinjunker'?", "location": {"path": "AUTHORS.md", "range": {"start": {"line": 39, "column": 4}}}, "severity": "ERROR"}
* [Bart Visscher](mailto:bartv@thisnet.nl)
* [Christian Elmer](mailto:christian@keinkurt.de)
* [Nicolas Wendling](mailto:nicolas.wendling1011@gmail.com)
* [Thomas Tanghus](mailto:thomas@tanghus.net)
* [Volkan Gezer](mailto:volkangezer@gmail.com)
* [Xéfir Destiny](mailto:xefir@crystalyx.net)
* [devlinjunker](mailto:devlin.junker@gmail.com)
* [hydrian](mailto:ben.tyger@tygerclan.net)
* [Ben Vidulich](mailto:ben@vidulich.nz)
* [Daniel Opitz](mailto:danopz@users.noreply.github.com)
Expand Down
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@
# Unreleased
## [25.x.x]
### Changed
- Set mobileLayout to `horizontal-split` and add nav buttons for articles in mobile view
- set the duration after which a feed is considered sleepy to 7 days when using `nextUpdateTime`
- limit the time to the next update to a maximum of 24 hours when using `nextUpdateTime`

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

# Releases
## [25.2.1-beta.1] - 2025-01-30
### Changed
- Set mobileLayout to `horizontal-split` and add nav buttons for articles in mobile view (#3046)

Check failure on line 16 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'mobileLayout'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'mobileLayout'?", "location": {"path": "CHANGELOG.md", "range": {"start": {"line": 16, "column": 7}}}, "severity": "ERROR"}
- 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)

## [25.2.0] - 2025-01-10
### Changed
- add explanations for the individual values in the feed information table (#3031)
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</version>
<version>25.2.1-beta.1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down