|
1 | 1 | # Changelog |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
4 | | -## 10.0.0-rc.2 – 2020-09-24 |
| 4 | +## 10.0.0 – 2020-10-02 |
5 | 5 | ### Added |
| 6 | +- Implement unified search for messages |
| 7 | + [#4017](https://github.com/nextcloud/spreed/pull/4017) |
| 8 | +- Support for user status |
| 9 | + [#3993](https://github.com/nextcloud/spreed/pull/3993) |
| 10 | +- Moderators can now mute all participants with one click in the moderator menu |
| 11 | + [#4052](https://github.com/nextcloud/spreed/pull/4052) |
| 12 | +- Allow changing the camera and microphone during a call |
| 13 | + [#4023](https://github.com/nextcloud/spreed/pull/4023) |
| 14 | +- Show upload progress and a preview when sharing a file into the chat |
| 15 | + [#3988](https://github.com/nextcloud/spreed/pull/3988) |
| 16 | +- Add a dashboard widget with unread mentions and active calls |
| 17 | + [#3890](https://github.com/nextcloud/spreed/pull/3890) |
| 18 | +- Add an emoji picker to the chat |
| 19 | + [#3994](https://github.com/nextcloud/spreed/pull/3994) |
| 20 | +- Hosted high-performance backend trial option in the admin settings |
| 21 | + [#3620](https://github.com/nextcloud/spreed/pull/3620) |
6 | 22 | - Remember the selected camera and microphone for future visits |
7 | 23 | [#4224](https://github.com/nextcloud/spreed/pull/4224) |
| 24 | +- Keyboard navigation for conversation search |
| 25 | + [#3955](https://github.com/nextcloud/spreed/pull/3955) |
| 26 | +- Show keyboard shortcuts in the settings |
| 27 | + [#4089](https://github.com/nextcloud/spreed/pull/4089) |
| 28 | +- 🚧 TechPreview: Matterbridge integration |
| 29 | + [#4010](https://github.com/nextcloud/spreed/pull/4010) |
| 30 | +- Compatibility with Nextcloud 20 |
8 | 31 |
|
9 | 32 | ### Changed |
10 | 33 | - Online users are now sorted above offline moderators in the participant list, because we think it's more important what you do than who you are |
11 | 34 | [#4211](https://github.com/nextcloud/spreed/pull/4211) |
| 35 | +- Allow to select your own video in the speaker view |
| 36 | + [#3814](https://github.com/nextcloud/spreed/pull/3814) |
12 | 37 |
|
13 | 38 | ### Fixed |
14 | | -- Various fixes to the Matterbridge component |
15 | | - [#4206](https://github.com/nextcloud/spreed/pull/4206) |
16 | | - [#4173](https://github.com/nextcloud/spreed/pull/4173) |
17 | 39 | - "Talk to …" button in avatar only works on first use |
18 | 40 | [#4194](https://github.com/nextcloud/spreed/pull/4194) |
19 | | -- Fix chat scrolling in the sidebar of the files app |
20 | | - [#4225](https://github.com/nextcloud/spreed/pull/4225) |
21 | 41 | - Reduce the load of various requests |
22 | 42 | [#4205](https://github.com/nextcloud/spreed/pull/4205) |
23 | 43 | [#4204](https://github.com/nextcloud/spreed/pull/4204) |
24 | 44 | [#4201](https://github.com/nextcloud/spreed/pull/4201) |
25 | | - |
26 | | -## 10.0.0-rc.1 – 2020-09-17 |
27 | | -### Added |
28 | | -- Keyboard navigation for conversation search |
29 | | - [#3955](https://github.com/nextcloud/spreed/pull/3955) |
30 | | - |
31 | | -### Fixed |
32 | | -- Don't leak the status to users that can't use the user status app |
33 | | - [#4137](https://github.com/nextcloud/spreed/pull/4137) |
34 | | -- Installation on Oracle fails |
35 | | - [#4127](https://github.com/nextcloud/spreed/pull/4127) |
| 45 | + [#4152](https://github.com/nextcloud/spreed/pull/4152) |
36 | 46 | - Fix clientside memory leaks due to missing unsubscribe of events when destroying interface components |
37 | 47 | [#4139](https://github.com/nextcloud/spreed/pull/4139) |
38 | 48 | [#4140](https://github.com/nextcloud/spreed/pull/4140) |
39 | 49 | [#4154](https://github.com/nextcloud/spreed/pull/4154) |
40 | 50 | [#4155](https://github.com/nextcloud/spreed/pull/4155) |
| 51 | +- Installation on Oracle fails |
| 52 | + [#4127](https://github.com/nextcloud/spreed/pull/4127) |
41 | 53 | - Try to be more safe again errors when trying to get the Talk folder for attachments |
42 | 54 | [#4165](https://github.com/nextcloud/spreed/pull/4165) |
43 | | -- Reduce the load when refreshing the conversation list |
44 | | - [#4152](https://github.com/nextcloud/spreed/pull/4152) |
45 | | -- Immediately reflect changes on the own user status |
46 | | - [#4153](https://github.com/nextcloud/spreed/pull/4153) |
47 | | -- Some fixes to the Matterbridge component |
48 | | - [#4117](https://github.com/nextcloud/spreed/pull/4117) |
49 | | - [#4118](https://github.com/nextcloud/spreed/pull/4118) |
50 | | - [#4119](https://github.com/nextcloud/spreed/pull/4119) |
51 | | - [#4120](https://github.com/nextcloud/spreed/pull/4120) |
52 | | - [#4121](https://github.com/nextcloud/spreed/pull/4121) |
53 | | - [#4122](https://github.com/nextcloud/spreed/pull/4122) |
54 | | - |
55 | | -## 10.0.0-beta.2 – 2020-09-03 |
56 | | -### Added |
57 | | -- Show keyboard shortcuts in the settings |
58 | | - [#4089](https://github.com/nextcloud/spreed/pull/4089) |
59 | | - |
60 | | -### Fixed |
61 | 55 | - Remove old "hark" data channel |
62 | 56 | [#4068](https://github.com/nextcloud/spreed/pull/4068) |
63 | | -- Show a message when enabling matterbridge if the binary is not executable |
64 | | - [#4079](https://github.com/nextcloud/spreed/pull/4079) |
65 | 57 | - Show other participants video when they share their screen |
66 | 58 | [#4082](https://github.com/nextcloud/spreed/pull/4082) |
67 | | -- Show the status of the matterbridge in the sidebar tab |
68 | | - [#4083](https://github.com/nextcloud/spreed/pull/4083) |
69 | | -- Don't leak the statuses to guests |
70 | | - [#4092](https://github.com/nextcloud/spreed/pull/4092) |
71 | | - |
72 | | -## 10.0.0-beta.1 – 2020-08-27 |
73 | | -### Added |
74 | | -- Implement unified search for messages |
75 | | - [#4017](https://github.com/nextcloud/spreed/pull/4017) |
76 | | -- Support for user status |
77 | | - [#3993](https://github.com/nextcloud/spreed/pull/3993) |
78 | | -- Moderators can now mute all participants with one click in the moderator menu |
79 | | - [#4052](https://github.com/nextcloud/spreed/pull/4052) |
80 | | -- Allow changing the camera and microphone during a call |
81 | | - [#4023](https://github.com/nextcloud/spreed/pull/4023) |
82 | | -- Show upload progress and a preview when sharing a file into the chat |
83 | | - [#3988](https://github.com/nextcloud/spreed/pull/3988) |
84 | | -- Add a dashboard widget with unread mentions and active calls |
85 | | - [#3890](https://github.com/nextcloud/spreed/pull/3890) |
86 | | -- Add an emoji picker to the chat |
87 | | - [#3994](https://github.com/nextcloud/spreed/pull/3994) |
88 | | -- Hosted high-performance backend trial option in the admin settings |
89 | | - [#3620](https://github.com/nextcloud/spreed/pull/3620) |
90 | | -- 🚧 TechPreview: Matterbridge integration |
91 | | - [#4010](https://github.com/nextcloud/spreed/pull/4010) |
92 | | -- Compatibility with Nextcloud 20 |
93 | | - |
94 | | -### Changed |
95 | | -- Allow to select your own video |
96 | | - [#3814](https://github.com/nextcloud/spreed/pull/3814) |
97 | | - |
98 | | -### Fixed |
99 | 59 | - Scroll to the original message when clicking on a quota |
100 | 60 | [#4037](https://github.com/nextcloud/spreed/pull/4037) |
101 | 61 | - Fix transparency issue with the avatar menu in the participant list |
|
0 commit comments