From c1657e9709c3dcf8c56a03c2be62ba4bda6255a0 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 8 Mar 2024 16:11:45 +0100 Subject: [PATCH 1/3] chore(release): Add changelog for 18.0.5 Signed-off-by: Joas Schilling --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b127e6b6c11..05f0bb9eb1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. +## 18.0.5 – 2024-03-08 +### Changed +- Update translations + +### Fixed +- fix(call): Fix missing screenshare button after stopping a screenshare + [#11721](https://github.com/nextcloud/spreed/issues/11721) +- fix(call): Correctly focus the screenshare after selecting in the grid view + [#11755](https://github.com/nextcloud/spreed/issues/11755) +- fix(chat): Fix jumping unread counter when entering a conversation after receiving a notification + [#11736](https://github.com/nextcloud/spreed/issues/11736) + ## 18.0.4 – 2024-02-29 ### Added - feat(desktop): Allow using the avatar menu in the desktop client From fe1cd7e5d9ed658efab94953d1696176deb321af Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 8 Mar 2024 16:15:18 +0100 Subject: [PATCH 2/3] chore(release): Bump version to 18.0.5 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 e9503256fc2..40efd046813 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.4 + 18.0.5 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 707040046a2..577989e5005 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "18.0.4", + "version": "18.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "18.0.4", + "version": "18.0.5", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index f3d36375722..9a652616d32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "18.0.4", + "version": "18.0.5", "private": true, "description": "", "author": "Joas Schilling ", From a113c5dc376b5396ed12860c397174ad47bc07fb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 8 Mar 2024 16:23:46 +0100 Subject: [PATCH 3/3] fix(CI): Bump action so it does not timeout Signed-off-by: Joas Schilling --- .github/workflows/phpunit-mariadb.yml | 2 +- .github/workflows/phpunit-mysql.yml | 2 +- .github/workflows/phpunit-oci.yml | 2 +- .github/workflows/phpunit-pgsql.yml | 2 +- .github/workflows/phpunit-sqlite.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/phpunit-mariadb.yml b/.github/workflows/phpunit-mariadb.yml index 331a0482b9c..a53327f413a 100644 --- a/.github/workflows/phpunit-mariadb.yml +++ b/.github/workflows/phpunit-mariadb.yml @@ -26,7 +26,7 @@ jobs: - name: Get version matrix id: versions - uses: icewind1991/nextcloud-version-matrix@7d433286e92318f51ed0537b6c77374759e12f46 # v1.3.0 + uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1 changes: runs-on: ubuntu-latest-low diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 0b7543abe28..46c5e0d042f 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -25,7 +25,7 @@ jobs: - name: Get version matrix id: versions - uses: icewind1991/nextcloud-version-matrix@d594a6929da316b732c53355e52a1ead77ba36c7 # v1.2.0 + uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1 with: matrix: '{"mysql-versions": ["8.1"]}' diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml index d18ef028e9d..b0e9da578b7 100644 --- a/.github/workflows/phpunit-oci.yml +++ b/.github/workflows/phpunit-oci.yml @@ -26,7 +26,7 @@ jobs: - name: Get version matrix id: versions - uses: icewind1991/nextcloud-version-matrix@d594a6929da316b732c53355e52a1ead77ba36c7 # v1.2.0 + uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1 changes: runs-on: ubuntu-latest-low diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml index 7111f3017fd..a14177f03a2 100644 --- a/.github/workflows/phpunit-pgsql.yml +++ b/.github/workflows/phpunit-pgsql.yml @@ -26,7 +26,7 @@ jobs: - name: Get version matrix id: versions - uses: icewind1991/nextcloud-version-matrix@d594a6929da316b732c53355e52a1ead77ba36c7 # v1.2.0 + uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1 changes: runs-on: ubuntu-latest-low diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 1deb1bdd56e..d256baac711 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -26,7 +26,7 @@ jobs: - name: Get version matrix id: versions - uses: icewind1991/nextcloud-version-matrix@d594a6929da316b732c53355e52a1ead77ba36c7 # v1.2.0 + uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1 changes: runs-on: ubuntu-latest-low