diff options
author | Benjamin Brahmer <info@b-brahmer.de> | 2024-07-07 12:36:33 +0200 |
---|---|---|
committer | Benjamin Brahmer <info@b-brahmer.de> | 2024-07-08 09:31:38 +0200 |
commit | e3b3087d142fb343b2c625d4804e267aeba75f84 (patch) | |
tree | 1b6ad1ef7c3dd7fb56c0a4c017e43fe391994a8a | |
parent | cb89f1bc2a17e4c0bd91b6e35607c06dadf4c00f (diff) |
Release 25.0.0-alpha825.0.0-alpha8
Changed
- Add support for moving feeds to another folder from the sidebar feed menu (#2707)
- Persist the filter state and show unread items by default (#2704)
Fixed
- Fix undefined item when using `j` and `k` keyboards shortcuts in an empty feed (#2689)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | appinfo/info.xml | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f24069774..5d0cf6d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,20 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the # Unreleased ## [25.x.x] ### Changed + + +### Fixed + + +# Releases +## [25.0.0-alpha8] - 2024-07-07 +### Changed - Add support for moving feeds to another folder from the sidebar feed menu (#2707) - Persist the filter state and show unread items by default (#2704) ### Fixed - Fix undefined item when using `j` and `k` keyboards shortcuts in an empty feed (#2689) -# Releases ## [25.0.0-alpha7] - 2024-06-10 ### Changed - added alternative development environment (#2670) diff --git a/appinfo/info.xml b/appinfo/info.xml index dcd01ef8e..5e28a9004 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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-alpha7</version> + <version>25.0.0-alpha8</version> <licence>agpl</licence> <author>Benjamin Brahmer</author> <author>Sean Molenaar</author> |