summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigorii K. Shartsev <me@shgk.me>2023-06-12 20:27:25 +0500
committerGitHub <noreply@github.com>2023-06-12 20:27:25 +0500
commitefe34dacf66f4f36b5d47eb92632f4b1d2aab7cd (patch)
tree5038c5bbb07ec27be14cb2e9a2e96f1397745dae
parent32be4c38448b383e2df67c33e78ae20d9578931a (diff)
parent025b3ecc20e6ceb04ad9e0feb4e618b374306592 (diff)
Merge pull request #9771 from nextcloud/release/17.0.0v17.0.0
Release/17.0.0
-rw-r--r--CHANGELOG.md18
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 22 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 030970eb4..49e2bbefd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 17.0.0 – 2023-06-12
+### Added
+
+- Conversations can now have an avatar or emoji as icon
+ [#927](https://github.com/nextcloud/spreed/issues/927)
+- Virtual backgrounds are now available in addition to the blurred background in video calls
+ [#9251](https://github.com/nextcloud/spreed/issues/9251)
+- Reactions are now available during calls
+ [#9249](https://github.com/nextcloud/spreed/issues/9249)
+- Typing indicators show which users are currently typing a message
+ [#9248](https://github.com/nextcloud/spreed/issues/9248)
+- Groups can now be mentioned in chats
+ [#6339](https://github.com/nextcloud/spreed/issues/6339)
+- Call recordings are automatically transcribed if a transcription provider app is registered
+ [#9274](https://github.com/nextcloud/spreed/issues/9274)
+- Chat messages can be translated if a translation provider app is registered
+ [#9273](https://github.com/nextcloud/spreed/issues/9273)
+
## 17.0.0-rc.4 – 2023-06-09
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d2a786ecb..36e962cc9 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>17.0.0-rc.4</version>
+ <version>17.0.0</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index f48503b5d..989634ac7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.0.0-rc.4",
+ "version": "17.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.0.0-rc.4",
+ "version": "17.0.0",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 0ab4090bd..116708670 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.0.0-rc.4",
+ "version": "17.0.0",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",