Skip to content

Commit 9a424b1

Browse files
Merge pull request #14636 from nextcloud/release/21.0.1
Release 21.0.1
2 parents dcd757c + e8a5505 commit 9a424b1

File tree

4 files changed

+69
-4
lines changed

4 files changed

+69
-4
lines changed

CHANGELOG.md

+65
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,71 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 21.0.1 – 2025-03-12
9+
### Changed
10+
- Update translations
11+
- Update dependencies
12+
13+
### Fixed
14+
- fix(calls): Improve call related system messages in one-to-one conversations
15+
[#14495](https://github.com/nextcloud/spreed/issues/14495)
16+
- fix(search): Include caption messages in search results
17+
[#14553](https://github.com/nextcloud/spreed/issues/14553)
18+
- fix(chat): Show loading spinner when requesting AI chat summary
19+
[#14625](https://github.com/nextcloud/spreed/issues/14625)
20+
- fix(chat): Correctly start loading the chat when the lobby is removed
21+
[#14517](https://github.com/nextcloud/spreed/issues/14517)
22+
- fix(dashboard): Hide lobbied conversations from the dashboard
23+
[#14612](https://github.com/nextcloud/spreed/issues/14612)
24+
- fix(federation): Fix broken participant avatar when federated instance is down
25+
[#14573](https://github.com/nextcloud/spreed/issues/14573)
26+
- fix(conversation): Fix participant list change when the menu for a participant is open
27+
[#14564](https://github.com/nextcloud/spreed/issues/14564)
28+
- fix(calls): Fix guest displayname when exporting call participants
29+
[#14630](https://github.com/nextcloud/spreed/issues/14630)
30+
- fix(reminder): Log when generating a reminder failed
31+
[#14618](https://github.com/nextcloud/spreed/issues/14618)
32+
33+
## 20.1.5 – 2025-03-12
34+
### Changed
35+
- Update translations
36+
- Update dependencies
37+
38+
### Fixed
39+
- fix(calls): Improve call related system messages in one-to-one conversations
40+
[#14468](https://github.com/nextcloud/spreed/issues/14468)
41+
- fix(search): Include caption messages in search results
42+
[#14552](https://github.com/nextcloud/spreed/issues/14552)
43+
- fix(conversation): Stay in chat when removing a group or team the moderator is a member of
44+
[#14396](https://github.com/nextcloud/spreed/issues/14396)
45+
- fix(chat): Correctly start loading the chat when the lobby is removed
46+
[#14518](https://github.com/nextcloud/spreed/issues/14518)
47+
- fix(dashboard): Hide lobbied conversations from the dashboard
48+
[#14611](https://github.com/nextcloud/spreed/issues/14611)
49+
- fix(calls): Further improve false positives when showing the connection warning
50+
[#14449](https://github.com/nextcloud/spreed/issues/14449)
51+
- fix(calls): Fix guest displayname when exporting call participants
52+
[#14631](https://github.com/nextcloud/spreed/issues/14631)
53+
- fix(reminder): Log when generating a reminder failed
54+
[#14617](https://github.com/nextcloud/spreed/issues/14617)
55+
56+
## 19.0.14 – 2025-03-12
57+
### Changed
58+
- Update translations
59+
- Update dependencies
60+
61+
### Fixed
62+
- fix(search): Include caption messages in search results
63+
[#14551](https://github.com/nextcloud/spreed/issues/14551)
64+
- fix(conversation): Stay in chat when removing a group or team the moderator is a member of
65+
[#14395](https://github.com/nextcloud/spreed/issues/14395)
66+
- fix(dashboard): Hide lobbied conversations from the dashboard
67+
[#14610](https://github.com/nextcloud/spreed/issues/14610)
68+
- fix(calls): Further improve false positives when showing the connection warning
69+
[#14448](https://github.com/nextcloud/spreed/issues/14448)
70+
- fix(reminder): Log when generating a reminder failed
71+
[#14616](https://github.com/nextcloud/spreed/issues/14616)
72+
873
## 21.0.0 – 2025-02-25
974
### Added
1075
- feat(meetings): Schedule a meeting directly from within the conversation

appinfo/info.xml

+1-1
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.0.0</version>
21+
<version>21.0.1</version>
2222
<licence>agpl</licence>
2323

2424
<author>Anna Larch</author>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "talk",
3-
"version": "21.0.0",
3+
"version": "21.0.1",
44
"private": true,
55
"description": "",
66
"author": "Joas Schilling <[email protected]>",

0 commit comments

Comments
 (0)