Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.

## 10.0.0-beta.2 – 2020-09-03
### Added
- Show keyboard shortcuts in the settings
[#4089](https://github.com/nextcloud/spreed/pull/4089)

### Fixed
- Remove old "hark" data channel
[#4068](https://github.com/nextcloud/spreed/pull/4068)
- Show a message when enabling matterbridge if the binary is not executable
[#4079](https://github.com/nextcloud/spreed/pull/4079)
- Show other participants video when they share their screen
[#4082](https://github.com/nextcloud/spreed/pull/4082)
- Show the status of the matterbridge in the sidebar tab
[#4083](https://github.com/nextcloud/spreed/pull/4083)
- Don't leak the statuses to guests
[#4092](https://github.com/nextcloud/spreed/pull/4092)

## 10.0.0-beta.1 – 2020-08-27
### Added
- Implement unified search for messages
Expand All @@ -22,11 +39,11 @@ All notable changes to this project will be documented in this file.
- 🚧 TechPreview: Matterbridge integration
[#4010](https://github.com/nextcloud/spreed/pull/4010)
- Compatibility with Nextcloud 20

### Changed
- Allow to select your own video
[#3814](https://github.com/nextcloud/spreed/pull/3814)

### Fixed
- Scroll to the original message when clicking on a quota
[#4037](https://github.com/nextcloud/spreed/pull/4037)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m

]]></description>

<version>10.0.0-beta.1</version>
<version>10.0.0-beta.2</version>
<licence>agpl</licence>

<author>Daniel Calviño Sánchez</author>
Expand Down