From 5fd98633293f99c09e2fe0fb94dd9d9828d10c9f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 19 Dec 2023 06:48:31 +0100 Subject: [PATCH 1/2] chore(release): Add changelog for 16.0.9 and 17.1.4 Signed-off-by: Joas Schilling --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 078dfceb323..b82679fb8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog All notable changes to this project will be documented in this file. +## 17.1.4 – 2023-12-19 +### Fixed +- fix(UI): Allow joining a call while editing a document + [#11260](https://github.com/nextcloud/spreed/issues/11260) +- fix(chat): Fix grouping of chat messages when they include the readmarker + [#11068](https://github.com/nextcloud/spreed/issues/11068) +- fix(call): Fix lost audio tracks in Safari after being muted a longer time + [#11145](https://github.com/nextcloud/spreed/issues/11145) +- fix(occ): Fix verification of STUN server details + [#11194](https://github.com/nextcloud/spreed/issues/11194) +- fix(hosted-hpb): Correctly handle API response codes of hosted High-performance backend when the account expired + [#11045](https://github.com/nextcloud/spreed/issues/11045) + +## 16.0.9 – 2023-12-19 +### Fixed +- fix(occ): Fix verification of STUN server details + [#11195](https://github.com/nextcloud/spreed/issues/11195) +- fix(hosted-hpb): Correctly handle API response codes of hosted High-performance backend when the account expired + [#11045](https://github.com/nextcloud/spreed/issues/11045) + ## 17.1.3 – 2023-11-23 ### Fixed - fix(settings): Remove non-working notification settings for guests From dde00ed2e2dc36562559773085751fe6ae365c9a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 19 Dec 2023 06:51:26 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 17.1.4 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 4c4eb556e46..d286af35f95 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 ]]> - 17.1.3 + 17.1.4 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index f16ab925ecd..4a451b48b94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "17.1.3", + "version": "17.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "17.1.3", + "version": "17.1.4", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 1c2e6713ac5..03c31b76217 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "17.1.3", + "version": "17.1.4", "private": true, "description": "", "author": "Joas Schilling ",