Skip to content

Commit 4e290c0

Browse files
Merge pull request #4261 from nextcloud/changelog/v10.0.0
Combine the changelog for 10.0.0 in the appstore
2 parents 5480b9d + 1347615 commit 4e290c0

File tree

1 file changed

+29
-69
lines changed

1 file changed

+29
-69
lines changed

CHANGELOG.md

Lines changed: 29 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,61 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## 10.0.0-rc.2 – 2020-09-24
4+
## 10.0.0 – 2020-10-02
55
### 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)
622
- Remember the selected camera and microphone for future visits
723
[#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
831

932
### Changed
1033
- 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
1134
[#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)
1237

1338
### 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)
1739
- "Talk to …" button in avatar only works on first use
1840
[#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)
2141
- Reduce the load of various requests
2242
[#4205](https://github.com/nextcloud/spreed/pull/4205)
2343
[#4204](https://github.com/nextcloud/spreed/pull/4204)
2444
[#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)
3646
- Fix clientside memory leaks due to missing unsubscribe of events when destroying interface components
3747
[#4139](https://github.com/nextcloud/spreed/pull/4139)
3848
[#4140](https://github.com/nextcloud/spreed/pull/4140)
3949
[#4154](https://github.com/nextcloud/spreed/pull/4154)
4050
[#4155](https://github.com/nextcloud/spreed/pull/4155)
51+
- Installation on Oracle fails
52+
[#4127](https://github.com/nextcloud/spreed/pull/4127)
4153
- Try to be more safe again errors when trying to get the Talk folder for attachments
4254
[#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
6155
- Remove old "hark" data channel
6256
[#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)
6557
- Show other participants video when they share their screen
6658
[#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
9959
- Scroll to the original message when clicking on a quota
10060
[#4037](https://github.com/nextcloud/spreed/pull/4037)
10161
- Fix transparency issue with the avatar menu in the participant list

0 commit comments

Comments
 (0)