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:44:05 +0300
committerJoas Schilling <coding@schilljs.com>2020-07-21 10:44:05 +0300
commit09a608d6021657f7abf8b0769e9c5b4d168cd62b (patch)
tree3f9886adc3e985a18abe14b959bc07ea80ebdae8 /CHANGELOG.md
parentd148477ab0d0dd03a9ba0efa75f18f9ba7bddf88 (diff)
Add changelog for 7.0.4
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 4af64c809..4a9e30a6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,6 +41,23 @@ All notable changes to this project will be documented in this file.
[#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)
+
+## 7.0.4 – 2020-07-21
+### Added
+- Reduce CPU usage when doing a video call
+ [#3416](https://github.com/nextcloud/spreed/pull/3416)
+
+### Changed
+- Improve default push notification text for upcoming iOS 13 SDK changes in the iOS mobile app
+ [#3849](https://github.com/nextcloud/spreed/pull/3849)
+
+### Fixed
+- Fix a failure on logout when an active session was removed from a conversation already
+ [#3871](https://github.com/nextcloud/spreed/pull/3871)
+- Fix an error when the user list is used to fill a missing conversation name
+ [#3629](https://github.com/nextcloud/spreed/pull/3629)
+- Fix an error when the parent of a reply was the first item in the message list
+ [#3588](https://github.com/nextcloud/spreed/pull/3588)
## 9.0.1 – 2020-06-08
### Added