diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cfd1a76cf3..abec66c95da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,44 @@ # Changelog All notable changes to this project will be documented in this file. +## 17.1.2 – 2023-10-27 +### Changed +- Update dependencies + +### Fixed +- fix(chat): Allow joining a conversation via search when a filter is active + [#10781](https://github.com/nextcloud/spreed/issues/10781) +- fix(chat): Fix re-rendering of conversation data when scrolling (hover, user status, more) + [#10779](https://github.com/nextcloud/spreed/issues/10779) +- fix(chat): Clear deleted messages from replies + [#10713](https://github.com/nextcloud/spreed/issues/10713) +- fix(chat): Fix mentions when forwarding messages + [#10673](https://github.com/nextcloud/spreed/issues/10673) +- fix(call): Increase the avatar size in calls when the video is disabled + [#10628](https://github.com/nextcloud/spreed/issues/10628) +- fix(call): Fix "silent" parameter not sent again when reconnecting + [#10776](https://github.com/nextcloud/spreed/issues/10776) +- fix(chat): Fix message grouping for all locales + [#10695](https://github.com/nextcloud/spreed/issues/10695) +- fix(RightSidebar) update active tab on mount and conversation change + [#10564](https://github.com/nextcloud/spreed/issues/10564) +- fix(sip): Fix saving the secret of the SIP bridge in the admin UI + [#10718](https://github.com/nextcloud/spreed/issues/10718) + +## 16.0.7 – 2023-10-27 +### Changed +- Update dependencies + +### Fixed +- fix(call): Fix "silent" parameter not sent again when reconnecting + [#10777](https://github.com/nextcloud/spreed/issues/10777) +- fix(chat): Fix message grouping for all locales + [#10696](https://github.com/nextcloud/spreed/issues/10696) +- fix(RightSidebar) update active tab on mount and conversation change + [#10564](https://github.com/nextcloud/spreed/issues/10564) +- fix(sip): Fix saving the secret of the SIP bridge in the admin UI + [#10719](https://github.com/nextcloud/spreed/issues/10719) + ## 17.1.1 – 2023-09-21 ### Added - feat(chat): Add copy function to code blocks diff --git a/appinfo/info.xml b/appinfo/info.xml index 4f68b004d45..1acca35812f 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.1 + 17.1.2 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 57b5e4da65a..33060421f50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "17.1.1", + "version": "17.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "17.1.1", + "version": "17.1.2", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 62787caf796..c6123299fbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "17.1.1", + "version": "17.1.2", "private": true, "description": "", "author": "Joas Schilling ",