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:26:37 +0300
committerJoas Schilling <coding@schilljs.com>2020-07-21 10:26:37 +0300
commit62ec225e17330e081c23b29c2d3cf537cb01748d (patch)
tree1c2ec3a3445d2aed68caad0106a9369be96e0929 /CHANGELOG.md
parenta2fef4ad5cd5c58076ab4a740025ca20fb7dc2a5 (diff)
Add Changelog for 9.0.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 a21b7443b..86115b140 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,30 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 9.0.2 – 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.
+ [#3923](https://github.com/nextcloud/spreed/pull/3923)
+- Warn the user when joining twice in the same conversation which breaks the calling experience for others.
+ [#3866](https://github.com/nextcloud/spreed/pull/3866)
+
+### Changed
+- Improve default push notification text for upcoming iOS 13 SDK changes in the iOS mobile app
+ [#3847](https://github.com/nextcloud/spreed/pull/3847)
+
+### Fixed
+- Fix timeout issue with users having only numeric ids
+ [#3791](https://github.com/nextcloud/spreed/pull/3791)
+- Fix a failure on logout when an active session was removed from a conversation already
+ [#3869](https://github.com/nextcloud/spreed/pull/3869)
+- Unify the blur on all videos to a same higher factor
+ [#3821](https://github.com/nextcloud/spreed/pull/3821)
+ [#3887](https://github.com/nextcloud/spreed/pull/3887)
+- Fix attachment selection when default folder can not be created.
+ [#3797](https://github.com/nextcloud/spreed/pull/3797)
+- Update lib to parse links in chat messages to fix an issue with trailing spaces
+ [#3924](https://github.com/nextcloud/spreed/pull/3924)
+
## 9.0.1 – 2020-06-08
### Added
- Store the guest name in browser storage again and read it from there