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
5 changes: 4 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* [Daniel Opitz](mailto:git@copynpaste.de)
* [Sean Molenaar](mailto:sean@m2mobi.com)
* [mortee](mailto:mortee.nc-news@kavemalna.hu)
* [nextcloud-command](mailto:nextcloud-command@users.noreply.github.com)
* [David-Development](mailto:david-dev@live.de)
* [IBBoard](mailto:dev@ibboard.co.uk)
* [Koen Martens](mailto:gmc@sonologic.nl)
Expand All @@ -55,7 +56,6 @@
* [bluehaze](mailto:francesco.sportolari@gmail.com)
* [darkside40](mailto:darkside401@googlemail.com)
* [nachoparker](mailto:nacho@ownyourbits.com)
* [nextcloud-command](mailto:nextcloud-command@users.noreply.github.com)
* [Arthur Schiwon](mailto:blizzz@arthur-schiwon.de)
* [Brice Maron](mailto:brice@bmaron.net)
* [Christoph Stenglein](mailto:christoph@christophstenglein.com)
Expand Down Expand Up @@ -89,6 +89,7 @@
* [Peter Hedlund](mailto:peter@peterandlinda.com)
* [Petra Mirelli](mailto:80395360+iNtEgraIR2021@users.noreply.github.com)
* [Simon Spannagel](mailto:simonspa@kth.se)
* [TermBot](mailto:bot@term.com)
* [bbBowser](mailto:carspi@mail.de)
* [benediktb](mailto:benedikt@blablub.de)
* [coderkun](mailto:olli@coderkun.de)
Expand Down Expand Up @@ -122,6 +123,7 @@
* [Chris Noxz](mailto:chris@noxz.tech)
* [Christof Dorner](mailto:christof@chdorner.com)
* [Christoph Wurst](mailto:ChristophWurst@users.noreply.github.com)
* [Clayton](mailto:claytonlin1110@gmail.com)
* [Clemens](mailto:clemens@clemensknost.de)
* [Colin W](mailto:cwmke@users.noreply.github.com)
* [Copilot](mailto:198982749+Copilot@users.noreply.github.com)
Expand Down Expand Up @@ -157,6 +159,7 @@
* [Kevin Decherf](mailto:kevin@kdecherf.com)
* [Kuba Orlik](mailto:kontakt@kuba-orlik.name)
* [Laurent Gabardos](mailto:laurent.gabardos@ivanti.com)
* [Maa-Lee | odeili](mailto:lydiaahenkorahgyamfi@gmail.com)

Check failure on line 162 in AUTHORS.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'odeili'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'odeili'?", "location": {"path": "AUTHORS.md", "range": {"start": {"line": 162, "column": 14}}}, "severity": "ERROR"}
* [Maceček Richard](mailto:46937538+macecekrichard@users.noreply.github.com)
* [Marc Cousin](mailto:marc.cousin@people-doc.com)
* [Marcus Nitzschke](mailto:mail@kendix.org)
Expand Down
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the

# Unreleased
### Changed
- Rework feed options menu and feed settings
- Added a feature to download the web version of an article on demand, to avoid downloading unnecessary content

### Fixed
- Show a user-facing error when moving a feed fails (#3649)
- `HTML Sanitizer` options adjusted to fix broken layouts
- Feed setting `Mark as unread on update` had no effect

# Releases
## [28.2.0-beta.2] - 2026-04-08
### Changed
- Rework feed options menu and feed settings (#3655)
- Added a feature to download the web version of an article on demand, to avoid downloading unnecessary content (#3647)

### Fixed
- Show a user-facing error when moving a feed fails (#3649)
- `HTML Sanitizer` options adjusted to fix broken layouts (#3658)
- Feed setting `Mark as unread on update` had no effect (#3668)

## [28.2.0-beta.1] - 2026-03-22
### Changed
- Refactor full text scraper to use guzzle http client and its admin settings `Maximum redirects` and `Feed fetcher timeout` (#3630)
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>28.2.0-beta.1</version>
<version>28.2.0-beta.2</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down
Loading