Skip to content

Commit f35566c

Browse files
committed
Release 28.0.0-beta.2
Changed - Drop Support for Nextcloud 31 (#3485) - Add Support for Nextcloud 33 (#3485) - Add feature to Group starred Items per Feed (#3148) - Add `occ` commands for importing/exporting articles (#3437) - Add importing/exporting articles to frontend settings (#3437) - App settings are now displayed in an app settings dialog (#3500) Fixed - Special characters may be displayed incorrectly when full text is enabled (#3472) - Wrong url to feed page (#3486) - Long articles are cut short (#3489) - Imported feeds or newly created folders do not disappear immediately when `showAll` is not set (#3500) Signed-off-by: Benjamin Brahmer <[email protected]>
1 parent 37834e5 commit f35566c

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

CHANGELOG.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,23 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
55
You can also check [on GitHub](https://github.com/nextcloud/news/releases), the release notes there are generated automatically and include every pull request.
66

77
# Unreleased
8-
## [28.x.x]
8+
9+
# Releases
10+
## [28.0.0-beta.2] - 2026-01-12
911
### Changed
10-
- Drop Support for Nextcloud 31
11-
- Add Support for Nextcloud 33
12-
- Add feature to Group starred Items per Feed
13-
- Add `occ` commands for importing/exporting articles
14-
- Add importing/exporting articles to frontend settings
15-
- App settings are now displayed in an app settings dialog
12+
- Drop Support for Nextcloud 31 (#3485)
13+
- Add Support for Nextcloud 33 (#3485)
14+
- Add feature to Group starred Items per Feed (#3148)
15+
- Add `occ` commands for importing/exporting articles (#3437)
16+
- Add importing/exporting articles to frontend settings (#3437)
17+
- App settings are now displayed in an app settings dialog (#3500)
1618

1719
### Fixed
18-
- Special characters may be displayed incorrectly when full text is enabled
19-
- Wrong url to feed page
20-
- Long articles are cut short
21-
- Imported feeds or newly created folders do not disappear immediately when `showAll` is not set
20+
- Special characters may be displayed incorrectly when full text is enabled (#3472)
21+
- Wrong url to feed page (#3486)
22+
- Long articles are cut short (#3489)
23+
- Imported feeds or newly created folders do not disappear immediately when `showAll` is not set (#3500)
2224

23-
# Releases
2425
## [28.0.0-beta.1] - 2025-11-13
2526
### Changed
2627
- Scope PHP dependencies to prevent conflicts with other Nextcloud apps (#3397)

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.0.0-beta.1</version>
24+
<version>28.0.0-beta.2</version>
2525
<licence>agpl</licence>
2626
<author>Benjamin Brahmer</author>
2727
<author>Sean Molenaar</author>

0 commit comments

Comments
 (0)