summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-04-04 11:33:08 +0200
committerGitHub <noreply@github.com>2024-04-04 11:33:08 +0200
commit10da866b0c89d4f174bbcbfc4f3659869578c417 (patch)
tree150e0f7a11bcdc4b6d661c38142a81c7758602e7
parent444cf7f43eceaa28f4e0b91dacd54d5ee30c1202 (diff)
parent1a8ac4ad4918da97cb9be44f0fcb5bd2635973b9 (diff)
Merge pull request #12001 from nextcloud/release/18.0.6v18.0.6
Release 18.0.6
-rw-r--r--CHANGELOG.md24
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 28 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05f0bb9eb..46e28b7f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,30 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 18.0.6 – 2024-04-04
+### Changed
+- Update translations
+- Update several dependencies
+
+### Fixed
+- fix(FilePicker): Provide correct container for FilePicker
+ [#11940](https://github.com/nextcloud/spreed/issues/11940)
+- fix(flow): Fix flow notifications in note-to-self and on own actions
+ [#11919](https://github.com/nextcloud/spreed/issues/11919)
+- fix(call): Keep the talk time information when changing active tab
+ [#11797](https://github.com/nextcloud/spreed/issues/11797)
+
+## 17.1.7 – 2024-04-04
+### Changed
+- Update translations
+- Update several dependencies
+
+### Fixed
+- fix(conversation): skip unread marker increasing from notification
+ [#11735](https://github.com/nextcloud/spreed/issues/11735)
+- fix(modal): mount nested modals inside global modals
+ [#11891](https://github.com/nextcloud/spreed/issues/11891)
+
## 18.0.5 – 2024-03-08
### Changed
- Update translations
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 40efd0468..678240216 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.5</version>
+ <version>18.0.6</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 2f96131f5..29c6d8bef 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "18.0.5",
+ "version": "18.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "18.0.5",
+ "version": "18.0.6",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index e97a492d1..30897e12e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "18.0.5",
+ "version": "18.0.6",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",