Skip to content

Commit 08cd0bd

Browse files
Merge pull request #17873 from nextcloud/chore/noid/changelogs
Changelogs for 21.1.11, 22.0.12 and 23.0.4
2 parents 54cb129 + db731d5 commit 08cd0bd

3 files changed

Lines changed: 86 additions & 0 deletions

File tree

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

docs/changelogs/changelog-23.md

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

8+
## 23.0.4 – 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+
[#17669](https://github.com/nextcloud/spreed/pull/17669)
16+
- fix(bots): Don't soft-fail when creating incompatible bots
17+
[#17664](https://github.com/nextcloud/spreed/pull/17664)
18+
- fix(calendar): Make appointment conversations meetings so they expire after the appointment
19+
[#17645](https://github.com/nextcloud/spreed/pull/17645)
20+
- fix(call): Hide noise suppression option with Safari as it's not applicable
21+
[#17859](https://github.com/nextcloud/spreed/pull/17859)
22+
- fix(call): Fix joining the conversation with breakout rooms or extending 1-1
23+
[#17784](https://github.com/nextcloud/spreed/pull/17784)
24+
[#17781](https://github.com/nextcloud/spreed/pull/17781)
25+
[#17780](https://github.com/nextcloud/spreed/pull/17780)
26+
- fix(chat): Emoji autocomplete hidden behind modal in some cases
27+
[#17834](https://github.com/nextcloud/spreed/pull/17834)
28+
- fix(chat): Improve "language detection" option in the translation dialogue
29+
[#17678](https://github.com/nextcloud/spreed/pull/17678)
30+
- fix(commands): Correctly exclude only 1-1 from managing via occ
31+
[#17741](https://github.com/nextcloud/spreed/pull/17741)
32+
- fix(conversation): Show filtered conversations right away when searching
33+
[#17840](https://github.com/nextcloud/spreed/pull/17840)
34+
- fix(conversation): Make conversation order consistent when searching
35+
[#17659](https://github.com/nextcloud/spreed/pull/17659)
36+
- fix(conversation): Gracefully handle cases when the conversation list is too big for the browser storage
37+
[#17651](https://github.com/nextcloud/spreed/pull/17651)
38+
- fix(federation): Migrate to new OCM provider interface
39+
[#17720](https://github.com/nextcloud/spreed/pull/17720)
40+
- fix(federation): Check session id when leaving a conversation
41+
[#17868](https://github.com/nextcloud/spreed/pull/17868)
42+
- fix(recording): Allow MP4 as recording mimetype
43+
[#17647](https://github.com/nextcloud/spreed/pull/17647)
44+
- fix(sharing): Multiple improvements to better scale with many shares
45+
[#17770](https://github.com/nextcloud/spreed/pull/17770)
46+
[#17673](https://github.com/nextcloud/spreed/pull/17673)
47+
- fix(transcriptions): Fix live transcription app getting the signaling settings
48+
[#17738](https://github.com/nextcloud/spreed/pull/17738)
49+
850
## 23.0.3 – 2026-04-02
951
### Changed
1052
- Update dependencies

0 commit comments

Comments
 (0)