From 29a6d60f52c3a87f2d5a199f6b323eaedf6f5cb1 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 22 May 2021 09:52:55 +0200 Subject: Release 16.0.0-beta1 Changed - News now requires a 64bit OS - v2 API implementation (folder part) - Implemented sharing news items between nextcloud users (#1191) - Updated the news items table in DB to include sharer data (#1191) - Added route for sharing news items (#1191) - Added share data in news items serialization (#1191) - Added tests for the news items share feature (#1191) - Added sharing articles with nextcloud users (#1217) - Added sharing articles on social media (Facebook, Twitter) or mail (#1217) Signed-off-by: Benjamin Brahmer --- CHANGELOG.md | 19 +++++++++++-------- appinfo/info.xml | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 819a45306..5beb9df3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1 # Unreleased ## [16.x.x] ### Changed + +### Fixed + +## [15.x.x] +### Changed + +### Fixed + +# Releases +## [16.0.0-beta1] - 2021-05-22 +### Changed - News now requires a 64bit OS - v2 API implementation (folder part) - Implemented sharing news items between nextcloud users (#1191) @@ -15,14 +26,6 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1 - Added sharing articles with nextcloud users (#1217) - Added sharing articles on social media (Facebook, Twitter) or mail (#1217) -### Fixed - -## [15.x.x] -### Changed - -### Fixed - -# Releases ## [15.4.4] - 2021-05-21 ### Fixed - allow calling `/items?getRead=false` without a feed/folder diff --git a/appinfo/info.xml b/appinfo/info.xml index 61da2eb58..8c1970c17 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -17,7 +17,7 @@ Create a [bug report](https://github.com/nextcloud/news/issues/new/choose) Create a [feature request](https://github.com/nextcloud/news/discussions/new) Report a [feed issue](https://github.com/nextcloud/news/discussions/new) ]]> - 16.0.0 + 16.0.0-beta1 agpl Benjamin Brahmer Sean Molenaar -- cgit v1.2.3