summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksim Sukharev <antreesy.web@gmail.com>2024-06-18 19:34:26 +0200
committerGitHub <noreply@github.com>2024-06-18 19:34:26 +0200
commite49bc19b4d6ca5cdd4e5d8b77a936c2ca761d110 (patch)
tree7d2bbfa01e7eba2e17dfe66fafdb7214f9de2787
parent13534203fd8d450e314634a1d96e2bd38e25ad3f (diff)
parent571d74ebbd403a027a1ed5df1a839b03f21e171c (diff)
Merge pull request #12537 from nextcloud/backport/12536/stable29v19.0.3
[stable29] chore(release): Changelog for 19.0.3
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index baa4b2599..4fe31be82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 19.0.3 – 2024-06-18
+### Fixed
+- fix(chat): visual alignment of typing indicator for wide screens
+ [#12521](https://github.com/nextcloud/spreed/pull/12521)
+- fix(call): remove sound interference in Safari after audio disconnecting
+ [#12534](https://github.com/nextcloud/spreed/pull/12534)
+
## 19.0.2 – 2024-06-13
### Fixed
- fix(call): Fix audio issue in Safari when a user unmutes after a longer time while the tab is inactive
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 327f31f46..c5301c2d1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@
* 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.
]]></description>
- <version>19.0.2</version>
+ <version>19.0.3</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index c15ad0f49..1753206a2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "19.0.2",
+ "version": "19.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "19.0.2",
+ "version": "19.0.3",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 8dcf57162..bed98ed39 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "19.0.2",
+ "version": "19.0.3",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",