Skip to content

Commit 10da866

Browse files
Merge pull request #12001 from nextcloud/release/18.0.6
Release 18.0.6
2 parents 444cf7f + 1a8ac4a commit 10da866

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 18.0.6 – 2024-04-04
5+
### Changed
6+
- Update translations
7+
- Update several dependencies
8+
9+
### Fixed
10+
- fix(FilePicker): Provide correct container for FilePicker
11+
[#11940](https://github.com/nextcloud/spreed/issues/11940)
12+
- fix(flow): Fix flow notifications in note-to-self and on own actions
13+
[#11919](https://github.com/nextcloud/spreed/issues/11919)
14+
- fix(call): Keep the talk time information when changing active tab
15+
[#11797](https://github.com/nextcloud/spreed/issues/11797)
16+
17+
## 17.1.7 – 2024-04-04
18+
### Changed
19+
- Update translations
20+
- Update several dependencies
21+
22+
### Fixed
23+
- fix(conversation): skip unread marker increasing from notification
24+
[#11735](https://github.com/nextcloud/spreed/issues/11735)
25+
- fix(modal): mount nested modals inside global modals
26+
[#11891](https://github.com/nextcloud/spreed/issues/11891)
27+
428
## 18.0.5 – 2024-03-08
529
### Changed
630
- Update translations

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
1616
1717
]]></description>
1818

19-
<version>18.0.5</version>
19+
<version>18.0.6</version>
2020
<licence>agpl</licence>
2121

2222
<author>Daniel Calviño Sánchez</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "talk",
3-
"version": "18.0.5",
3+
"version": "18.0.6",
44
"private": true,
55
"description": "",
66
"author": "Joas Schilling <[email protected]>",

0 commit comments

Comments
 (0)