summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-07-20 10:34:23 +0200
committerGitHub <noreply@github.com>2023-07-20 10:34:23 +0200
commit4ece86b0facc56ff0e38244a688a689f42a3730d (patch)
treea3ce50fa9930b18ad65726603be8e97c5093bb3f
parente6b3fcca6cd3f0d3cd70b914242f523ad8a6fe64 (diff)
parent372598d589c037c2223b0a4a1e7ea20a601b628d (diff)
Merge pull request #10025 from nextcloud/release/16.0.5v16.0.5
Release 16.0.5
-rw-r--r--CHANGELOG.md22
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 26 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba148d803..6427d5c26 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 819e27fc1..519cae4e9 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
]]></description>
- <version>16.0.4</version>
+ <version>16.0.5</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 7350e9100..8d7c0652c 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 dfc0bbf33..633148c4f 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 <coding@schilljs.com>",