summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-03-09 20:20:27 +0100
committerJoas Schilling <coding@schilljs.com>2023-03-09 20:20:27 +0100
commit1f44808dcf09eb48f8c462ff912bc192921c01b4 (patch)
tree242d34e26285b392a7150b18c02f5cef6916d5c0 /CHANGELOG.md
parentd7f6f7f60c71779d4316d9a3a2b83abcb18eb664 (diff)
chore(release): Add changelog for 16.0.0-rc.3
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5bdc578d0..ff5af05ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,33 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 16.0.0-rc.3 – 2023-03-09
+### Fixed
+- Correctly handle `<` and `>` in chat messages
+ [#8977](https://github.com/nextcloud/spreed/pull/8977)
+- Improve the position of the message button bar for single line and very long messages
+ [#9009](https://github.com/nextcloud/spreed/pull/9009)
+- Remove space on call-time button
+ [#8979](https://github.com/nextcloud/spreed/pull/8979)
+- Fix displaying of restricted and full permissions selection when manually configuring them
+ [#8982](https://github.com/nextcloud/spreed/pull/8982)
+- Fix dashboard widget API returning breakout rooms
+ [#8976](https://github.com/nextcloud/spreed/pull/8976)
+- Improve breakout room API documentation
+ [#8994](https://github.com/nextcloud/spreed/pull/8994)
+- Also remove polls when purging the chat history
+ [#8991](https://github.com/nextcloud/spreed/pull/8991)
+- Fix mention and emoji autocomplete when broadcasting to breakout rooms
+ [#8999](https://github.com/nextcloud/spreed/pull/8999)
+- Notify the moderator when uploading a recording failed
+ [#9000](https://github.com/nextcloud/spreed/pull/9000)
+- Add a warning in the admin settings when the file upload limits are lower than 512 MB
+ [#9002](https://github.com/nextcloud/spreed/pull/9002)
+- Fix unread message count improving when receiving own messages
+ [#9011](https://github.com/nextcloud/spreed/pull/9011)
+- Fix duplicate attachment upload with Safari and Chrome on MacOS
+ [#9012](https://github.com/nextcloud/spreed/pull/9012)
+
## 16.0.0-rc.2 – 2023-03-06
### Changed
- Update several dependencies