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