From 834e868a1e89baae7553bf9fc6e7fbc2f07cc12b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 2 Mar 2020 16:45:32 +0100 Subject: Add changelog for v8.0.5 Signed-off-by: Joas Schilling --- CHANGELOG.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3 From 85205cd8ed984a8d3213199f8b150a2009d37f01 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 2 Mar 2020 16:55:55 +0100 Subject: Bump version to v8.0.5 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ]]> - 8.0.4 + 8.0.5 agpl Daniel Calviño Sánchez 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 ", "license": "agpl", "private": true, -- cgit v1.2.3