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-03-02 19:01:16 +0300
committerGitHub <noreply@github.com>2020-03-02 19:01:16 +0300
commit47e796b2673afd9d01addaff9048a995cc44aeaf (patch)
treee08a5a747b8189ab0de9755b12607066fa339162
parent0949866ee9fc849b740da4ca61cb58adee764a51 (diff)
parent85205cd8ed984a8d3213199f8b150a2009d37f01 (diff)
Merge pull request #3040 from nextcloud/backport/3039/stable18v8.0.5
[stable18] Add changelog for v8.0.5
-rw-r--r--CHANGELOG.md32
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 34 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a76f83cf7..a72682227 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,41 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 8.0.5 – 2020-03-03
+### Added
+- Add a link to the file in the conversation info for file conversations
+ [#2974](https://github.com/nextcloud/spreed/pull/2974)
+
+### Fixed
+- Fix copy and paste behaviour with WebKit based browsers
+ [#2982](https://github.com/nextcloud/spreed/pull/2982)
+- Improve chat loading for guests to be fast again
+ [#3026](https://github.com/nextcloud/spreed/pull/3026)
+- Improve reaction time to conversation status changes for guests
+ [#3038](https://github.com/nextcloud/spreed/pull/3038)
+- Fix collision on (empty) tab id with systemtags app in the sidebar
+ [#2964](https://github.com/nextcloud/spreed/pull/2964)
+- Focus the chat input in the sidebar when opening the chat tab
+ [#2975](https://github.com/nextcloud/spreed/pull/2975)
+- Also end call state of conversation when the last user leaves, has a timeout or logs out directly
+ [#2952](https://github.com/nextcloud/spreed/pull/2952)
+ [#2984](https://github.com/nextcloud/spreed/pull/2984)
+- Await response of "Leave call" before leaving the conversation
+ [#2951](https://github.com/nextcloud/spreed/pull/2951)
+- Don't provide a default stun when the server has no internet connection
+ [#2982](https://github.com/nextcloud/spreed/pull/2982)
+ [#3028](https://github.com/nextcloud/spreed/pull/3028)
+- Fix call notifications stating "You missed a call" with a lot of participants
+ [#2945](https://github.com/nextcloud/spreed/pull/2945)
+- Only try to join and leave real conversations when opening the files sidebar
+ [#2977](https://github.com/nextcloud/spreed/pull/2977)
+
+
## 8.0.4 – 2020-02-11
### Added
- Readd fullscreen option for the interface with f as a shortcut
[#2937](https://github.com/nextcloud/spreed/pull/2937)
-
+
### Fixed
- Fix Files sidebar integration, public share page and video verification
[#2935](https://github.com/nextcloud/spreed/pull/2935)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index af16e868d..a2b3da4a1 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.4</version>
+ <version>8.0.5</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index ff72b4919..3dc794e85 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "8.0.4",
+ "version": "8.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index fb5f3cf6c..4bd8e020f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "talk",
"description": "",
- "version": "8.0.4",
+ "version": "8.0.5",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,