|
1 | 1 | # Changelog
|
2 | 2 | All notable changes to this project will be documented in this file.
|
3 | 3 |
|
| 4 | +## 19.0.0-beta.2 – 2024-03-14 |
| 5 | +### Added |
| 6 | +- Preview: Federated chatting - Implemented reactions |
| 7 | + [#11772](https://github.com/nextcloud/spreed/issues/11772) |
| 8 | +- Preview: Federated chatting - Implemented polls |
| 9 | + [#11653](https://github.com/nextcloud/spreed/issues/11653) |
| 10 | + |
| 11 | +### Changed |
| 12 | +- Update translations |
| 13 | +- Update several dependencies |
| 14 | +- Mark federated users as such in the participant list |
| 15 | + [#11771](https://github.com/nextcloud/spreed/issues/11771) |
| 16 | + |
| 17 | +### Fixed |
| 18 | +- Fix retry behaviour when the host or federated instance was not reachable |
| 19 | + [#11780](https://github.com/nextcloud/spreed/issues/11780) |
| 20 | +- Fix UI spaming chat requests when memory cache was cleared |
| 21 | + [#11788](https://github.com/nextcloud/spreed/issues/11788) |
| 22 | +- Fix showing federated users as options when providing a cloudId |
| 23 | + [#11794](https://github.com/nextcloud/spreed/issues/11794) |
| 24 | +- Fix read marker and unread behaviour in federated conversations |
| 25 | + [#11792](https://github.com/nextcloud/spreed/issues/11792) |
| 26 | +- Notify federated servers when a hosted conversation is deleted |
| 27 | + [#11790](https://github.com/nextcloud/spreed/issues/11790) |
| 28 | +- Proxy federation requests with the users language |
| 29 | + [#11801](https://github.com/nextcloud/spreed/issues/11801) |
| 30 | +- Fix cursor resetting to the beginning of the input field after having typed a "lower than" or "greater than" |
| 31 | + [#11803](https://github.com/nextcloud/spreed/issues/11803) |
| 32 | +- Directly update the conversation data when marking a conversation read or unread |
| 33 | + [#11678](https://github.com/nextcloud/spreed/issues/11678) |
| 34 | +- Silent message setting is not remembered with good user experience |
| 35 | + [#11591](https://github.com/nextcloud/spreed/issues/11591) |
| 36 | +- Silent call setting is not remembered with good user experience |
| 37 | + [#8323](https://github.com/nextcloud/spreed/issues/8323) |
| 38 | + |
| 39 | +### Known issues |
| 40 | +- Federated chatting: Various features are still visible but not functional |
| 41 | + |
4 | 42 | ## 18.0.5 – 2024-03-08
|
5 | 43 | ### Changed
|
6 | 44 | - Update translations
|
|
0 commit comments