Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 25.2.1-beta.1 #3077

Merged
merged 1 commit into from
Jan 30, 2025
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:[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 @@
# 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