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-24 20:35:43 +0300
committerGitHub <noreply@github.com>2022-10-24 20:35:43 +0300
commite59fff19dbd032cb90f7d6d24de00c0efa25b119 (patch)
tree2416a6da198a9fe10bfdde3b09e07605eaba39ac
parentf88bfce76e611cd177bd65e85e774aa244d821b9 (diff)
parent9dfc57b96af08d4cae63b70d5af05d2652e188ac (diff)
Merge pull request #2577 from nextcloud/release/5.0.8v5.0.8
-rw-r--r--CHANGELOG.md14
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 17 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8a6b267..0a9059bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## 5.0.8
+
+### Fixed
+- Fix menu items highlighting when in dark mode [#2550](https://github.com/nextcloud/richdocuments/pull/2550) @juliushaertl
+- Invoke read permission check to trigger terms of services when creating a token [#2559](https://github.com/nextcloud/richdocuments/pull/2559) @juliushaertl
+- Do not fail if no directory is passed when creating a file from a template [#2543](https://github.com/nextcloud/richdocuments/pull/2543) @juliushaertl
+- Fix product name in capabilities [#2525](https://github.com/nextcloud/richdocuments/pull/2525) @juliushaertl
+- Fix PDF context menu label [#2527](https://github.com/nextcloud/richdocuments/pull/2527) @Raudius
+- Fix potential log spam by returning proper status code if file is not found [#2537](https://github.com/nextcloud/richdocuments/pull/2537) @juliushaertl
+- Fix `public_wopi_url` variable configuration name [#2468](https://github.com/nextcloud/richdocuments/pull/2468) @jeremyb
+- Only register templates if enabled for user [#2400](https://github.com/nextcloud/richdocuments/pull/2400) @juliushaertl
+- Fix safari not focusing document-frame on load [#2372](https://github.com/nextcloud/richdocuments/pull/2372) @merttumer
+
+
## 5.0.7
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f111897e..a48c1344 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>5.0.7</version>
+ <version>5.0.8</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
diff --git a/package-lock.json b/package-lock.json
index 28bf9fce..0774ad58 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "richdocuments",
- "version": "5.0.7",
+ "version": "5.0.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 3f06d08c..8bfa1687 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "5.0.7",
+ "version": "5.0.8",
"authors": [
{
"name": "Julius Härtl",