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

## 22.0.3 – 2025-11-20
### Changed
- Update dependencies
- Update translations
- feat(call): Use hardware acceleration for background blur
[#16310](https://github.com/nextcloud/spreed/pull/16310)
- feat(settings): Redesign Talk settings
[#16304](https://github.com/nextcloud/spreed/pull/16304)
- perf(chat): Chat messages can be relayed via the HPB when enabling an experiment
[#16240](https://github.com/nextcloud/spreed/pull/16240)

### Fixed
- fix(chat): Fix memory leak from styles recalculation
[#16260](https://github.com/nextcloud/spreed/pull/16260)
- fix(chat): Fix rendering performance from message bottom-bar
[#16307](https://github.com/nextcloud/spreed/pull/16307)
- fix(conversations): Fix rendering performance of left sidebar with many conversations
[#16340](https://github.com/nextcloud/spreed/pull/16340)
- fix(call): Fix squeezed buttons in small screens
[#16205](https://github.com/nextcloud/spreed/pull/16205)
- fix(call): Use bulk activity events when ending a call
[#16263](https://github.com/nextcloud/spreed/pull/16263)
- fix(chat): Fix amount of requests when a guest sets their name
[#16364](https://github.com/nextcloud/spreed/pull/16364)
- fix(federation): Allow access to shared items like location, threads, … for federated users
[#16269](https://github.com/nextcloud/spreed/pull/16269)
- fix(search): Use short datetime style in search
[#16233](https://github.com/nextcloud/spreed/pull/16233)

## 22.0.2 – 2025-10-27
### Changed
- Update dependencies
Expand Down