Skip to content

Commit f542479

Browse files
Merge pull request #15196 from nextcloud/backport/15194/stable31
[stable31] chore(release): Add changelog for 20.1.7 and 21.1.0.rc3
2 parents 1c0f7e4 + 65d454c commit f542479

File tree

4 files changed

+44
-4
lines changed

4 files changed

+44
-4
lines changed

CHANGELOG.md

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

8+
## 21.1.0-rc.3 – 2025-05-22
9+
### Added
10+
- 📲 🙊 Add option to mark a conversation as sensitive or important
11+
[#15175](https://github.com/nextcloud/spreed/issues/15175)
12+
13+
### Changed
14+
- Update translations
15+
- Update dependencies
16+
17+
### Fixed
18+
- fix(chat): Fix missing push notifications for chat messages in important conversations
19+
[#15180](https://github.com/nextcloud/spreed/issues/15180)
20+
- fix(dashboard): Make sure all events of the upcoming week are considered
21+
[#15177](https://github.com/nextcloud/spreed/issues/15177)
22+
- fix(conversations): Make the "Local time" reactive in one-to-one conversations
23+
[#15130](https://github.com/nextcloud/spreed/issues/15130)
24+
- fix(conversations): Only show events in one-to-one conversations when upcoming recurrences contain both participants
25+
[#15163](https://github.com/nextcloud/spreed/issues/15163)
26+
- fix(conversations): Fix background job for conversation retention
27+
[#15185](https://github.com/nextcloud/spreed/issues/15185)
28+
- fix(calls): Don't break the session when the user accidentally navigated to the same conversation
29+
[#15170](https://github.com/nextcloud/spreed/issues/15170)
30+
- fix(calls): Make output device selection work on Safari
31+
[#15142](https://github.com/nextcloud/spreed/issues/15142)
32+
33+
## 20.1.7 – 2025-05-22
34+
### Changed
35+
- Update translations
36+
- Update dependencies
37+
38+
### Fixed
39+
- fix(call): Fix missing call notification when SIP dial-in is starting a call
40+
[#14991](https://github.com/nextcloud/spreed/issues/14991)
41+
- fix(chat): Improve regex of todo-list handling also uppercase X
42+
[#14903](https://github.com/nextcloud/spreed/issues/14903)
43+
- fix(one-to-one): Add the other participant when sharing a file in one-to-one
44+
[#14850](https://github.com/nextcloud/spreed/issues/14850)
45+
- fix(performance): Fix unnecessary user_status requests from avatar component
46+
[#14934](https://github.com/nextcloud/spreed/issues/14934)
47+
848
## 21.1.0-rc.2 – 2025-05-15
949
### Added
1050
- 🍱 Add a Talk Dashboard

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>21.1.0-rc.2</version>
21+
<version>21.1.0-rc.3</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": "21.1.0-rc.2",
3+
"version": "21.1.0-rc.3",
44
"private": true,
55
"description": "",
66
"author": "Joas Schilling <[email protected]>",

0 commit comments

Comments
 (0)