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>2019-04-02 12:40:50 +0300
committerGitHub <noreply@github.com>2019-04-02 12:40:50 +0300
commit6a241a71daa6b2614a2359bcc47555a12d858803 (patch)
tree3bd4273498531abe8b1c84a7662d7e91ca62f061
parentdc96c817739e402deff33636643ecd5427d22930 (diff)
parent5e3fc673566f2421038f688a55a1ed3004b15f17 (diff)
Merge pull request #1650 from nextcloud/build/6.0.0v5.99.10
v6.0.0 - Changelog + Version bump
-rw-r--r--CHANGELOG.md40
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json4
3 files changed, 43 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b9bf0ebe..f0ad91d59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,46 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 5.99.10 – 2019-04-02
+### Added
+- Administrators can now define commands which can be used in the chat. See [commands.md](https://github.com/nextcloud/spreed/blob/master/docs/commands.md) for more information
+ [#1453](https://github.com/nextcloud/spreed/pull/1453)
+- `@all` mentions all participants in the conversation
+ [#1531](https://github.com/nextcloud/spreed/pull/1531)
+- Allow to get the last sent message again with `arrow-up`
+ [#1520](https://github.com/nextcloud/spreed/pull/1520)
+- Conversations associated to files now have a link to the file
+ [#1387](https://github.com/nextcloud/spreed/pull/1387)
+- The Talk app can now be restricted to a group of users in the Talk administration settings
+ [#1585](https://github.com/nextcloud/spreed/pull/1585)
+- Show a warning when a call has many participants and no external signaling server is used
+ [#1649](https://github.com/nextcloud/spreed/pull/1649)
+
+### Changed
+- One-to-one conversations are now persistent and can not be turned into group conversations by accident. Also when one of the participants leaves the conversation, the conversation is not automatically deleted anymore.
+ [#1591](https://github.com/nextcloud/spreed/pull/1591)
+ [#1588](https://github.com/nextcloud/spreed/pull/1588)
+- Conversations must have a name now
+ [#1567](https://github.com/nextcloud/spreed/pull/1567)
+
+### Fixed
+- Fix multiple race-conditions that could interrupt connections, end calls or prevent connections between single participants
+ [#1522](https://github.com/nextcloud/spreed/pull/1522)
+ [#1533](https://github.com/nextcloud/spreed/pull/1533)
+ [#1534](https://github.com/nextcloud/spreed/pull/1534)
+ [#1549](https://github.com/nextcloud/spreed/pull/1549)
+- Use better icons when a file without preview or a folder is shared into the chat
+ [#1601](https://github.com/nextcloud/spreed/pull/1601)
+- Prevent issues when two participants share their screens
+ [#1571](https://github.com/nextcloud/spreed/pull/1571)
+- Correctly remember last media state when reloading in a call
+ [#1548](https://github.com/nextcloud/spreed/pull/1548)
+ [#5174](https://github.com/nextcloud/spreed/pull/1574)
+- Do not show conversation names and other details if the user is not a participant
+ [#1426](https://github.com/nextcloud/spreed/pull/1426)
+ [#1496](https://github.com/nextcloud/spreed/pull/1496)
+ [#1502](https://github.com/nextcloud/spreed/pull/1502)
+
## 5.0.2 – 2019-01-30
### Changed
- Show autocompletion as soon as "@" is typed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e9f87176e..5b59ad396 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>5.99.3</version>
+ <version>5.99.10</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package.json b/package.json
index 3f4e2768a..5191288be 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "spreed",
- "version": "1.0.0",
- "description": "This code is a proof of concept. Do not use it in production.",
+ "version": "6.0.0",
+ "description": "",
"main": " ",
"scripts": {
"test": ""