|
1 | 1 | # Changelog |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
| 4 | +## 17.0.2 – 2023-07-20 |
| 5 | +### Changed |
| 6 | +- Automatic transcription of call recordings is now opt-in |
| 7 | + [#9971](https://github.com/nextcloud/spreed/issues/9971) |
| 8 | +- Update dependencies |
| 9 | + |
| 10 | +### Fixed |
| 11 | +- Fix position of "Scroll to bottom" button in the chat view |
| 12 | + [#9871](https://github.com/nextcloud/spreed/issues/9871) |
| 13 | + [#9858](https://github.com/nextcloud/spreed/issues/9858) |
| 14 | +- Improve accessibility of conversation creation dialog |
| 15 | + [#9954](https://github.com/nextcloud/spreed/issues/9954) |
| 16 | +- Make chat stay scrolling when the last message receives its first reaction |
| 17 | + [#9956](https://github.com/nextcloud/spreed/issues/9956) |
| 18 | +- Don't emit event when the user status did not change on refetching |
| 19 | + [#10005](https://github.com/nextcloud/spreed/issues/10005) |
| 20 | +- Attempt to further improve the performance of conversation list updates with hundreds of conversations |
| 21 | + [#10016](https://github.com/nextcloud/spreed/issues/10016) |
| 22 | + |
| 23 | +## 16.0.5 – 2023-07-20 |
| 24 | +### Changed |
| 25 | +- Close sidebar on mobile resolution after changing the route |
| 26 | + [#9764](https://github.com/nextcloud/spreed/issues/9764) |
| 27 | + |
| 28 | +### Fixed |
| 29 | +- Make chat stay scrolling when the last message receives its first reaction |
| 30 | + [#9957](https://github.com/nextcloud/spreed/issues/9957) |
| 31 | +- Improve call view video size calculation |
| 32 | + [#9836](https://github.com/nextcloud/spreed/issues/9836) |
| 33 | +- Update group displayname when a group is renamed |
| 34 | + [#9840](https://github.com/nextcloud/spreed/issues/9840) |
| 35 | +- Don't make the conversation list scroll when the selected conversation is already visible |
| 36 | + [#9785](https://github.com/nextcloud/spreed/issues/9785) |
| 37 | +- Make conversation name and description selectable |
| 38 | + [#9781](https://github.com/nextcloud/spreed/issues/9781) |
| 39 | + |
| 40 | +## 15.0.7 – 2023-07-20 |
| 41 | +### Fixed |
| 42 | +- Make conversation name and description selectable |
| 43 | + [#9784](https://github.com/nextcloud/spreed/issues/9784) |
| 44 | + |
4 | 45 | ## 17.0.1 – 2023-06-23 |
5 | 46 | ### Changed |
6 | 47 | - Include display name in participant update signaling message |
|
0 commit comments