From cb63c92cc635953236ab73b8db7a391398044eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 2 Nov 2023 11:49:09 +0100 Subject: [PATCH] chore(release): Bump version to 8.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 10 ++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d27ef069..88bde7361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 8.2.2 + +### Fixed + +- Allow current user lock [#3239](https://github.com/nextcloud/richdocuments/pull/3239) +- fix: Clear loading timeout when guest name is asked [#3257](https://github.com/nextcloud/richdocuments/pull/3257) +- fix: Update file metadata only if file was changed @juliushaertl [#3231](https://github.com/nextcloud/richdocuments/pull/3231) +- fix dropdowns have wrong mark color in browsers @Darshan-upadhyay1110 [#3242](https://github.com/nextcloud/richdocuments/pull/3242) +- Close NC sidebar on file open [#3269](https://github.com/nextcloud/richdocuments/pull/3269) + ## 8.2.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 9630d502b..6912d004d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.2.1 + 8.2.2 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package.json b/package.json index 0cf896d0f..f068ee5ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.2.1", + "version": "8.2.2", "authors": [ { "name": "Julius Härtl",