Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-10-17 23:45:06 +0300
committerJulius Härtl <jus@bitgrid.net>2022-10-17 23:45:06 +0300
commit22603784e8dea07e89b97b73cfe69c2f3afd1ec5 (patch)
tree8538ce1e800fca4938f9bb8fa98e527ace0e9deb
parent36a2d5e25f924320fc4b2d17b918985cd6c49094 (diff)
Bump version to 6.3.0v6.3.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md19
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 21 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed818934..35a991c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## 6.3.0
+
+### Added
+
+- Add config option to turn on Collabora feature lock for read only users [#2510](https://github.com/nextcloud/richdocuments/pull/2510)
+
+### Fixed
+
+- Only apply hideDownload if share attribute is actually false [#2529](https://github.com/nextcloud/richdocuments/pull/2529)
+- Disable sharing for public links and versions if app is disabled [#2508](https://github.com/nextcloud/richdocuments/pull/2508)
+- Use proper product name in capabilities [#2532](https://github.com/nextcloud/richdocuments/pull/2532)
+
+### Other
+
+- Use correct server version for integration tests @juliushaertl [#2512](https://github.com/nextcloud/richdocuments/pull/2512)
+- Fix `public_wopi_url` variable configuration name [#2505](https://github.com/nextcloud/richdocuments/pull/2505)
+- Pin postgres version @Raudius [#2533](https://github.com/nextcloud/richdocuments/pull/2533)
+- For PDFs rename context menu option to "Open with" @Raudius [#2536](https://github.com/nextcloud/richdocuments/pull/2536)
+
## 6.2.1
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 20dc1e95..35f84d9a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
<description><![CDATA[This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.
You can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
- <version>6.2.1</version>
+ <version>6.3.0</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
diff --git a/package.json b/package.json
index bbcae32d..af0f7d7f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "6.2.1",
+ "version": "6.3.0",
"authors": [
{
"name": "Julius Härtl",