summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md15
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 19 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91c4a4138..9847d5917 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 17.0.0-beta.2 – 2023-05-09
+### Added
+- Typing indicators frontend and settings
+ [#9455](https://github.com/nextcloud/spreed/issues/9455)
+ [#9431](https://github.com/nextcloud/spreed/issues/9431)
+
+### Changed
+- Update several dependencies
+
+### Fixed
+- Show empty call view on viewer overlay
+ [#9460](https://github.com/nextcloud/spreed/issues/9460)
+- Fix avatar handling when interacting with non-supporting backends
+ [#9492](https://github.com/nextcloud/spreed/issues/9492)
+
## 17.0.0-beta.1 – 2023-05-04
### Added
- Conversations can now have an avatar or emoji as icon
diff --git a/appinfo/info.xml b/appinfo/info.xml
index fa8c9cfcc..1ea8d2c09 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-beta.1</version>
+ <version>17.0.0-beta.2</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 5366f955d..991730658 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.0.0-beta.1",
+ "version": "17.0.0-beta.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.0.0-beta.1",
+ "version": "17.0.0-beta.2",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 49b0eeaa2..c94734156 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.0.0-beta.1",
+ "version": "17.0.0-beta.2",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",