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:
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