Skip to content

Commit 96b3a89

Browse files
Merge pull request #14840 from nextcloud/backport/14783/stable31
[stable31] Release 21.0.2
2 parents f0e5843 + e81f22c commit 96b3a89

File tree

4 files changed

+87
-4
lines changed

4 files changed

+87
-4
lines changed

CHANGELOG.md

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

8+
## 21.0.2 – 2025-04-10
9+
### Changed
10+
- Update translations
11+
- Update dependencies
12+
13+
### Fixed
14+
- fix: Improve performance of conversation list
15+
[#14811](https://github.com/nextcloud/spreed/issues/14811)
16+
[#14779](https://github.com/nextcloud/spreed/issues/14779)
17+
[#14777](https://github.com/nextcloud/spreed/issues/14777)
18+
[#14775](https://github.com/nextcloud/spreed/issues/14775)
19+
[#14774](https://github.com/nextcloud/spreed/issues/14774)
20+
[#14831](https://github.com/nextcloud/spreed/issues/14831)
21+
- fix: Improve performance when rendering system messages
22+
[#14817](https://github.com/nextcloud/spreed/issues/14817)
23+
- fix: Improve performance when searching for conversations
24+
[#14734](https://github.com/nextcloud/spreed/issues/14734)
25+
- fix(chat): Fix missing reactions on own messages while posting
26+
[#14695](https://github.com/nextcloud/spreed/pull/14695)
27+
- fix(guests): Allow guests to reload the page without re-entering the password
28+
[#14786](https://github.com/nextcloud/spreed/issues/14786)
29+
- fix(federation): Fix calls when federated server receive messages in wrong order
30+
[#14770](https://github.com/nextcloud/spreed/pull/14770)
31+
- fix(calls): Fix call after resuming connection
32+
[#14737](https://github.com/nextcloud/spreed/pull/14737)
33+
- fix(calls): Fix wrongly showing "Missed call" in one-to-one conversations
34+
[#14833](https://github.com/nextcloud/spreed/pull/14833)
35+
- fix(calls): Fix videos in the last row being cut off
36+
[#14692](https://github.com/nextcloud/spreed/pull/14692)
37+
- fix(calls): Prevent screen from turning off during calls
38+
[#14733](https://github.com/nextcloud/spreed/pull/14733)
39+
- fix(settings): Fix initial state of end-to-end-encrypted calls setting
40+
[#14693](https://github.com/nextcloud/spreed/pull/14693)
41+
- fix(events): Automatically confirm the calendar event for the organizer
42+
[#14762](https://github.com/nextcloud/spreed/pull/14762)
43+
- fix(workflows): Adjust workflow registration to new mechanism
44+
[#14823](https://github.com/nextcloud/spreed/pull/14823)
45+
- fix(polls): Hide intermediate results from anonymous polls
46+
[#14724](https://github.com/nextcloud/spreed/issues/14724)
47+
48+
## 20.1.6 – 2025-04-10
49+
### Changed
50+
- Update translations
51+
- Update dependencies
52+
53+
### Fixed
54+
- fix: Improve performance of conversation list
55+
[#14810](https://github.com/nextcloud/spreed/issues/14810)
56+
[#14830](https://github.com/nextcloud/spreed/issues/14830)
57+
[#14834](https://github.com/nextcloud/spreed/issues/14834)
58+
- fix: Improve performance when rendering system messages
59+
[#14816](https://github.com/nextcloud/spreed/issues/14816)
60+
- fix(guests): Allow guests to reload the page without re-entering the password
61+
[#14785](https://github.com/nextcloud/spreed/issues/14785)
62+
- fix(federation): Fix calls when federated server receive messages in wrong order
63+
[#14769](https://github.com/nextcloud/spreed/pull/14769)
64+
- fix(calls): Fix call after resuming connection
65+
[#14736](https://github.com/nextcloud/spreed/pull/14736)
66+
- fix(calls): Fix wrongly showing "Missed call" in one-to-one conversations
67+
[#14832](https://github.com/nextcloud/spreed/pull/14832)
68+
- fix(workflows): Adjust workflow registration to new mechanism
69+
[#14823](https://github.com/nextcloud/spreed/pull/14823)
70+
- fix(polls): Hide intermediate results from anonymous polls
71+
[#14723](https://github.com/nextcloud/spreed/issues/14723)
72+
73+
## 19.0.15 – 2025-04-04
74+
### Changed
75+
- Update translations
76+
- Update dependencies
77+
78+
### Fixed
79+
- fix(calls): Do not reset previous connected users after resuming in a call
80+
[#14735](https://github.com/nextcloud/spreed/issues/14735)
81+
- fix(sidebar): Show tooltips when Talk is in the sidebar
82+
[#14697](https://github.com/nextcloud/spreed/issues/14697)
83+
- fix(guests): Fix style and labels on public share page as a guest
84+
[#14720](https://github.com/nextcloud/spreed/issues/14720)
85+
[#14726](https://github.com/nextcloud/spreed/issues/14726)
86+
- fix(calls): Skip password verification for guests that are reconnecting to the call
87+
[#14787](https://github.com/nextcloud/spreed/pull/14787)
88+
- fix(calls): Fix leaving call if a signaling message is received while reconnecting
89+
[#14788](https://github.com/nextcloud/spreed/pull/14788)
90+
891
## 21.0.1 – 2025-03-12
992
### Changed
1093
- Update translations

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

0 commit comments

Comments
 (0)