Skip to content

Commit f18a382

Browse files
committed
chore(release): Bump version to 8.6.3
Signed-off-by: Julius Knorr <[email protected]>
1 parent aa33be1 commit f18a382

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44
-->
55
# Changelog
66

7+
## 8.6.3
8+
9+
### Added
10+
11+
- feat: show presentation template in masterslides [#4585](https://github.com/nextcloud/richdocuments/pull/4585)
12+
13+
### Fixed
14+
15+
- fix(settings): enable UserSettings wopi response [#4552](https://github.com/nextcloud/richdocuments/pull/4552)
16+
- Properly handle editor user id for direct editing links [#4575](https://github.com/nextcloud/richdocuments/pull/4575)
17+
- fix: send etag for settings URLs and update etag on file changes [#4577](https://github.com/nextcloud/richdocuments/pull/4577)
18+
- fix(federation): properly encode file names [#4584](https://github.com/nextcloud/richdocuments/pull/4584)
19+
20+
### Other
21+
22+
- ci: Skip save as test until upstream bug is fixed [#4568](https://github.com/nextcloud/richdocuments/pull/4568)
23+
- chore: update actions/cache @elzody [#4570](https://github.com/nextcloud/richdocuments/pull/4570)
24+
- feat(test): add tests for template fields with empty labels [#4539](https://github.com/nextcloud/richdocuments/pull/4539)
25+
- fix(tests): use more generic selectors [#4579](https://github.com/nextcloud/richdocuments/pull/4579)
26+
727
## 8.6.2
828

929
* [Update nextcloud/ocp dependency (richdocuments#4515)](https://github.com/nextcloud/richdocuments/pull/4515)

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<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.
1212
1313
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>
14-
<version>8.6.2</version>
14+
<version>8.6.3</version>
1515
<licence>agpl</licence>
1616
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1717
<types>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "richdocuments",
33
"description": "Collabora online integration",
4-
"version": "8.6.2",
4+
"version": "8.6.3",
55
"authors": [
66
{
77
"name": "Julius Härtl",
@@ -86,4 +86,4 @@
8686
],
8787
"globalSetup": "<rootDir>/src/tests/setup.js"
8888
}
89-
}
89+
}

0 commit comments

Comments
 (0)