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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-07-21 10:33:00 +0300
committerJoas Schilling <coding@schilljs.com>2020-07-21 10:33:00 +0300
commitd148477ab0d0dd03a9ba0efa75f18f9ba7bddf88 (patch)
tree38a84d8c7ca73c19e57793f207c5abcbde389d62 /CHANGELOG.md
parent62ec225e17330e081c23b29c2d3cf537cb01748d (diff)
Add changelog for 8.0.10
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86115b140..4af64c809 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,23 @@ All notable changes to this project will be documented in this file.
- Update lib to parse links in chat messages to fix an issue with trailing spaces
[#3924](https://github.com/nextcloud/spreed/pull/3924)
+## 8.0.10 – 2020-07-21
+### Added
+- Warn the user when their connection or computer is busy and others might not be able to see or hear them correctly anymore.
+ [#3899](https://github.com/nextcloud/spreed/pull/3899)
+
+### Changed
+- Improve default push notification text for upcoming iOS 13 SDK changes in the iOS mobile app
+ [#3848](https://github.com/nextcloud/spreed/pull/3848)
+
+### Fixed
+- Always try to connect without camera in case it failed
+ [#3781](https://github.com/nextcloud/spreed/pull/3781)
+- Update lib to parse links in chat messages to fix an issue with trailing spaces
+ [#3925](https://github.com/nextcloud/spreed/pull/3925)
+- Remove automatic ping when getting chat messages via the web UI
+ [#3793](https://github.com/nextcloud/spreed/pull/3793)
+
## 9.0.1 – 2020-06-08
### Added
- Store the guest name in browser storage again and read it from there