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

## 14.0.1 – 2022-05-07
### Fixed
- Fix memory consumption with emoji picker in conversations with a lot of chat messages with reactions
[7328](https://github.com/nextcloud/spreed/pull/7328)
- Fix endless offer loop with SIP participants
[7288](https://github.com/nextcloud/spreed/pull/7288)
- Fix room selector in deck and maps integration
[7290](https://github.com/nextcloud/spreed/pull/7290)
[7294](https://github.com/nextcloud/spreed/pull/7294)
- Fix transceiver kind for participants without the HPB
[7263](https://github.com/nextcloud/spreed/pull/7263)
- Fix error on console when initiating a screenshare
[7330](https://github.com/nextcloud/spreed/pull/7330)
- Add missing translations of 24 branch
[7330](https://github.com/nextcloud/spreed/pull/7330)

## 14.0.0 – 2022-05-02
### Added
- Reactions for chat messages
Expand Down