Skip to content

Commit

Permalink
Release 25.0.0
Browse files Browse the repository at this point in the history
This is a major new release with a lot of changes.
The frontend of news was rewritten from scratch to change to Vue.js coming from the original implementation with AngularJS.

Also we require PHP 8.2 now and support Nextcloud 29 and 30.

For the full Changelog checkout the entries for 25.0.0-alpha1 to 25.0.0.

Changes since 25.0.0-alpha14

The following changes and fixes were done since the last alpha version 14.

Changed
- If title of feed is empty during creation set hostname of feed as title (#2872)
- Add command to import OPML file
- Add API to import OPML file or request body
- add import/export `opml` to user settings (#2541)
- Remove non-functional unread and starred filter
- add single column layout (compact mode) (#2505)
- add horizontal split layout (expanded compact mode) (#2505)
- Allow to further drag the `feedview` list (and/or provide alternative view) (#2505)

Fixed
- Feed without Title returned by DB causes exception (#2872)
- Keep Unread is now respected during mark read on scroll and is kept during feed/folder changes

Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Nov 19, 2024
1 parent 5c023c7 commit 41d0ef9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* [Alessandro Cosentino](mailto:[email protected])
* [Marco Nassabain](mailto:[email protected])
* [Devlin Junker](mailto:[email protected])
* [Wolfgang](mailto:[email protected])
* [Robin Appelman](mailto:[email protected])
* [Sean Molenaar](mailto:[email protected])
* [Paul Tirk](mailto:[email protected])
* [Gregor Tätzner](mailto:[email protected])
* [Sean Molenaar](mailto:[email protected])
* [anoy](mailto:[email protected])
* [Wolfgang](mailto:[email protected])
* [Morris Jobke](mailto:[email protected])
* [Jimmy Huynh](mailto:[email protected])
* [Aurélien](mailto:[email protected])
Expand Down
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the

# Unreleased
## [25.x.x]
### Changed

### Fixed

# Releases
## [25.0.0] - 2024-11-19
This is a major new release with a lot of changes.
The frontend of news was rewritten from scratch to change to Vue.js coming from the original implementation with AngularJS.

Also we require PHP 8.2+ now and support Nextcloud 29 and 30.

For the full Changelog checkout the entries for 25.0.0-alpha1 to 25.0.0.

### Changes since 25.0.0-alpha14

The following changes and fixes were done since the last alpha version 14.

### Changed
- If title of feed is empty during creation set hostname of feed as title (#2872)
- Add command to import OPML file
Expand All @@ -20,7 +37,6 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
- Feed without Title returned by DB causes exception (#2872)
- Keep Unread is now respected during mark read on scroll and is kept during feed/folder changes

# Releases
## [25.0.0-alpha14] - 2024-11-10
### Changed
- Small visual changes introduced by Nextcloud.
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.0.0-alpha14</version>
<version>25.0.0</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down

0 comments on commit 41d0ef9

Please sign in to comment.