Skip to content

Commit

Permalink
Merge pull request #12822 from nextcloud/release/20.0.0-beta.1
Browse files Browse the repository at this point in the history
Release 20.0.0-beta.1
  • Loading branch information
danxuliu committed Jul 26, 2024
2 parents b935e30 + ed94ab2 commit d1ca0d2
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,40 @@
# Changelog
All notable changes to this project will be documented in this file.

## 20.0.0-beta.1 – 2024-07-26
### Added
- Banning users and guests
[#12291](https://github.com/nextcloud/spreed/issues/12291)
- Allow to prevent "@all" mentions for non-moderators
[#9074](https://github.com/nextcloud/spreed/issues/9074)
- Add button to show smart picker
[#12250](https://github.com/nextcloud/spreed/issues/12250)
- Dispatch events when enabling or disabling bots
[#12551](https://github.com/nextcloud/spreed/pull/12551)
- Preview: Federated calls
[#11232](https://github.com/nextcloud/spreed/issues/11232)

### Changed
- Requires Nextcloud 30
- External signaling requires [federation support](https://github.com/strukturag/nextcloud-spreed-signaling/pull/776)
- API performance improvements
- Dynamic order of tiles in a call
[#11393](https://github.com/nextcloud/spreed/issues/11393)
- Automatically lower raised hand when participant speaks
[#12399](https://github.com/nextcloud/spreed/issues/12399)
- Show confirmation dialog when removing a participant
[#12543](https://github.com/nextcloud/spreed/pull/12543)
- Show description when listing open conversations
[#12209](https://github.com/nextcloud/spreed/issues/12209)
- Outline the participant count when trying to mention everyone
[#12782](https://github.com/nextcloud/spreed/pull/12782)
- Show out-of-office replacement in the out-of-office message
[#12510](https://github.com/nextcloud/spreed/pull/12510)

### Known issues
- Design: not fully adjusted to changes in Nextcloud 30
- Federated calls: broken participant avatars and missing call notifications

## 19.0.7 – 2024-07-15
### Fixed
- fix(federation): Fix missing notifications in https-federated conversations (Nextcloud Server 29.0.4 or later - Part 3)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.
]]></description>

<version>20.0.0-dev.8</version>
<version>20.0.0-beta.1</version>
<licence>agpl</licence>

<author>Daniel Calviño Sánchez</author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talk",
"version": "20.0.0-dev.0",
"version": "20.0.0-beta.1",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",
Expand Down

0 comments on commit d1ca0d2

Please sign in to comment.