Skip to content

Commit

Permalink
Merge pull request #11686 from nextcloud/release/17.1.6
Browse files Browse the repository at this point in the history
Release 17.1.6
  • Loading branch information
nickvergessen committed Feb 29, 2024
2 parents 59b2443 + a1731a5 commit 67f7c39
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 8 deletions.
32 changes: 28 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,39 @@
# Changelog
All notable changes to this project will be documented in this file.

## 17.1.6 – 2024-02-29
### Changed
- Update translations

### Fixed
- fix(webrtc): Ignore label of data channel when processing received messages for Janus 1.x compatibility
[#11668](https://github.com/nextcloud/spreed/issues/11668)
- fix(notifications): Fix notification action label length with utf8 languages
[#11620](https://github.com/nextcloud/spreed/issues/11620)
- fix(chat): Fix forwarding messages from conversations in the right sidebar
[#11609](https://github.com/nextcloud/spreed/issues/11609)

## 16.0.11 – 2024-02-29
### Changed
- Update translations

### Fixed
- fix(webrtc): Ignore label of data channel when processing received messages for Janus 1.x compatibility
[#11669](https://github.com/nextcloud/spreed/issues/11669)
- fix(notifications): Fix notification action label length with utf8 languages
[#11619](https://github.com/nextcloud/spreed/issues/11619)
- fix(chat): Fix forwarding messages from conversations in the right sidebar
[#11611](https://github.com/nextcloud/spreed/issues/11611)

## 17.1.5 – 2024-01-25
### Fixed
- fix(attachments): Don't allow selecting shared folders as attachment folder
[#11430](https://github.com/nextcloud/spreed/issues/11430)
- fix(attachments): Don't allow selecting shared folders as attachment folder
[#11430](https://github.com/nextcloud/spreed/issues/11430)

## 16.0.10 – 2024-01-25
### Fixed
- fix(attachments): Don't allow selecting shared folders as attachment folder
[#11431](https://github.com/nextcloud/spreed/issues/11431)
- fix(attachments): Don't allow selecting shared folders as attachment folder
[#11431](https://github.com/nextcloud/spreed/issues/11431)

## 17.1.4 – 2023-12-19
### Fixed
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.5</version>
<version>17.1.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": "17.1.5",
"version": "17.1.6",
"private": true,
"description": "",
"author": "Joas Schilling <[email protected]>",
Expand Down

0 comments on commit 67f7c39

Please sign in to comment.