Skip to content

Commit 4c43cd2

Browse files
Merge pull request #15198 from nextcloud/backport/15194/stable30
chore(release): Add changelog for 20.1.7
2 parents 3a8aa13 + 22b070d commit 4c43cd2

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 20.1.7 – 2025-05-22
9+
### Changed
10+
- Update translations
11+
- Update dependencies
12+
13+
### Fixed
14+
- fix(call): Fix missing call notification when SIP dial-in is starting a call
15+
[#14991](https://github.com/nextcloud/spreed/issues/14991)
16+
- fix(chat): Improve regex of todo-list handling also uppercase X
17+
[#14903](https://github.com/nextcloud/spreed/issues/14903)
18+
- fix(one-to-one): Add the other participant when sharing a file in one-to-one
19+
[#14850](https://github.com/nextcloud/spreed/issues/14850)
20+
- fix(performance): Fix unnecessary user_status requests from avatar component
21+
[#14934](https://github.com/nextcloud/spreed/issues/14934)
22+
823
## 20.1.6 – 2025-04-10
924
### Changed
1025
- Update translations

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.
1919
]]></description>
2020

21-
<version>20.1.6</version>
21+
<version>20.1.7</version>
2222
<licence>agpl</licence>
2323

2424
<author>Anna Larch</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": "20.1.6",
3+
"version": "20.1.7",
44
"private": true,
55
"description": "",
66
"author": "Joas Schilling <[email protected]>",

0 commit comments

Comments
 (0)