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
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>24.0.0-beta.1</version>
<version>24.0.0-rc.1</version>
<licence>agpl</licence>

<author>Anna Larch</author>
Expand Down
24 changes: 24 additions & 0 deletions docs/changelogs/changelog-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
# Changelog
All notable changes to this project will be documented in this file.

## 24.0.0-rc.1 – 2026-05-13
### Added
- feat(email): Allow email guests without public link
[#13609](https://github.com/nextcloud/spreed/issues/13609)
- feat(preset): Allow to force the lobby
[#17935](https://github.com/nextcloud/spreed/issues/17935)

### Changed
- Update dependencies
- Update translations

### Fixed
- fix(navigation): adjust active "Home" link to the new design
[#17932](https://github.com/nextcloud/spreed/issues/17932)
- fix(sidebar): rework call UI in Talk integrations
[#17860](https://github.com/nextcloud/spreed/issues/17860)
- fix(files-sidebar): reduce initial loading size of Files sidebar
[#11551](https://github.com/nextcloud/spreed/issues/11551)
- fix(sharing): Fix probe attachment call for windows compatible filenames
[#17925](https://github.com/nextcloud/spreed/issues/17925)
- fix(voice-rooms): Hide preset when calls are disabled
[#17933](https://github.com/nextcloud/spreed/issues/17933)


## 24.0.0-beta.1 – 2026-05-04
### Added
- Call from anywhere - Integration of calls into the avatar menu
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": "24.0.0-beta.1",
"version": "24.0.0-rc.1",
"private": true,
"description": "",
"license": "agpl",
Expand Down
Loading