Skip to content

Commit

Permalink
Merge pull request #10555 from nextcloud/release/16.0.8
Browse files Browse the repository at this point in the history
Release 16.0.6
  • Loading branch information
nickvergessen authored Sep 21, 2023
2 parents 87b0e35 + 8e29b47 commit 0943b6b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
# Changelog
All notable changes to this project will be documented in this file.

## 16.0.6 – 2023-09-21
### Changed
- Update dependencies

### Fixed
- fix(chat): Fix responding with "X-Chat-Last-Common-Read" when requested by the client
[#10340](https://github.com/nextcloud/spreed/issues/10340)
- fix(call): Add an option to disable background blur in call
[#10473](https://github.com/nextcloud/spreed/issues/10473)
- fix(desktop): fix disabling avatar menu for desktop
[#10183](https://github.com/nextcloud/spreed/issues/10183)
- fix(page): Decouple the index controller from the executing method
[#10547](https://github.com/nextcloud/spreed/issues/10547)
- Fix using signaling settings while being refetched
[#10259](https://github.com/nextcloud/spreed/issues/10259)
- fix(chat): clean conversation history for participants in call
[#10303](https://github.com/nextcloud/spreed/issues/10303)

## 15.0.8 – 2023-09-21
### Changed
- Update dependencies

### Fixed
- fix(call): Add an option to disable background blur in call
[#10474](https://github.com/nextcloud/spreed/issues/10474)
- fix(page): Decouple the index controller from the executing method
[#10548](https://github.com/nextcloud/spreed/issues/10548)
- Fix using signaling settings while being refetched
[#10257](https://github.com/nextcloud/spreed/issues/10257)
- fix(chat): clean conversation history for participants in call
[#10304](https://github.com/nextcloud/spreed/issues/10304)

## 16.0.5 – 2023-07-20
### Changed
- Close sidebar on mobile resolution after changing the route
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>

<version>16.0.5</version>
<version>16.0.6</version>
<licence>agpl</licence>

<author>Daniel Calviño Sánchez</author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talk",
"version": "16.0.5",
"version": "16.0.6",
"private": true,
"description": "",
"author": "Joas Schilling <[email protected]>",
Expand Down

0 comments on commit 0943b6b

Please sign in to comment.