summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-11-23 17:11:13 +0100
committerGitHub <noreply@github.com>2023-11-23 17:11:13 +0100
commit4c8480291e1ab7d8904d7791082e5517915fa609 (patch)
tree4903a1b402fb6089c71fa83ee9010c8a40c90104
parent601add1c3b65fb473492e5c913e3125442ab40ff (diff)
parent26fc93670d2f475515ad4beff480e82334973983 (diff)
Merge pull request #10989 from nextcloud/release/17.1.3v17.1.3
Release 17.1.3
-rw-r--r--CHANGELOG.md32
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 36 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index abec66c95..078dfceb3 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 1acca3581..4c4eb556e 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>17.1.2</version>
+ <version>17.1.3</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 4f64fffff..fa7730595 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 7b408be2b..dd03d1b11 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 <coding@schilljs.com>",