diff --git a/CHANGELOG.md b/CHANGELOG.md index 346f09e227..9cfd1a76cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,57 @@ # Changelog All notable changes to this project will be documented in this file. +## 17.1.1 – 2023-09-21 +### Added +- feat(chat): Add copy function to code blocks + [#10533](https://github.com/nextcloud/spreed/issues/10533) + +### Changed +- Update dependencies + +### Fixed +- fix(attachments): Allow to navigate between attachments in the viewer + [#10549](https://github.com/nextcloud/spreed/issues/10549) +- fix(bots): Fix notifications of bot messages and reactions + [#10530](https://github.com/nextcloud/spreed/issues/10530) +- fix(conversations): Keep the current conversation in filtered list + [#10527](https://github.com/nextcloud/spreed/issues/10527) +- fix(page): Decouple the index controller from the executing method + [#10546](https://github.com/nextcloud/spreed/issues/10546) +- fix(API): Reuse participant objects already created to reduce number of database queries + [#10536](https://github.com/nextcloud/spreed/issues/10536) + +## 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) ## 17.1.0 – 2023-09-16 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 9d85b63d3f..4f68b004d4 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.0 + 17.1.1 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 2a60c07681..b7ae1be6c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "17.1.0", + "version": "17.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "17.1.0", + "version": "17.1.1", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index b87b736aa0..74dc544cf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "17.1.0", + "version": "17.1.1", "private": true, "description": "", "author": "Joas Schilling ",