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 <coding@schilljs.com>2020-01-27 12:46:35 +0300
committerJoas Schilling <coding@schilljs.com>2020-01-27 12:53:46 +0300
commit85915a2457d63fb426c9dd83a030aa372d009110 (patch)
tree608e02f5378db4415c9dff9501d188068f15bbfc /CHANGELOG.md
parent4938dc5e410defaf9d40cedb49da3402902d06e7 (diff)
Add changelog for 8.0.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28af54598..79417b8ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,33 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 8.0.1 – 2020-01-27
+### Added
+- Add details to "New in Talk 8" list
+ [#2812](https://github.com/nextcloud/spreed/pull/2812)
+- Allow to "right click" > "Copy link address" on the conversations list again
+ [#2832](https://github.com/nextcloud/spreed/pull/2832)
+- Add an indicator to the participant list if a user is in the call
+ [#2840](https://github.com/nextcloud/spreed/pull/2840)
+
+### Changed
+- Require confirmation before deleting a conversation
+ [#2843](https://github.com/nextcloud/spreed/pull/2843)
+
+### Fixed
+- Re-add missing shortcuts for turning on/off audio (m) and video (v)
+ [#2828](https://github.com/nextcloud/spreed/pull/2828)
+- Fix visiting index.php/ links when rewrite is enabled
+ [#2833](https://github.com/nextcloud/spreed/pull/2833)
+- Adding a circle does not correctly add all accepted members
+ [#2834](https://github.com/nextcloud/spreed/pull/2834)
+- Correctly handle guest names in chats and calls when they are changed
+ [#2849](https://github.com/nextcloud/spreed/pull/2849)
+- Contacts menu not redirecting to one-to-one conversations on "Talk to …"
+ [#2809](https://github.com/nextcloud/spreed/pull/2809)
+- Increase tolerence for automatically show new messages and scroll to bottom
+ [#2821](https://github.com/nextcloud/spreed/pull/2821)
+
## 8.0.0 – 2020-01-17
### Added
- Recreation of the frontend in Vue.JS