summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-01-11 09:51:46 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-01-12 13:58:19 +0100
commit0f47283d64c332176b3c9f498d38cb83dcbb1e87 (patch)
treeed79d81086d9af45a11828105b5520a07ce8959e
parent10fbb8469bd17454397bdaafc110e8e6a640be14 (diff)
Release 15.2.0beta1
Changed - Remove outdated feed DB code - add background & hover for entries - Improve spacing of open articles in compact mode (nextcloud/news#1017) Fixed - `MissingNamedParameter` exception after upgrading to NC 21 beta5 (#1030) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md2
-rw-r--r--appinfo/info.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ee5e611d..f8f4fa3b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
## [Unreleased]
+## [15.2.0] - 2021-01-11
+
### Changed
- Remove outdated feed DB code
- add background & hover for entries
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3dee5a115..8e8a22967 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
- <version>15.1.1</version>
+ <version>15.2.0beta1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>