Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-11-30 10:02:38 +0300
committerJulius Härtl <jus@bitgrid.net>2021-11-30 10:02:38 +0300
commit6d751c16b609a433c83d9d61585a98efc050260d (patch)
treea5f4a97cd4771315e451ea77bb834dc6b6c60b4a
parentc38e7cb1c739d85c802ed8d69e45c75c0d636e21 (diff)
Bump version to 5.0.0v5.0.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md26
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 28 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7302f7c..025c25f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,31 @@
# Changelog
+## 5.0.0
+
+### Added
+
+- Nextcloud 23 compatibility
+- #1761 Passing theming bits to COOL for nexcloud specific theming @lpranam
+- #1811 Support Flat ODF files @juliushaertl
+- #1470 Basic draw support @juliushaertl
+- #1820 UI rework @juliushaertl
+- #1867 Use native avatar list and adjust branding
+- #1774 Use native font stack in collabora @luka-nextcloud
+
+### Fixed
+
+- #1816 url-encode filename when constructing the iframe url for the viewer @lu-fennell
+- #1781 richdocumentsframe use 100% of mobile screen height @Andreas-Kainz
+- #1833 Show warning message on protocol mismatch with collabora @luka-nextcloud
+
+### Other
+
+- #1764 l10n: Spelling unification @Valdnet
+- #1792 Add default argument and type hints @juliushaertl
+- #1857 Update version on master @nickvergessen
+- #1855 Expose initial state when using direct editing as well @juliushaertl
+
+
## 4.2.3
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9b40a46b..a8f61703 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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>5.0.0-beta1</version>
+ <version>5.0.0</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
diff --git a/package.json b/package.json
index be80c0da..3eab5ef6 100644
--- a/package.json
+++ b/package.json
@@ -115,4 +115,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
-}
+} \ No newline at end of file