Skip to content

Commit 49ebeaf

Browse files
authored
Merge pull request #4499 from nextcloud/release/v8.6.0
chore: release v8.6.0
2 parents c9bf16d + 6b60629 commit 49ebeaf

File tree

4 files changed

+48
-4
lines changed

4 files changed

+48
-4
lines changed

CHANGELOG.md

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

7+
## 8.6.0
8+
9+
### Added
10+
- File conversion provider @elzody [#4408](https://github.com/nextcloud/richdocuments/pull/4408)
11+
- Move personal user settings page to Vue @codewithvk [#4388](https://github.com/nextcloud/richdocuments/pull/4388)
12+
- Emit notification on mentions @juliusknorr [#3960](https://github.com/nextcloud/richdocuments/pull/3960)
13+
- Move template settings to vue component @elzody [#4125](https://github.com/nextcloud/richdocuments/pull/4125)
14+
- Digitally sign documents via software certificates @vmiklos [#4129](https://github.com/nextcloud/richdocuments/pull/4129)
15+
- `startPresentation` URL parameter @elzody [#4209](https://github.com/nextcloud/richdocuments/pull/4209)
16+
- Electronic signing, add settings for eIDEasy @vmiklos [#4328](https://github.com/nextcloud/richdocuments/pull/4328)
17+
- Insert text and images generated with nextcloud assistant @elzody [#4333](https://github.com/nextcloud/richdocuments/pull/4333)
18+
- Add Template and pages/numbers/keynote mimetypes @juliusknorr [#4350](https://github.com/nextcloud/richdocuments/pull/4350)
19+
- Add another option for otf font mimetypes @juliusknorr [#4368](https://github.com/nextcloud/richdocuments/pull/4368)
20+
21+
### Fixed
22+
- Translation format specifier @elzody [#4412](https://github.com/nextcloud/richdocuments/pull/4412)
23+
- Read from local file stream to avoid locking during preview generation @juliusknorr [#4431](https://github.com/nextcloud/richdocuments/pull/4431)
24+
- Portable document format changed to PDF @elzody [#4444](https://github.com/nextcloud/richdocuments/pull/4444)
25+
- Adjust testing matrix for Nextcloud 31 @nickvergessen [#4400](https://github.com/nextcloud/richdocuments/pull/4400)
26+
- Incomplete return type list @blizzz [#4410](https://github.com/nextcloud/richdocuments/pull/4410)
27+
- Catch InvalidFieldTypeException @juliusknorr [#3956](https://github.com/nextcloud/richdocuments/pull/3956)
28+
- Check for mimetype before processing new file from template @juliusknorr [#3958](https://github.com/nextcloud/richdocuments/pull/3958)
29+
- Catch parsing errors or null doc structure @juliusknorr [#3967](https://github.com/nextcloud/richdocuments/pull/3967)
30+
- Dispatch event instead of hook for audit logging @juliusknorr [#3969](https://github.com/nextcloud/richdocuments/pull/3969)
31+
- Pressing `Enter` submits guest name input @elzody [#3992](https://github.com/nextcloud/richdocuments/pull/3992)
32+
- Failed token generation on public shares @elzody [#4030](https://github.com/nextcloud/richdocuments/pull/4030)
33+
- Use proper file id for direct editing @juliusknorr [#4101](https://github.com/nextcloud/richdocuments/pull/4101)
34+
- Use correct save path when renaming @elzody [#4378](https://github.com/nextcloud/richdocuments/pull/4378)
35+
- Proper messages to mention response @juliusknorr [#4102](https://github.com/nextcloud/richdocuments/pull/4102)
36+
- Use autocomplete api for mentions @elzody [#4210](https://github.com/nextcloud/richdocuments/pull/4210)
37+
- Use new db types constants @elzody [#4230](https://github.com/nextcloud/richdocuments/pull/4230)
38+
- Update federated-editing.md @maximelehericy [#4251](https://github.com/nextcloud/richdocuments/pull/4251)
39+
- Apply viewer wrapper as we do it in text @juliusknorr [#4278](https://github.com/nextcloud/richdocuments/pull/4278)
40+
- Properly get empty template for direct editing @juliusknorr [#4335](https://github.com/nextcloud/richdocuments/pull/4335)
41+
- Notifier::prepare() threw \InvalidArgumentException @nickvergessen [#4353](https://github.com/nextcloud/richdocuments/pull/4353)
42+
- Skip errors that may interrupt file creation @juliusknorr [#4360](https://github.com/nextcloud/richdocuments/pull/4360)
43+
- Apply proper default timezone for watermarks @juliusknorr [#4366](https://github.com/nextcloud/richdocuments/pull/4366)
44+
45+
### Other
46+
- Update translations @nextcloud-bot
47+
- Update dependencies @nextcloud-command
48+
- Rector @juliusknorr [#4045](https://github.com/nextcloud/richdocuments/pull/4045)
49+
- Remove composer dir and redirect autoloader @elzody [#4430](https://github.com/nextcloud/richdocuments/pull/4430)
50+
751
## 8.6.0-beta.2
852

953
### Added

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.0-beta.2</version>
14+
<version>8.6.0</version>
1515
<licence>agpl</licence>
1616
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
1717
<types>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.0-beta.2",
4+
"version": "8.6.0",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)