|
5 | 5 | # Changelog
|
6 | 6 | All notable changes to this project will be documented in this file.
|
7 | 7 |
|
| 8 | +## 20.1.0 – 2024-12-03 |
| 9 | +### Added |
| 10 | +- Introducing the Nextcloud Talk desktop client for Windows, macOS and Linux |
| 11 | + [Download](https://nextcloud.com/talk-desktop-install) |
| 12 | +- feat(calls): Summarize call recordings automatically with AI when installed |
| 13 | + [#13429](https://github.com/nextcloud/spreed/issues/13429) |
| 14 | +- feat(chat): Allow to summarize the chat history when there are many unread messages |
| 15 | + [#13430](https://github.com/nextcloud/spreed/issues/13430) |
| 16 | +- feat(calls): Allow moderators to download a call participants list |
| 17 | + [#13453](https://github.com/nextcloud/spreed/issues/13453) |
| 18 | +- feat(meetings): Allow importing email lists as attendees |
| 19 | + [#13882](https://github.com/nextcloud/spreed/issues/13882) |
| 20 | +- feat(email-guests): Identify and recognize guests invited via email address |
| 21 | + [#6098](https://github.com/nextcloud/spreed/issues/6098) |
| 22 | +- feat(email-guests): Allow to invite email guests when creating a conversation |
| 23 | + [#4937](https://github.com/nextcloud/spreed/issues/4937) |
| 24 | +- feat(polls): Allow to draft, export and import polls |
| 25 | + [#13439](https://github.com/nextcloud/spreed/issues/13439) |
| 26 | +- feat(conversations): Allow to archive conversations |
| 27 | + [#6140](https://github.com/nextcloud/spreed/issues/6140) |
| 28 | +- feat(conversations): Add direct option to change notification settings to the conversation list again |
| 29 | + [#13870](https://github.com/nextcloud/spreed/issues/13870) |
| 30 | +- feat(chat): Add option to directly download attachments |
| 31 | + [Desktop #824](https://github.com/nextcloud/talk-desktop/issues/824) |
| 32 | +- feat(voice-messages): Auto play voice messages which are grouped together |
| 33 | + [#13199](https://github.com/nextcloud/spreed/issues/13199) |
| 34 | +- feat(calls): Add an option to always disable devices by default |
| 35 | + [#13446](https://github.com/nextcloud/spreed/issues/13446) |
| 36 | +- feat(calls): Add option to enable blurred background always by default |
| 37 | + [#13783](https://github.com/nextcloud/spreed/issues/13783) |
| 38 | +- feat(conversations): Add settings to automatically lock rooms after days of inactivity |
| 39 | + [#13448](https://github.com/nextcloud/spreed/issues/13448) |
| 40 | +- feat(calls): Allow to enforce a maximum call length |
| 41 | + [#13445](https://github.com/nextcloud/spreed/issues/13445) |
| 42 | +- feat(chat): Highlight file and object shares with an icon in conversations list |
| 43 | + |
| 44 | +### Changed |
| 45 | +- Update translations |
| 46 | +- Update dependencies |
| 47 | + |
| 48 | +### Fixed |
| 49 | +- fix(conversations): Fix password validation when setting a password |
| 50 | + [#13890](https://github.com/nextcloud/spreed/issues/13890) |
| 51 | +- fix(chat): Fix visibility of "Send message without notification" option being enabled |
| 52 | + [#13824](https://github.com/nextcloud/spreed/issues/13824) |
| 53 | +- fix(matterbridge): Fix settings disappearing after configuring matterbridge in a conversation |
| 54 | + [#13786](https://github.com/nextcloud/spreed/issues/13786) |
| 55 | +- fix(chat): Disable interactiveness of reference by default, to avoid input-focus stealing |
| 56 | + [#4937](https://github.com/nextcloud/spreed/issues/4937) |
| 57 | +- fix(avatar): Use person icon for deleted accounts and guests without a name |
| 58 | + [#13754](https://github.com/nextcloud/spreed/issues/13754) |
| 59 | +- fix(calls): Omit "with 0 guests" when a call is ended and only 1 logged-in participant joined |
| 60 | + [#13545](https://github.com/nextcloud/spreed/issues/13545) |
| 61 | +- fix(polls): rename "Private poll" to "Anonymous poll" |
| 62 | +- perf: Fix a performance issue when the page is not reloaded over multiple days |
| 63 | + |
8 | 64 | ## 20.1.0-rc.3 – 2024-11-28
|
9 | 65 | ### Added
|
10 | 66 | - feat(conversations): Add direct option to change notification settings to the conversation list again
|
|
0 commit comments