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-06-08 20:36:51 +0300
committerGitHub <noreply@github.com>2020-06-08 20:36:51 +0300
commit29a100606675af4318d9c3b23de98d92d522329c (patch)
treeb1cbc8661d8683dc039812c44df3e658827fa804
parenta55e5152053f1f41b23ffbe920452771daf696dd (diff)
parenteab107df995924250ade3215604da6ab28c9e391 (diff)
Merge pull request #3786 from nextcloud/backport/3785/stable19v9.0.1
[stable19] Add changelog for v9.0.1
-rw-r--r--CHANGELOG.md33
-rw-r--r--appinfo/info.xml2
2 files changed, 34 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a75962878..a21b7443b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,39 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 9.0.1 – 2020-06-08
+### Added
+- Store the guest name in browser storage again and read it from there
+ [#3709](https://github.com/nextcloud/spreed/pull/3709)
+- Automatically switch to promoted view upon screenshare
+ [#3711](https://github.com/nextcloud/spreed/pull/3711)
+- Added autocomplete support for talk:room:* commands
+ [#3728](https://github.com/nextcloud/spreed/pull/3728)
+
+### Changed
+- Reload page on changing conversation and disable start/join call when Talk UI needs reloading
+ [#3699](https://github.com/nextcloud/spreed/pull/3699)
+- Show sidebar when Viewer is opened
+ [#3679](https://github.com/nextcloud/spreed/pull/3679)
+
+### Fixed
+- Properly sort participants by display name again
+ [#3763](https://github.com/nextcloud/spreed/pull/3763)
+- Make joining the call synchronous to avoid toggling in and out of the callview
+ [#3682](https://github.com/nextcloud/spreed/pull/3682)
+- Do not fetch all conversations on some signaling events
+ [#3673](https://github.com/nextcloud/spreed/pull/3673)
+- Reduce database load when sending out push notifications
+ [#3782](https://github.com/nextcloud/spreed/pull/3782)
+- Remove automatic ping when getting chat messages via the web UI
+ [#3784](https://github.com/nextcloud/spreed/pull/3784)
+- Always try to connect without camera in case it failed
+ [#3780](https://github.com/nextcloud/spreed/pull/3780)
+- Fix talk:room:* commands showing "Guest" as actor in the chat
+ [#3754](https://github.com/nextcloud/spreed/pull/3754)
+- Do not break LessThan3 in last message of conversations list
+ [#3705](https://github.com/nextcloud/spreed/pull/3705)
+
## 9.0.0 – 2020-05-26
### Added
- Added a grid view for calls and made the promoted view more usable in huge calls as well as one-to-one calls
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3d1738e70..1509e45e5 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>9.0.0</version>
+ <version>9.0.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>