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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@
# Changelog
All notable changes to this project will be documented in this file.

## 23.0.0-beta.1 – 2026-01-09
### Added
- Allow moderators to pin messages in a chat
[#3390](https://github.com/nextcloud/spreed/issues/3390)
- Chat is now shown in split view by default
[#14944](https://github.com/nextcloud/spreed/issues/14944)
- Allow users to schedule messages to send at a later time
[#3954](https://github.com/nextcloud/spreed/issues/3954)
- Use hardware acceleration for background blurring when available
[#16072](https://github.com/nextcloud/spreed/issues/16072)
- Allow participants to control noise suppression, echo cancellation and auto gain for their microphone
[#3252](https://github.com/nextcloud/spreed/issues/3252)
- Relay chat messages via the High-performance backend to improve performance and scaling
[#624](https://github.com/nextcloud/spreed/issues/624)

### Changed
- Update dependencies
- Update translations
- Require Nextcloud 33 / Hub 26 Winter
- Enable notifications in group conversations by default for new instances
[#16319](https://github.com/nextcloud/spreed/issues/16319)

## 22.0.7 – 2025-12-17
### Changed
- Update dependencies
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>23.0.0-dev.4</version>
<version>23.0.0-beta.1</version>
<licence>agpl</licence>

<author>Anna Larch</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": "23.0.0-dev.0",
"version": "23.0.0-beta.1",
"private": true,
"description": "",
"license": "agpl",
Expand Down
Loading