From 8ea8b16699a6565e6a64680b823759d0e9e2d209 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 10 Oct 2024 14:42:38 +0200 Subject: [PATCH 1/2] chore(release): Add changelog for 18.0.12 Signed-off-by: Joas Schilling --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bab28504430..4d484e94b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog All notable changes to this project will be documented in this file. +## 18.0.12 – 2024-10-10 +### Changed +- Update translations +- Update dependencies + +### Fixed +- fix(avatar): Fix missing translations + [#13411](https://github.com/nextcloud/spreed/issues/13411) +- fix(chat): Expire message cache when deleting the last message + [#13391](https://github.com/nextcloud/spreed/issues/13391) +- fix(call): Correctly ignore media offers from users without permissions when internal signaling is used + [#13493](https://github.com/nextcloud/spreed/issues/13493) +- fix(call): Fix missing call sounds in Safari when tab is moved to the background + [#13351](https://github.com/nextcloud/spreed/issues/13351) +- fix(avatar): Don't overwrite user avatar when selecting a square for a conversation + [#13287](https://github.com/nextcloud/spreed/issues/13287) + ## 18.0.11 – 2024-08-22 ### Changed - Update several dependencies From 476ec16aed416ee913b043e7fb8c2068d82817ec Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 10 Oct 2024 15:34:57 +0200 Subject: [PATCH 2/2] chore(release): Bump version to 18.0.12 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 db0649871da..f59cc15f66c 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 ]]> - 18.0.11 + 18.0.12 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 5ee7100c352..0f4994f28eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "18.0.11", + "version": "18.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "18.0.11", + "version": "18.0.12", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 0b298b9cf1c..5d0ef4afc08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "18.0.11", + "version": "18.0.12", "private": true, "description": "", "author": "Joas Schilling ",