From 3d5c5069d39fea960003126d88a5f06d04548caf Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Sep 2023 16:13:33 +0200 Subject: [PATCH 1/2] chore(release): Add changelog for 15.0.8 and 16.0.6 Signed-off-by: Joas Schilling --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6427d5c26d5..f2c162a8240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,38 @@ # Changelog All notable changes to this project will be documented in this file. +## 16.0.6 – 2023-09-21 +### Changed +- Update dependencies + +### Fixed +- fix(chat): Fix responding with "X-Chat-Last-Common-Read" when requested by the client + [#10340](https://github.com/nextcloud/spreed/issues/10340) +- fix(call): Add an option to disable background blur in call + [#10473](https://github.com/nextcloud/spreed/issues/10473) +- fix(desktop): fix disabling avatar menu for desktop + [#10183](https://github.com/nextcloud/spreed/issues/10183) +- fix(page): Decouple the index controller from the executing method + [#10547](https://github.com/nextcloud/spreed/issues/10547) +- Fix using signaling settings while being refetched + [#10259](https://github.com/nextcloud/spreed/issues/10259) +- fix(chat): clean conversation history for participants in call + [#10303](https://github.com/nextcloud/spreed/issues/10303) + +## 15.0.8 – 2023-09-21 +### Changed +- Update dependencies + +### Fixed +- fix(call): Add an option to disable background blur in call + [#10474](https://github.com/nextcloud/spreed/issues/10474) +- fix(page): Decouple the index controller from the executing method + [#10548](https://github.com/nextcloud/spreed/issues/10548) +- Fix using signaling settings while being refetched + [#10257](https://github.com/nextcloud/spreed/issues/10257) +- fix(chat): clean conversation history for participants in call + [#10304](https://github.com/nextcloud/spreed/issues/10304) + ## 16.0.5 – 2023-07-20 ### Changed - Close sidebar on mobile resolution after changing the route From 8e29b4721cfe562121164660537e4f0ad85a8957 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Sep 2023 16:29:16 +0200 Subject: [PATCH 2/2] chore(release): Bump version 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 519cae4e9ed..f60a310b547 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.5 + 16.0.6 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index e9ea54166c7..2d5500c100d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "16.0.5", + "version": "16.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "16.0.5", + "version": "16.0.6", "license": "agpl", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index d70ddf98334..fefae7ce578 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "16.0.5", + "version": "16.0.6", "private": true, "description": "", "author": "Joas Schilling ",