Skip to content

Commit 02cf46c

Browse files
Merge pull request #17875 from nextcloud/backport/17873/stable32
[stable32] Release 22.0.12
2 parents 289a37a + 77c7aed commit 02cf46c

5 files changed

Lines changed: 48 additions & 4 deletions

File tree

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>22.0.11</version>
21+
<version>22.0.12</version>
2222
<licence>agpl</licence>
2323

2424
<author>Anna Larch</author>

docs/changelogs/changelog-21.md

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

8+
## 21.1.11 – 2026-04-30
9+
### Changed
10+
- Update dependencies
11+
- Update translations
12+
13+
### Fixed
14+
- fix(calendar): Fix calendar meeting integration after a session related change in server
15+
[#17818](https://github.com/nextcloud/spreed/pull/17818)
16+
- fix(federation): Check session id when leaving a conversation
17+
[#17866](https://github.com/nextcloud/spreed/pull/17866)
18+
819
## 21.1.10 – 2026-04-02
920
### Changed
1021
- Update dependencies

docs/changelogs/changelog-22.md

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

8+
## 22.0.12 – 2026-04-30
9+
### Changed
10+
- Update dependencies
11+
- Update translations
12+
13+
### Fixed
14+
- fix(bots): Hide bots from apps when their app is disabled
15+
[#17668](https://github.com/nextcloud/spreed/pull/17668)
16+
- fix(bots): Don't soft-fail when creating incompatible bots
17+
[#17665](https://github.com/nextcloud/spreed/pull/17665)
18+
- fix(calendar): Make appointment conversations meetings so they expire after the appointment
19+
[#17646](https://github.com/nextcloud/spreed/pull/17646)
20+
- fix(call): Fix joining the conversation with breakout rooms or extending 1-1
21+
[#17785](https://github.com/nextcloud/spreed/pull/17785)
22+
[#17710](https://github.com/nextcloud/spreed/pull/17710)
23+
[#17779](https://github.com/nextcloud/spreed/pull/17779)
24+
- fix(chat): Improve "language detection" option in the translation dialogue
25+
[#17677](https://github.com/nextcloud/spreed/pull/17677)
26+
- fix(commands): Correctly exclude only 1-1 from managing via occ
27+
[#17740](https://github.com/nextcloud/spreed/pull/17740)
28+
- fix(conversation): Show filtered conversations right away when searching
29+
[#17841](https://github.com/nextcloud/spreed/pull/17841)
30+
- fix(conversation): Make conversation order consistent when searching
31+
[#17658](https://github.com/nextcloud/spreed/pull/17658)
32+
- fix(conversation): Gracefully handle cases when the conversation list is too big for the browser storage
33+
[#17650](https://github.com/nextcloud/spreed/pull/17650)
34+
- fix(federation): Check session id when leaving a conversation
35+
[#17867](https://github.com/nextcloud/spreed/pull/17867)
36+
- fix(recording): Allow MP4 as recording mimetype
37+
[#17648](https://github.com/nextcloud/spreed/pull/17648)
38+
- fix(transcriptions): Fix live transcription app getting the signaling settings
39+
[#17739](https://github.com/nextcloud/spreed/pull/17739)
40+
841
## 22.0.11 – 2026-04-02
942
### Changed
1043
- Update dependencies

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": "22.0.11",
3+
"version": "22.0.12",
44
"private": true,
55
"description": "",
66
"license": "agpl",

0 commit comments

Comments
 (0)