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:54:54 +0300
committerGitHub <noreply@github.com>2020-07-21 13:54:54 +0300
commit55517f274a0f1fbdae9ff8745f729f514f013b19 (patch)
tree02df123e5ca1fca91f1b664dffc1d644d99a8191
parent6ad309723af307c9a0dffb37328de283960048d7 (diff)
parent20896c11a63f4dc4c1edd08960566710cc8c2fb4 (diff)
Merge pull request #3928 from nextcloud/backport/3927/stable19v9.0.2
[stable19] Changelog of july 21 updates
-rw-r--r--CHANGELOG.md58
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 61 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a21b7443b..4a9e30a6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,64 @@
# 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)
+
+## 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)
+
## 9.0.1 – 2020-06-08
### Added
- Store the guest name in browser storage again and read it from there
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1509e45e5..b6029049f 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>9.0.1</version>
+ <version>9.0.2</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 06eddb790..cede2e5df 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.0",
+ "version": "9.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 64aeedbb0..bcd921854 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.0",
+ "version": "9.0.2",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",