Skip to content

Commit

Permalink
chore(release): Bump version to 7.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Sep 13, 2023
1 parent 656c21b commit 593be48
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog


## 7.1.6

### Added

- feat: add config option mobile_editing [#3156](https://github.com/nextcloud/richdocuments/pull/3156)

### Dependencies

- Update nextcloud/ocp dependency @nextcloud-command [#3164](https://github.com/nextcloud/richdocuments/pull/3164)

### Other

- fix: Provide valid fileList and fileId context on new file action [#3129](https://github.com/nextcloud/richdocuments/pull/3129)
- fix: Revert change of extension which should refer to the new file extension [#3134](https://github.com/nextcloud/richdocuments/pull/3134)
- CollaboraOnline#6546 enable automatic color in default paragraph style @thebearon [#3149](https://github.com/nextcloud/richdocuments/pull/3149)
- fix: Use a proper empty xlsx file [#3126](https://github.com/nextcloud/richdocuments/pull/3126)

## 7.1.5

### Fixed
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>7.1.5</version>
<version>7.1.6</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
"version": "7.1.5",
"version": "7.1.6",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit 593be48

Please sign in to comment.