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 <213943+nickvergessen@users.noreply.github.com>2020-07-21 13:55:17 +0300
committerGitHub <noreply@github.com>2020-07-21 13:55:17 +0300
commitf6ca67b7da46a041591e46634ebefb459c2a003d (patch)
treeae90430d18838711802f3d813658b5a44854d30a
parent10a2e0e996c90bf3014bf0a181d761ddb71724d3 (diff)
parentf031a97082a7bcb963137eb0f4f276565eb8212e (diff)
Merge pull request #3929 from nextcloud/backport/3927/stable18v8.0.10
[stable18] Release 8.0.10
-rw-r--r--CHANGELOG.md34
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 37 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a8837365..5b06d0133 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,40 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 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)
+
+## 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)
+
## 8.0.9 – 2020-05-13
### Changed
- Reduce CPU usage when doing a video call
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3d55791bb..73b6c13ff 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>8.0.9</version>
+ <version>8.0.10</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 3d0f8ed2a..df1f1d296 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "8.0.9",
+ "version": "8.0.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 647397e28..38b3a5834 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "talk",
"description": "",
- "version": "8.0.9",
+ "version": "8.0.10",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,