From e3faad4a11fe5bda80083f7cb8176300787f78f7 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Mon, 26 Apr 2021 15:06:58 +0200 Subject: Release 15.4.0 See previous notes for a full overview. Fixed - Fix search results not redirecting to the news app Signed-off-by: Benjamin Brahmer --- CHANGELOG.md | 22 ++++++++++++++++++++-- appinfo/info.xml | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbd9648df..5c64ff938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,32 @@ All notable changes to this project will be documented in this file. The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), older entries don't fully match. -## [Unreleased] +# Unreleased +## [16.x.x] +### Changed +- 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) + +### Fixed +## [15.x.x] ### Changed +### Fixed + +# Releases +## [15.4.0] - 2021-04-26 +See previous notes for a full overview. ### Fixed - Fix search results not redirecting to the news app -## [15.4.0-rc1] - 2021-04-19 +## [15.4.0-rc1] - 2021-04-16 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index eb07f5ccb..aa6167637 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).]]> - 15.4.0-rc1 + 15.4.0 agpl Benjamin Brahmer Sean Molenaar -- cgit v1.2.3