diff --git a/CHANGELOG.md b/CHANGELOG.md index abec66c95da..078dfceb323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,38 @@ # Changelog All notable changes to this project will be documented in this file. +## 17.1.3 – 2023-11-23 +### Fixed +- fix(settings): Remove non-working notification settings for guests + [#10974](https://github.com/nextcloud/spreed/issues/10974) +- fix(chat): Fix uploading files after some time of being online + [#10891](https://github.com/nextcloud/spreed/issues/10891) +- fix(participants): Update participants list more regularly + [#10843](https://github.com/nextcloud/spreed/issues/10843) +- fix(settings): Fix option to request an HPB trial + [#10965](https://github.com/nextcloud/spreed/issues/10965) +- fix(settings): Fail recording server test when an HPB was given as recording backend + [#10948](https://github.com/nextcloud/spreed/issues/10948) +- fix(chat): Hide delete option for guests + [#10806](https://github.com/nextcloud/spreed/issues/10806) +- fix(chat): Fix sorting of system messages + [#10964](https://github.com/nextcloud/spreed/issues/10964) +- fix(chat): Fix not breaking the JSON response when removing the last reaction of a message + [#10949](https://github.com/nextcloud/spreed/issues/10949) +- fix(call): Log error message when starting a screenshot fails + [#10827](https://github.com/nextcloud/spreed/issues/10827) + +## 16.0.8 – 2023-11-23 +### Fixed +- fix(settings): Remove non-working notification settings for guests + [#10976](https://github.com/nextcloud/spreed/issues/10976) +- fix(settings): Fix option to request an HPB trial + [#10967](https://github.com/nextcloud/spreed/issues/10967) +- fix(settings): Fail recording server test when an HPB was given as recording backend + [#10950](https://github.com/nextcloud/spreed/issues/10950) +- fix(chat): Hide delete option for guests + [#10807](https://github.com/nextcloud/spreed/issues/10807) + ## 17.1.2 – 2023-10-27 ### Changed - Update dependencies diff --git a/appinfo/info.xml b/appinfo/info.xml index 1acca35812f..4c4eb556e46 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.2 + 17.1.3 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 4f64fffff9b..fa7730595f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "17.1.2", + "version": "17.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "17.1.2", + "version": "17.1.3", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 7b408be2b63..dd03d1b116f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "17.1.2", + "version": "17.1.3", "private": true, "description": "", "author": "Joas Schilling ",