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:57:37 +0300
committerGitHub <noreply@github.com>2020-07-21 13:57:37 +0300
commitd3edbad660f7c6798d2056b15893ddc1ab1c0b6d (patch)
tree0e493fc2d094434f6c90bb081222f8d26355db35
parente50cc182b8538cdd8bd78887c5bfa656310ad41b (diff)
parent20e0d74a4f47c0897968b210c3fa82ef0dc29891 (diff)
Merge pull request #3930 from nextcloud/backport/3927/stable17v7.0.4
[stable17] Release 7.0.4
-rw-r--r--CHANGELOG.md17
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 20 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b559cfa2e..d4f7f8d40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 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)
+
## 7.0.3 – 2020-04-20
### Fixed
- Removed unnecessary double-quote argument parameter from commands
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0c4de87a9..28b6a0670 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>7.0.3</version>
+ <version>7.0.4</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 3a44b8e15..f2b1c1344 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "spreed",
- "version": "7.0.0",
+ "version": "7.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index e44ad33e9..02899006f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "spreed",
- "version": "7.0.0",
+ "version": "7.0.4",
"description": "",
"main": " ",
"repository": {