From 5b43a247fface77bd82278e7739e3fba0821e439 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Mon, 30 Sep 2024 15:13:57 -0400 Subject: [PATCH 1/2] chore: bump version Signed-off-by: Elizabeth Danzberger --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 2f3ef89af4..d52e785d59 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.2.12 + 8.2.13 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 9b11c887a8..07024c9c8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "8.2.12", + "version": "8.2.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "8.2.8", + "version": "8.2.13", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 4776e3f9a2..08be5f84b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.2.12", + "version": "8.2.13", "authors": [ { "name": "Julius Härtl", From eb5d6501d3c49d191b879214c786eff6cdeb4766 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Mon, 30 Sep 2024 15:25:44 -0400 Subject: [PATCH 2/2] chore: update changelog Signed-off-by: Elizabeth Danzberger --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d2c5896e..96c98634f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 8.2.13 + +### Fixed + +* Show PDF even when download hidden on public share @elzody [#3887](https://github.com/nextcloud/richdocuments/pull/3887) +* Properly send custom logo to collabora @elzody [#3931](https://github.com/nextcloud/richdocuments/pull/3931) +* Emit notification on mentions @juliushaertl [#4079](https://github.com/nextcloud/richdocuments/pull/4079) + +### Other + +* Remove unnecessary files from release build @juliushaertl [#3882](https://github.com/nextcloud/richdocuments/pull/3882) +* Switch to new API to set volatile user to prevent persisting it in any case @juliushaertl [#3862](https://github.com/nextcloud/richdocuments/pull/3862) + ## 8.2.12 ### Fixed