Skip to content

Commit

Permalink
Bump version to 6.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Oct 10, 2022
1 parent 16cd58c commit dec602a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 6.2.1

### Added

- Emit event for each user on document open [#2495](https://github.com/nextcloud/richdocuments/pull/2495)

### Fixed

- Updates "productName" in capabilities @Raudius [#2401](https://github.com/nextcloud/richdocuments/pull/2401)
- fix safari does not focus to document frame on startup [#2377](https://github.com/nextcloud/richdocuments/pull/2377)
- Fix: hide download option inside Collabora for "hide download" shares [#2391](https://github.com/nextcloud/richdocuments/pull/2391)
- Hide "Save as" option when downloading is not allowed by s… @Raudius [#2402](https://github.com/nextcloud/richdocuments/pull/2402)
- Only register templates if enabled for user [#2414](https://github.com/nextcloud/richdocuments/pull/2414)

### Other

- Fix loading file without logged-in when watermark is enable for groups [#2482](https://github.com/nextcloud/richdocuments/pull/2482)
- Migrate to nextcloud/OCP package in stable24 @nickvergessen [#2479](https://github.com/nextcloud/richdocuments/pull/2479)

## 6.2.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0</version>
<version>6.2.1</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
"version": "6.2.0",
"version": "6.2.1",
"authors": [
{
"name": "Julius Härtl",
Expand Down Expand Up @@ -117,4 +117,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
}
}

0 comments on commit dec602a

Please sign in to comment.