|
1 | 1 | # Changelog |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
| 4 | +## 17.1.1 – 2023-09-21 |
| 5 | +### Added |
| 6 | +- feat(chat): Add copy function to code blocks |
| 7 | + [#10533](https://github.com/nextcloud/spreed/issues/10533) |
| 8 | + |
| 9 | +### Changed |
| 10 | +- Update dependencies |
| 11 | + |
| 12 | +### Fixed |
| 13 | +- fix(attachments): Allow to navigate between attachments in the viewer |
| 14 | + [#10549](https://github.com/nextcloud/spreed/issues/10549) |
| 15 | +- fix(bots): Fix notifications of bot messages and reactions |
| 16 | + [#10530](https://github.com/nextcloud/spreed/issues/10530) |
| 17 | +- fix(conversations): Keep the current conversation in filtered list |
| 18 | + [#10527](https://github.com/nextcloud/spreed/issues/10527) |
| 19 | +- fix(page): Decouple the index controller from the executing method |
| 20 | + [#10546](https://github.com/nextcloud/spreed/issues/10546) |
| 21 | +- fix(API): Reuse participant objects already created to reduce number of database queries |
| 22 | + [#10536](https://github.com/nextcloud/spreed/issues/10536) |
| 23 | + |
| 24 | +## 16.0.6 – 2023-09-21 |
| 25 | +### Changed |
| 26 | +- Update dependencies |
| 27 | + |
| 28 | +### Fixed |
| 29 | +- fix(chat): Fix responding with "X-Chat-Last-Common-Read" when requested by the client |
| 30 | + [#10340](https://github.com/nextcloud/spreed/issues/10340) |
| 31 | +- fix(call): Add an option to disable background blur in call |
| 32 | + [#10473](https://github.com/nextcloud/spreed/issues/10473) |
| 33 | +- fix(desktop): fix disabling avatar menu for desktop |
| 34 | + [#10183](https://github.com/nextcloud/spreed/issues/10183) |
| 35 | +- fix(page): Decouple the index controller from the executing method |
| 36 | + [#10547](https://github.com/nextcloud/spreed/issues/10547) |
| 37 | +- Fix using signaling settings while being refetched |
| 38 | + [#10259](https://github.com/nextcloud/spreed/issues/10259) |
| 39 | +- fix(chat): clean conversation history for participants in call |
| 40 | + [#10303](https://github.com/nextcloud/spreed/issues/10303) |
| 41 | + |
| 42 | +## 15.0.8 – 2023-09-21 |
| 43 | +### Changed |
| 44 | +- Update dependencies |
| 45 | + |
| 46 | +### Fixed |
| 47 | +- fix(call): Add an option to disable background blur in call |
| 48 | + [#10474](https://github.com/nextcloud/spreed/issues/10474) |
| 49 | +- fix(page): Decouple the index controller from the executing method |
| 50 | + [#10548](https://github.com/nextcloud/spreed/issues/10548) |
| 51 | +- Fix using signaling settings while being refetched |
| 52 | + [#10257](https://github.com/nextcloud/spreed/issues/10257) |
| 53 | +- fix(chat): clean conversation history for participants in call |
| 54 | + [#10304](https://github.com/nextcloud/spreed/issues/10304) |
4 | 55 |
|
5 | 56 | ## 17.1.0 – 2023-09-16 |
6 | 57 | ### Added |
|
0 commit comments