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>2022-02-10 18:23:24 +0300
committerJulius Härtl <jus@bitgrid.net>2022-02-10 18:23:24 +0300
commit9ddc001d06681ff0aede709e873dd4cece315312 (patch)
tree8d7b2217322e3c7f538bf879597d627ed0d463d3 /CHANGELOG.md
parent135e42f5dece2f34a835479aca6c3b32d94384f1 (diff)
Bump version to 5.0.2v5.0.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61bcf307..c95e52b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,29 @@
# Changelog
+## 5.0.2
+
+### Added
+
+- #1961 Expose guest avatar images through wopi
+- #2012 add "is_admin" to extra info user data
+
+### Fixed
+
+- #1947 Do not load template directories twice
+- #1948 Move filetype styles to separate css file and load it with viewer
+- #1960 Ensure that the guest name picker is shown on editable links
+- #1982 Use FileCreatedFromTemplateEvent to inject the already existing empty templates
+- #1973 Switch from iconv to mb_convert_encoding
+- #1962 Don't wait DOMContentLoaded to register the viewer handler
+- #2033 Always add gs.trustedHosts to the CSP
+- #2028 Fix frame absolute position in public file share
+
+### Other
+
+- #1935 Rename the app to Nextcloud Office
+- #2029 Avoid too specific psalm annotation
+- #2010 Blank timestamp is equivalent to null
+
## 5.0.1
### Fixed