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 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",