Skip to content

Commit

Permalink
Release 25.2.1-beta.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Grotax committed Jan 30, 2025
1 parent a646552 commit aebf085
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
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:[email protected])
* [Tucker McKnight](mailto:[email protected])
* [Valdnet](mailto:[email protected])
* [devlinjunker](mailto:[email protected])

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:[email protected])
* [Christian Elmer](mailto:[email protected])
* [Nicolas Wendling](mailto:[email protected])
* [Thomas Tanghus](mailto:[email protected])
* [Volkan Gezer](mailto:[email protected])
* [Xéfir Destiny](mailto:[email protected])
* [devlinjunker](mailto:[email protected])
* [hydrian](mailto:[email protected])
* [Ben Vidulich](mailto:[email protected])
* [Daniel Opitz](mailto:[email protected])
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 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
# 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

0 comments on commit aebf085

Please sign in to comment.