diff options
author | Benjamin Brahmer <info@b-brahmer.de> | 2023-02-14 11:37:40 +0100 |
---|---|---|
committer | Benjamin Brahmer <info@b-brahmer.de> | 2023-02-14 14:43:51 +0100 |
commit | 5032e02b4b49beb85c083a838647451d66c90dd2 (patch) | |
tree | a5fefcd090ead733cad72a972e43c7747d1aceef | |
parent | 69681d12cb3fb55762902192230edd87fd3215f9 (diff) |
Release 21.0.0-beta121.0.0-beta1
Changed
- Drop support for Nextcloud 23 (#2077 )
- Make the "open" keyboard shortcut work faster (#2080)
- Implemented search for articles, results can only link to the feed. (#2075)
Fixed
- Stop errors from the favicon library over empty values (#2096)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | appinfo/info.xml | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index da8d1cfaa..80f3b2db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,18 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1 # Unreleased ## [21.x.x] ### Changed + +### Fixed + +# Releases +## [21.0.0-beta1] - 2023-02-14 +### Changed - Drop support for Nextcloud 23 (#2077 ) - Make the "open" keyboard shortcut work faster (#2080) - Implemented search for articles, results can only link to the feed. (#2075) - ### Fixed -- Stop errors from the favicon library over empty values +- Stop errors from the favicon library over empty values (#2096) -# Releases ## [20.0.1] - 2023-01-19 ### Fixed - SyntaxError triggered when full-text is enabled with some items. (#2048, #2053) diff --git a/appinfo/info.xml b/appinfo/info.xml index 912fcabc8..4cda8729f 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>21.0.0</version> + <version>21.0.0-beta1</version> <licence>agpl</licence> <author>Benjamin Brahmer</author> <author>Sean Molenaar</author> |