diff --git a/CHANGELOG.md b/CHANGELOG.md index ba148d803b8..6427d5c26d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog All notable changes to this project will be documented in this file. +## 16.0.5 – 2023-07-20 +### Changed +- Close sidebar on mobile resolution after changing the route + [#9764](https://github.com/nextcloud/spreed/issues/9764) + +### Fixed +- Make chat stay scrolling when the last message receives its first reaction + [#9957](https://github.com/nextcloud/spreed/issues/9957) +- Improve call view video size calculation + [#9836](https://github.com/nextcloud/spreed/issues/9836) +- Update group displayname when a group is renamed + [#9840](https://github.com/nextcloud/spreed/issues/9840) +- Don't make the conversation list scroll when the selected conversation is already visible + [#9785](https://github.com/nextcloud/spreed/issues/9785) +- Make conversation name and description selectable + [#9781](https://github.com/nextcloud/spreed/issues/9781) + +## 15.0.7 – 2023-07-20 +### Fixed +- Make conversation name and description selectable + [#9784](https://github.com/nextcloud/spreed/issues/9784) + ## 16.0.4 – 2023-05-25 ### Added - Allow to mark conversations unread in the sidebar diff --git a/appinfo/info.xml b/appinfo/info.xml index 819e27fc10d..519cae4e9ed 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 ]]> - 16.0.4 + 16.0.5 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 7350e910084..8d7c0652cd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "16.0.4", + "version": "16.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "16.0.4", + "version": "16.0.5", "license": "agpl", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index dfc0bbf3340..633148c4fc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "16.0.4", + "version": "16.0.5", "private": true, "description": "", "author": "Joas Schilling ",