summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-04-26 15:06:58 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-04-26 18:18:08 +0200
commite3faad4a11fe5bda80083f7cb8176300787f78f7 (patch)
treeb0cd6de85156dcbe5eaf15bb8265937d279a384b
parentf5aca11d94f0cb36e33431a194f84bebbf148300 (diff)
Release 15.4.015.4.0
See previous notes for a full overview. Fixed - Fix search results not redirecting to the news app Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md22
-rw-r--r--appinfo/info.xml2
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).]]></description>
- <version>15.4.0-rc1</version>
+ <version>15.4.0</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>