From 1a8848065307009c22c3a3c696fa163403f1d113 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 29 Feb 2024 17:24:59 +0100 Subject: [PATCH 1/2] chore(release): Add changelog for 16.0.11 Signed-off-by: Joas Schilling --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa77d1edcc..ab4f9ffe02c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,22 @@ # Changelog All notable changes to this project will be documented in this file. +## 16.0.11 – 2024-02-29 +### Changed +- Update translations + +### Fixed +- fix(webrtc): Ignore label of data channel when processing received messages for Janus 1.x compatibility + [#11669](https://github.com/nextcloud/spreed/issues/11669) +- fix(notifications): Fix notification action label length with utf8 languages + [#11619](https://github.com/nextcloud/spreed/issues/11619) +- fix(chat): Fix forwarding messages from conversations in the right sidebar + [#11611](https://github.com/nextcloud/spreed/issues/11611) + ## 16.0.10 – 2024-01-25 ### Fixed -- fix(attachments): Don't allow selecting shared folders as attachment folder - [#11431](https://github.com/nextcloud/spreed/issues/11431) +- fix(attachments): Don't allow selecting shared folders as attachment folder + [#11431](https://github.com/nextcloud/spreed/issues/11431) ## 16.0.9 – 2023-12-19 ### Fixed From 73ef53baadf03871f1d82905e8c606787c7f9b37 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 29 Feb 2024 17:30:42 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 16.0.11 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 0eb3cd5a0a2..bee931e2dfc 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 ]]> - 16.0.10 + 16.0.11 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index faec3f6fabd..2f103a0c0e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "16.0.10", + "version": "16.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "16.0.10", + "version": "16.0.11", "license": "agpl", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 34e6f6b5da7..3f5b229a58f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "16.0.10", + "version": "16.0.11", "private": true, "description": "", "author": "Joas Schilling ",