summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-11-10 17:09:35 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2020-11-10 18:09:20 +0100
commitf179a263155b424a760b3f05ef83d202f3e1b0d0 (patch)
tree24323a9c426740baf2fcf5aecf81c9ac43586ce4
parent7effe4654b8243e0ca4dd9c4fa13ac53203c28b2 (diff)
Release 15.1.0-rc215.1.0-rc2
Changed - Remove deprecated YouTube playlist API, playlists are no longer supported by news - Locale-aware sorting for folders and feeds - Deprecate User API: https://github.com/nextcloud/news/blob/master/docs/externalapi/Legacy.md#user Fixed - Fix empty unread item count Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--AUTHORS.md2
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
3 files changed, 10 insertions, 4 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index f20045b78..ab4773962 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,8 +4,8 @@
* [Benjamin Brahmer](mailto:info@b-brahmer.de)
* [Robin Appelman](mailto:icewind@owncloud.com)
* [Gregor Tätzner](mailto:gregor@freenet.de)
-* [Morris Jobke](mailto:hey@morrisjobke.de)
* [Sean Molenaar](mailto:sean@seanmolenaar.eu)
+* [Morris Jobke](mailto:hey@morrisjobke.de)
* [Sean Molenaar](mailto:SMillerDev@users.noreply.github.com)
* [Jan-Christoph Borchardt](mailto:hey@jancborchardt.net)
* [Daniel Schaal](mailto:daniel@schaal.email)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ca5b1cb2..137271adb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,11 +2,17 @@
All notable changes to this project will be documented in this file.
## Unreleased
-- Remove deprecated YouTube playlist API
+
+## 15.1.0-rc2
+
+### Changed
+- Remove deprecated YouTube playlist API, playlists are no longer supported by news
- Locale-aware sorting for folders and feeds
-- Fix empty unread item count
- Deprecate User API: https://github.com/nextcloud/news/blob/master/docs/externalapi/Legacy.md#user
+### Fixed
+- Fix empty unread item count
+
## 15.1.0-rc1
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 91634a5db..88ded46ea 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.0-rc1</version>
+ <version>15.1.0-rc2</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>