Skip to content

Commit

Permalink
Merge pull request #10989 from nextcloud/release/17.1.3
Browse files Browse the repository at this point in the history
Release 17.1.3
  • Loading branch information
nickvergessen authored Nov 23, 2023
2 parents 601add1 + 26fc936 commit 4c84802
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.

## 17.1.3 – 2023-11-23
### Fixed
- fix(settings): Remove non-working notification settings for guests
[#10974](https://github.com/nextcloud/spreed/issues/10974)
- fix(chat): Fix uploading files after some time of being online
[#10891](https://github.com/nextcloud/spreed/issues/10891)
- fix(participants): Update participants list more regularly
[#10843](https://github.com/nextcloud/spreed/issues/10843)
- fix(settings): Fix option to request an HPB trial
[#10965](https://github.com/nextcloud/spreed/issues/10965)
- fix(settings): Fail recording server test when an HPB was given as recording backend
[#10948](https://github.com/nextcloud/spreed/issues/10948)
- fix(chat): Hide delete option for guests
[#10806](https://github.com/nextcloud/spreed/issues/10806)
- fix(chat): Fix sorting of system messages
[#10964](https://github.com/nextcloud/spreed/issues/10964)
- fix(chat): Fix not breaking the JSON response when removing the last reaction of a message
[#10949](https://github.com/nextcloud/spreed/issues/10949)
- fix(call): Log error message when starting a screenshot fails
[#10827](https://github.com/nextcloud/spreed/issues/10827)

## 16.0.8 – 2023-11-23
### Fixed
- fix(settings): Remove non-working notification settings for guests
[#10976](https://github.com/nextcloud/spreed/issues/10976)
- fix(settings): Fix option to request an HPB trial
[#10967](https://github.com/nextcloud/spreed/issues/10967)
- fix(settings): Fail recording server test when an HPB was given as recording backend
[#10950](https://github.com/nextcloud/spreed/issues/10950)
- fix(chat): Hide delete option for guests
[#10807](https://github.com/nextcloud/spreed/issues/10807)

## 17.1.2 – 2023-10-27
### Changed
- Update dependencies
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>17.1.2</version>
<version>17.1.3</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": "17.1.2",
"version": "17.1.3",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",
Expand Down

0 comments on commit 4c84802

Please sign in to comment.