Skip to content

Commit ffd754b

Browse files
committed
Release 28.4.0-beta.1
Changed - Feed keyword filtering: hide articles matching keywords in title, body, or URL (#3711) New occ commands: ```bash news:feed:filter:get news:feed:filter:set news:feed:filter:delete ``` Added API v1-3 `GET|POST|DELETE /api/v1-3/feeds/{feedId}/filter` - Feed settings now support selecting multiple feeds and moving/deleting them in throttled, sequential requests. (#3728) - Replace `arthurhoaro/favicon` with `php-feed-io/favicon-io` for favicon discovery, using PSR-based HTTP interfaces and Symfony-backed discovery caching (#3710) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
1 parent 50d0cf1 commit ffd754b

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,27 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
66

77
# Unreleased
88
### Added
9-
- Feed keyword filtering: hide articles matching keywords in title, body, or URL
10-
- Feed settings now support selecting multiple feeds and moving/deleting them in throttled, sequential requests.
119

1210
### Changed
13-
- Replace `arthurhoaro/favicon` with `php-feed-io/favicon-io` for favicon discovery, using PSR-based HTTP interfaces and Symfony-backed discovery caching (#3710)
1411

1512
### Fixed
1613

1714
# Releases
15+
## [28.4.0-beta.1] - 2026-05-10
16+
### Changed
17+
- Feed keyword filtering: hide articles matching keywords in title, body, or URL (#3711)
18+
19+
New occ commands:
20+
```bash
21+
news:feed:filter:get
22+
news:feed:filter:set
23+
news:feed:filter:delete
24+
```
25+
Added API v1-3 `GET|POST|DELETE /api/v1-3/feeds/{feedId}/filter`
26+
27+
- Feed settings now support selecting multiple feeds and moving/deleting them in throttled, sequential requests. (#3728)
28+
- Replace `arthurhoaro/favicon` with `php-feed-io/favicon-io` for favicon discovery, using PSR-based HTTP interfaces and Symfony-backed discovery caching (#3710)
29+
1830
## [28.3.0] - 2026-05-01
1931
### Security
2032
- **Update recommended**: Replaces direct Guzzle HTTP client with Nextcloud's `IClientService`, adding SSRF protection. Security advisory pending.

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new)
2121
2222
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
2323
]]></description>
24-
<version>28.3.0</version>
24+
<version>28.4.0-beta.1</version>
2525
<licence>agpl</licence>
2626
<author>Benjamin Brahmer</author>
2727
<author>Sean Molenaar</author>

0 commit comments

Comments
 (0)