|
5 | 5 | # Changelog |
6 | 6 | All notable changes to this project will be documented in this file. |
7 | 7 |
|
| 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 | + |
8 | 41 | ## 22.0.11 – 2026-04-02 |
9 | 42 | ### Changed |
10 | 43 | - Update dependencies |
|
0 commit comments