From cdc7a370fb9d334a5eea9eaf2e9e5ede4886e3ba Mon Sep 17 00:00:00 2001 From: Raul Date: Thu, 1 Sep 2022 10:42:05 +0200 Subject: Release 5.2.8 Signed-off-by: Raul --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3829c47..4f2b3116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 4.2.8 + +## Fixed + +- Limit capabilities to users that are enabled @max-nextcloud [#2354](https://github.com/nextcloud/richdocuments/pull/2354) +- Fix safari does not focus to document frame on startup @merttumer [#2372](https://github.com/nextcloud/richdocuments/pull/2372) +- Fix document creation not showing in directory @juliushaertl [#2269](https://github.com/nextcloud/richdocuments/pull/2269) +- Add "is_guest" to extra info user data @hcvcastro [#2242](https://github.com/nextcloud/richdocuments/pull/2242) + ## 4.2.7 - Disable remote image insertion on public links @juliushaertl diff --git a/appinfo/info.xml b/appinfo/info.xml index cc1e2bde..d1c7beca 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 4.2.7 + 4.2.8 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 3142eb1a..3a633013 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "richdocuments", - "version": "4.2.7", + "version": "4.2.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b7ab7bf5..ffb6cb13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "4.2.7", + "version": "4.2.8", "authors": [ { "name": "Julius Härtl", -- cgit v1.2.3