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>2018-11-15 16:36:53 +0300
committerJoas Schilling <coding@schilljs.com>2018-11-15 16:36:53 +0300
commitd864e4fcc6e5299b0341e1fd8a6c043a9a702d40 (patch)
tree87fe57f969975fb0b010722bceee905eaa15d2c2
parent0296b6462cc5d706fffe136780b3b8f78e6b9e73 (diff)
Prepare 4.0.1v4.0.1
**Added** - Add an option to test the TURN configuration in the admin settings [#1294](https://github.com/nextcloud/spreed/pull/1294) **Changed** - Improve the notifications when a share password is requested [#1296](https://github.com/nextcloud/spreed/pull/1296) - Do not show an error when a file is shared a second time into a conversation [#1295](https://github.com/nextcloud/spreed/pull/1295) **Fixed** - Custom Signaling, STUN and TURN configurations are not loaded for the user requesting the password for a share [#1297](https://github.com/nextcloud/spreed/pull/1297) - Fix position of the contacts menu when clicking on the avatar of a chat author [#1293](https://github.com/nextcloud/spreed/pull/1293) - Avatars in messages/mentions by guests show the guest avatar instead of the user [#1292](https://github.com/nextcloud/spreed/pull/1292) - Information about user state in a call is bugged [#1291](https://github.com/nextcloud/spreed/pull/1291) - Wrong conversation name of password requests in the details sidebar [#1290](https://github.com/nextcloud/spreed/pull/1290) - Fix rendering, reloading and interaction with the participant list [#1222](https://github.com/nextcloud/spreed/pull/1222) [#1289](https://github.com/nextcloud/spreed/pull/1289) Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md26
-rw-r--r--appinfo/info.xml2
2 files changed, 27 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d11315cf3..7624d41f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 4.0.1 – 2018-11-15
+### Added
+- Add an option to test the TURN configuration in the admin settings
+ [#1294](https://github.com/nextcloud/spreed/pull/1294)
+
+### Changed
+- Improve the notifications when a share password is requested
+ [#1296](https://github.com/nextcloud/spreed/pull/1296)
+- Do not show an error when a file is shared a second time into a conversation
+ [#1295](https://github.com/nextcloud/spreed/pull/1295)
+
+### Fixed
+- Custom Signaling, STUN and TURN configurations are not loaded for the user requesting the password for a share
+ [#1297](https://github.com/nextcloud/spreed/pull/1297)
+- Fix position of the contacts menu when clicking on the avatar of a chat author
+ [#1293](https://github.com/nextcloud/spreed/pull/1293)
+- Avatars in messages/mentions by guests show the guest avatar instead of the user
+ [#1292](https://github.com/nextcloud/spreed/pull/1292)
+- Information about user state in a call is bugged
+ [#1291](https://github.com/nextcloud/spreed/pull/1291)
+- Wrong conversation name of password requests in the details sidebar
+ [#1290](https://github.com/nextcloud/spreed/pull/1290)
+- Fix rendering, reloading and interaction with the participant list
+ [#1222](https://github.com/nextcloud/spreed/pull/1222)
+ [#1289](https://github.com/nextcloud/spreed/pull/1289)
+
## 4.0.0 – 2018-09-06
### Added
- Video verification for password protected email shares
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1657ff4fe..efe2c67ec 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>4.0.0</version>
+ <version>4.0.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>