From 7ee91334aa3bd22300b00d5e2a38da985dde217f Mon Sep 17 00:00:00 2001 From: Raul Date: Fri, 5 Aug 2022 13:54:07 +0200 Subject: [PATCH] Bump version to 6.2.1 Signed-off-by: Raul --- CHANGELOG.md | 13 +++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2bb775bf..7a8266562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 6.2.0 + +### Added +- Allow download prevention on user shares @eneiluj [#2280](https://github.com/nextcloud/richdocuments/pull/2280) + +### Fixed +- Limit capabilities to users that are enabled @juliushaertl [#2328](https://github.com/nextcloud/richdocuments/pull/2328) +- Fix saving issue when a file is available multiple times in a users home folder @juliushaertl [#2330](https://github.com/nextcloud/richdocuments/pull/2330) +- Cleanup Content Security Policy handling @juliushaertl [#2234](https://github.com/nextcloud/richdocuments/pull/2234) +- Fix double-header on public links @marcelklehr [#2312](https://github.com/nextcloud/richdocuments/pull/2312) +- Fix HTML entities showing in file names @Raudius [#2318](https://github.com/nextcloud/richdocuments/pull/2318) +- Restored "Open with Nextcloud Office" option from context menu @Raudius [#2318](https://github.com/nextcloud/richdocuments/pull/2318) + ## 6.1.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index d2f3bedcd..8d2de4e34 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 6.1.1 + 6.2.0 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 870e9c18a..9da49d556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "richdocuments", - "version": "6.1.0", + "version": "6.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ab0958468..f083f1620 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "6.1.1", + "version": "6.2.0", "authors": [ { "name": "Julius Härtl", @@ -117,4 +117,4 @@ ], "globalSetup": "/src/tests/setup.js" } -} \ No newline at end of file +}