Skip to content

Commit 0943b6b

Browse files
Merge pull request #10555 from nextcloud/release/16.0.8
Release 16.0.6
2 parents 87b0e35 + 8e29b47 commit 0943b6b

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

CHANGELOG.md

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

4+
## 16.0.6 – 2023-09-21
5+
### Changed
6+
- Update dependencies
7+
8+
### Fixed
9+
- fix(chat): Fix responding with "X-Chat-Last-Common-Read" when requested by the client
10+
[#10340](https://github.com/nextcloud/spreed/issues/10340)
11+
- fix(call): Add an option to disable background blur in call
12+
[#10473](https://github.com/nextcloud/spreed/issues/10473)
13+
- fix(desktop): fix disabling avatar menu for desktop
14+
[#10183](https://github.com/nextcloud/spreed/issues/10183)
15+
- fix(page): Decouple the index controller from the executing method
16+
[#10547](https://github.com/nextcloud/spreed/issues/10547)
17+
- Fix using signaling settings while being refetched
18+
[#10259](https://github.com/nextcloud/spreed/issues/10259)
19+
- fix(chat): clean conversation history for participants in call
20+
[#10303](https://github.com/nextcloud/spreed/issues/10303)
21+
22+
## 15.0.8 – 2023-09-21
23+
### Changed
24+
- Update dependencies
25+
26+
### Fixed
27+
- fix(call): Add an option to disable background blur in call
28+
[#10474](https://github.com/nextcloud/spreed/issues/10474)
29+
- fix(page): Decouple the index controller from the executing method
30+
[#10548](https://github.com/nextcloud/spreed/issues/10548)
31+
- Fix using signaling settings while being refetched
32+
[#10257](https://github.com/nextcloud/spreed/issues/10257)
33+
- fix(chat): clean conversation history for participants in call
34+
[#10304](https://github.com/nextcloud/spreed/issues/10304)
35+
436
## 16.0.5 – 2023-07-20
537
### Changed
638
- Close sidebar on mobile resolution after changing the route

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>16.0.5</version>
19+
<version>16.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": "16.0.5",
3+
"version": "16.0.6",
44
"private": true,
55
"description": "",
66
"author": "Joas Schilling <[email protected]>",

0 commit comments

Comments
 (0)