summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-01-25 12:07:07 +0100
committerGitHub <noreply@github.com>2024-01-25 12:07:07 +0100
commit8dc42d97e0e624b966e26ec3fb90ac8174c64cc2 (patch)
tree81fd1d22b9c6b01b32967a13652721299dc215e9
parent23d1633f8943262f45a224cdc1911dda27397bd1 (diff)
parent95aee4701b257c358a8527fee7ae4c272ef910e9 (diff)
Merge pull request #11445 from nextcloud/release/18.0.2v18.0.2
Release 18.0.2
-rw-r--r--CHANGELOG.md27
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 31 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 979f9dbaf..b0be20653 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,33 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 18.0.2 – 2024-01-25
+### Fixed
+- fix(calls): Device preview not visible when editing, uploading or viewing a file
+ [#11222](https://github.com/nextcloud/spreed/issues/11222)
+- fix(conversation): Make description input multi line when creating a conversation
+ [#11376](https://github.com/nextcloud/spreed/issues/11376)
+- fix(bot): Don't allow empty chat messages from bots
+ [#11353](https://github.com/nextcloud/spreed/issues/11353)
+- fix(breakout): Stop breakout rooms when they are started while deleting them
+ [#11409](https://github.com/nextcloud/spreed/issues/11409)
+- fix(attachments): Allow to retry failed uploads
+ [#11256](https://github.com/nextcloud/spreed/issues/11256)
+- fix(attachments): Fix uploading from local device
+ [#11331](https://github.com/nextcloud/spreed/issues/11331)
+- fix(attachments): Don't allow selecting shared folders as attachment folder
+ [#11427](https://github.com/nextcloud/spreed/issues/11427)
+
+## 17.1.5 – 2024-01-25
+### Fixed
+- fix(attachments): Don't allow selecting shared folders as attachment folder
+ [#11430](https://github.com/nextcloud/spreed/issues/11430)
+
+## 16.0.10 – 2024-01-25
+### Fixed
+- fix(attachments): Don't allow selecting shared folders as attachment folder
+ [#11431](https://github.com/nextcloud/spreed/issues/11431)
+
## 17.1.4 – 2023-12-19
### Fixed
- fix(UI): Allow joining a call while editing a document
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e1a55ce95..f2da0ebcc 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>18.0.1</version>
+ <version>18.0.2</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index e2a916e4d..b63c50d66 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "18.0.1",
+ "version": "18.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "18.0.1",
+ "version": "18.0.2",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index ddbc4a9b2..26ae242f8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "18.0.1",
+ "version": "18.0.2",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",