Skip to content

Commit 4a856e6

Browse files
Merge pull request #14382 from nextcloud/backport/14381/stable31
[stable31] chore(release): Add changelog for 21.0.0-rc.4
2 parents e3fd589 + 4bc9af3 commit 4a856e6

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

8+
## 21.0.0-rc.4 – 2025-02-13
9+
### Added
10+
- feat(bots): Allow bots to get invoked for reactions
11+
[#14336](https://github.com/nextcloud/spreed/issues/14336)
12+
13+
### Changed
14+
- Update translations
15+
- Update dependencies
16+
17+
### Fixed
18+
- fix(bots): Allow users to edit messages of bots in one-to-one conversations
19+
[#14353](https://github.com/nextcloud/spreed/issues/14353)
20+
- fix(conversation): Correctly update team names after being edited
21+
[#14358](https://github.com/nextcloud/spreed/issues/14358)
22+
- fix(conversation): Don't suggest teams that are already added to the conversation
23+
[#14349](https://github.com/nextcloud/spreed/issues/14349)
24+
- fix(meetings): Fix calendar integration for Desktop client
25+
[#14379](https://github.com/nextcloud/spreed/issues/14379)
26+
- fix(calls): Fix issues with presenter overlay
27+
[#14330](https://github.com/nextcloud/spreed/issues/14330)
28+
[#14371](https://github.com/nextcloud/spreed/issues/14371)
29+
830
## 20.1.4 – 2025-02-13
931
### Changed
1032
- 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>21.0.0-rc.3</version>
21+
<version>21.0.0-rc.4</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.0.0-rc.3",
3+
"version": "21.0.0-rc.4",
44
"private": true,
55
"description": "",
66
"author": "Joas Schilling <[email protected]>",

0 commit comments

Comments
Β (0)