summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-04-11 12:22:54 +0200
committerJoas Schilling <coding@schilljs.com>2019-04-11 12:22:54 +0200
commit5d634f208b55575afdd0bb7b1f0ddd6324557ef7 (patch)
tree62ebfa06172cae4e2f0b655af0301d20e347b69f /CHANGELOG.md
parent3d897cb4652462633444c1610d97cbc23ae4902d (diff)
Update changelog for RC1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md30
1 files changed, 29 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6cdc0cea9..f77fd52cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
-## 6.0.0 – 2019-04-DD
+## 6.0.0-RC1 – 2019-04-11
### Added
- Administrators can now define commands which can be used in the chat. See [commands.md](https://github.com/nextcloud/spreed/blob/master/docs/commands.md) for more information. You can install some sample commands via the console.
[#1453](https://github.com/nextcloud/spreed/pull/1453)
@@ -52,6 +52,34 @@ All notable changes to this project will be documented in this file.
- Fixed an issue when a link was posted into the chat at the end of a line
[#1666](https://github.com/nextcloud/spreed/pull/1666)
+## 5.0.3 – 2019-04-11
+### Changed
+- Remove some conversation informations for non-participants
+ [#1518](https://github.com/nextcloud/spreed/pull/1518)
+
+### Fixed
+- Fix duplicated call summary message when multiple people leave at the same time
+ [#1599](https://github.com/nextcloud/spreed/pull/1599)
+- Allow multiline text insertion in chrome-based browsers
+ [#1579](https://github.com/nextcloud/spreed/pull/1579)
+- Fix multiple race-conditions that could interrupt connections, end calls or prevent connections between single participants
+ [#1523](https://github.com/nextcloud/spreed/pull/1523)
+ [#1542](https://github.com/nextcloud/spreed/pull/1542)
+ [#1543](https://github.com/nextcloud/spreed/pull/1543)
+- Enable "Plan B" for chrome/chromium for better MCU support
+ [#1613](https://github.com/nextcloud/spreed/pull/1613)
+- Delay signaling messages when the socket is not yet opened
+ [#1551](https://github.com/nextcloud/spreed/pull/1551)
+- Correctly readd the default STUN server on empty values
+ [#1501](https://github.com/nextcloud/spreed/pull/1501)
+
+## 4.0.4 – 2019-04-11
+### Fixed
+- Enable "Plan B" for chrome/chromium for better MCU support
+ [#1614](https://github.com/nextcloud/spreed/pull/1614)
+- Delay signaling messages when the socket is not yet opened
+ [#1552](https://github.com/nextcloud/spreed/pull/1552)
+
## 5.0.2 – 2019-01-30
### Changed
- Show autocompletion as soon as "@" is typed