From cdd06a35ca82fb17fe067f83176ba016663eef89 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Thu, 27 Jun 2024 15:58:00 +0200 Subject: [PATCH] chore(release): v19.0.4 Signed-off-by: Maksim Sukharev --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 45 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe31be82c3..21a1a7eba36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,47 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.4 – 2024-06-27 +### Changed +- feat(call): Add option to mirror video preview + [#12593](https://github.com/nextcloud/spreed/pull/12593) +- feat(call): Add 'Participants' tab to 1-1 calls + [#12594](https://github.com/nextcloud/spreed/pull/12594) + +### Fixed +- fix(federation): Update federation invites counter + [#12544](https://github.com/nextcloud/spreed/pull/12544) +- fix(chat): Hide reply button for participants without chat permissions + [#12577](https://github.com/nextcloud/spreed/pull/12577) +- fix(bots): Show error messages during bots setup + [#12572](https://github.com/nextcloud/spreed/pull/12572) +- fix(sidebar): Restore missing tab after switching a conversation + [#12587](https://github.com/nextcloud/spreed/pull/12587) +- fix(chat): Adjust toast message on message deletion + [#12589](https://github.com/nextcloud/spreed/pull/12589) +- fix(chat): Fix marking conversation as read for hidden messages + [#12592](https://github.com/nextcloud/spreed/pull/12592) + +## 18.0.9 – 2024-06-27 +### Fixed +- fix(bots): Fix bots with self-signed certificates + [#12470](https://github.com/nextcloud/spreed/pull/12470) +- fix(attachments): Fix creating new files from templates + [#12487](https://github.com/nextcloud/spreed/pull/12487) +- fix(shareIntegration): Fix handle to close and open the right sidebar on publish share links + [#12494](https://github.com/nextcloud/spreed/pull/12494) +- fix(bots): Show error messages during bots setup + [#12573](https://github.com/nextcloud/spreed/pull/12573) +- fix(chat): Adjust toast message on message deletion + [#12588](https://github.com/nextcloud/spreed/pull/12588) + +## 17.1.10 – 2024-06-27 +### Fixed +- fix(bots): Fix bots with self-signed certificates + [#12469](https://github.com/nextcloud/spreed/pull/12469) +- fix(shareIntegration): Fix handle to close and open the right sidebar on publish share links + [#12495](https://github.com/nextcloud/spreed/pull/12495) + ## 19.0.3 – 2024-06-18 ### Fixed - fix(chat): visual alignment of typing indicator for wide screens diff --git a/appinfo/info.xml b/appinfo/info.xml index c5301c2d152..8061a159375 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. ]]> - 19.0.3 + 19.0.4 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 786d2c9564e..fdbd598f74e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.3", + "version": "19.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.3", + "version": "19.0.4", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 7152b8fc2e8..098d548cea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.3", + "version": "19.0.4", "private": true, "description": "", "author": "Joas Schilling ",