summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-02-02 16:59:45 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-02-02 17:39:21 +0100
commitac4a42cb2a0c57fe4086ef78292ce63118dcee7f (patch)
treef8444804a6c40e9c19268b6c4c31f7d0209851fe
parent66b4005b5ee832410742ee8ca3f07031dee38189 (diff)
Release 15.2.015.2.0
Changed You can now delete unread items via occ: occ news:updater:after-update --purge-unread [<purge-count>] Fixed - Item purger does not work with PostgreSQL (#1094) - Export starred/unread correctly (#1010) Co-authored-by: anoy. <anoymouserver@users.noreply.github.com> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4889fa7b..a484f6f2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,8 +7,15 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
### Changed
### Fixed
-- Item purger does not work with PostgreSQL (#1094)
+## [15.2.0] - 2021-02-02
+
+### Changed
+You can now delete unread items via occ:
+`occ news:updater:after-update --purge-unread [<purge-count>]`
+
+### Fixed
+- Item purger does not work with PostgreSQL (#1094)
- Export starred/unread correctly (#1010)
## [15.2.0-rc1] - 2021-01-31
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 02f403e0b..4276ca4d8 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.2.0-rc1</version>
+ <version>15.2.0</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>