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-02-10 14:11:16 +0300
committerGitHub <noreply@github.com>2020-02-10 14:11:16 +0300
commit03ff7dca59025871f0f177ce7ee8430b7f9f70f8 (patch)
tree234dce4caa3b0c35adce74e6475d98d00609881b
parent0c71d2fcb14c1f364f61ea672bc279b830e91a4a (diff)
parent8a31143e9df3abdec28e159b8275a8b02e1794e7 (diff)
Merge pull request #2932 from nextcloud/backport/2931/stable18v8.0.3
[stable18] Changelog for v8.0.3
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98ddc0ec0..26dbf70ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 8.0.3 – 2020-02-10
+### Fixed
+- Fix calls not working anymore due to error when handling signaling messages
+ [#2928](https://github.com/nextcloud/spreed/pull/2928)
+- Do not show favorite and call icon overlapping each others
+ [#2927](https://github.com/nextcloud/spreed/pull/2927)
+- Fix issues in the participants list when there are multiple guests
+ [#2929](https://github.com/nextcloud/spreed/pull/2929)
+- Fix error in console when adding a conversation to favorites
+ [#2930](https://github.com/nextcloud/spreed/pull/2930)
+
## 8.0.2 – 2020-02-07
### Added
- Allow admins to select a default notification level for group conversations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b6a4d3705..b5eebb101 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.2</version>
+ <version>8.0.3</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index b1ca2d9f8..7e519ccb8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "8.0.2",
+ "version": "8.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 48a82e875..286c5a106 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "talk",
"description": "",
- "version": "8.0.2",
+ "version": "8.0.3",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,