From a3f0a7d0b4fffd55215e6de83513272a6e9945ab 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 Signed-off-by: Joas Schilling --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b07e7f66c47..3a0ed1c824f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. +## 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) + ## 15.0.7 – 2023-07-20 ### Fixed - Make conversation name and description selectable From b1aa98abf68ce7d4f228f594316c2350803e0fe1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Sep 2023 16:32:04 +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 f1879d5112e..6b2b639f508 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 ]]> - 15.0.7 + 15.0.8 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index ae5b6b0cc90..873786c4e59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "15.0.7", + "version": "15.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "15.0.7", + "version": "15.0.8", "license": "agpl", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index c8f650d9c63..9f8a5e2e914 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "15.0.7", + "version": "15.0.8", "private": true, "description": "", "author": "Joas Schilling ",