Skip to content

Commit

Permalink
Merge pull request #2998 from nextcloud/release/8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Jun 12, 2023
2 parents 21c0f5e + 2e45217 commit abe369f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog

## 8.1.0-beta.1
## 8.1.0

### Added

- Support for Nextcloud 27
- Dark mode support for Collabora 23.05
- Document targets [#2994](https://github.com/nextcloud/richdocuments/pull/2994)

### Fixed

- fix: Pass over dark/light variants of our css variables [#2988](https://github.com/nextcloud/richdocuments/pull/2988)
- fix: Adapt to new NcEmptyContent usage [#2987](https://github.com/nextcloud/richdocuments/pull/2987)
- Fix regression on share links as logged in users @juliushaertl [#2784](https://github.com/nextcloud/richdocuments/pull/2784)
- Fix viewer height on safari mobile @julien-nc [#2801](https://github.com/nextcloud/richdocuments/pull/2801)
- Fix base64 image generation @julien-nc [#2826](https://github.com/nextcloud/richdocuments/pull/2826)
Expand All @@ -26,6 +30,10 @@
- Hide close button on single file shares that have hide download enabled @sharonwuu [#2827](https://github.com/nextcloud/richdocuments/pull/2827)
- fix: Properly select save as dialog buttons @juliushaertl [#2880](https://github.com/nextcloud/richdocuments/pull/2880)
- String and test fixes @silopolis [#2901](https://github.com/nextcloud/richdocuments/pull/2901)
- Fix plugin watermark for php 8.1 [#2990](https://github.com/nextcloud/richdocuments/pull/2990)
- Update Writer template (template.odt) for dark mode. [#3003](https://github.com/nextcloud/richdocuments/pull/3003)
- CollaboraOnline#6546 enable automatic color in default paragraph style [#2999](https://github.com/nextcloud/richdocuments/pull/2999)
- fix: Allow dynamic autoloading for classes added during upgrade [#3001](https://github.com/nextcloud/richdocuments/pull/3001)
- Dependency updates

## 8.0.0-beta.1
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>8.1.0-beta.1</version>
<version>8.1.0</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": "8.1.0-beta.1",
"version": "8.1.0",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit abe369f

Please sign in to comment.