|
5 | 5 | # Changelog |
6 | 6 | All notable changes to this project will be documented in this file. |
7 | 7 |
|
| 8 | +## 20.0.1 – 2024-10-10 |
| 9 | +### Added |
| 10 | +- feat(call): Add wave and fire call reactions |
| 11 | + [#13349](https://github.com/nextcloud/spreed/issues/13349) |
| 12 | + |
| 13 | +### Changed |
| 14 | +- Update translations |
| 15 | +- Update dependencies |
| 16 | +- fix(chat): Reduce read-width of chat again |
| 17 | + [#13421](https://github.com/nextcloud/spreed/issues/13421) |
| 18 | +- fix(signaling): Deprecate using multiple High-performance backends and the fake-clustering mode |
| 19 | + [#13420](https://github.com/nextcloud/spreed/issues/13420) |
| 20 | + |
| 21 | +### Fixed |
| 22 | +- fix(chat): Fix missing push notifications for chat messages |
| 23 | + [#13331](https://github.com/nextcloud/spreed/issues/13331) |
| 24 | +- fix(chat): Correctly update "Today"-date separator when the day changes |
| 25 | + [#13434](https://github.com/nextcloud/spreed/issues/13434) |
| 26 | +- fix(call): Correctly ignore media offers from users without permissions when internal signaling is used |
| 27 | + [#13495](https://github.com/nextcloud/spreed/issues/13495) |
| 28 | +- fix(chat): Expire message cache when deleting the last message |
| 29 | + [#13393](https://github.com/nextcloud/spreed/issues/13393) |
| 30 | +- fix(federation): Send the newest conversation properties when retrying OCM notifications |
| 31 | + [#13424](https://github.com/nextcloud/spreed/issues/13424) |
| 32 | +- fix(avatar): Fix missing translations |
| 33 | + [#13409](https://github.com/nextcloud/spreed/issues/13409) |
| 34 | +- fix(call): Fix missing call sounds in Safari when tab is moved to the background |
| 35 | + [#13353](https://github.com/nextcloud/spreed/issues/13353) |
| 36 | +- fix: Fix several popups and menus in fullscreen mode |
| 37 | + [#13399](https://github.com/nextcloud/spreed/issues/13399) |
| 38 | + |
| 39 | +## 19.0.10 – 2024-10-10 |
| 40 | +### Changed |
| 41 | +- Update translations |
| 42 | +- Update dependencies |
| 43 | + |
| 44 | +### Fixed |
| 45 | +- fix(performance): Fade out local blur-filter option for Nextcloud wide setting |
| 46 | + [#13100](https://github.com/nextcloud/spreed/issues/13100) |
| 47 | +- fix(avatar): Fix missing translations |
| 48 | + [#13410](https://github.com/nextcloud/spreed/issues/13410) |
| 49 | +- fix(chat): Expire message cache when deleting the last message |
| 50 | + [#13392](https://github.com/nextcloud/spreed/issues/13392) |
| 51 | +- fix(call): Correctly ignore media offers from users without permissions when internal signaling is used |
| 52 | + [#13494](https://github.com/nextcloud/spreed/issues/13494) |
| 53 | +- fix(call): Fix missing call sounds in Safari when tab is moved to the background |
| 54 | + [#13352](https://github.com/nextcloud/spreed/issues/13352) |
| 55 | + |
| 56 | +## 18.0.12 – 2024-10-10 |
| 57 | +### Changed |
| 58 | +- Update translations |
| 59 | +- Update dependencies |
| 60 | + |
| 61 | +### Fixed |
| 62 | +- fix(avatar): Fix missing translations |
| 63 | + [#13411](https://github.com/nextcloud/spreed/issues/13411) |
| 64 | +- fix(chat): Expire message cache when deleting the last message |
| 65 | + [#13391](https://github.com/nextcloud/spreed/issues/13391) |
| 66 | +- fix(call): Correctly ignore media offers from users without permissions when internal signaling is used |
| 67 | + [#13493](https://github.com/nextcloud/spreed/issues/13493) |
| 68 | +- fix(call): Fix missing call sounds in Safari when tab is moved to the background |
| 69 | + [#13351](https://github.com/nextcloud/spreed/issues/13351) |
| 70 | +- fix(avatar): Don't overwrite user avatar when selecting a square for a conversation |
| 71 | + [#13287](https://github.com/nextcloud/spreed/issues/13287) |
| 72 | + |
8 | 73 | ## 20.0.0 – 2024-09-14 |
9 | 74 | ### Added |
10 | 75 | - Federated calls |
|
0 commit comments