Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for 11.3.5, 12.2.3 and 13.0.2 #6827

Merged
merged 2 commits into from
Jan 24, 2022
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
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,55 @@
# Changelog
All notable changes to this project will be documented in this file.

## 13.0.2 – 2022-01-24
### Changed
- Improve the join/leave sounds to be shorter
[#6720](https://github.com/nextcloud/spreed/pull/6720)
- Keep emoji picker open when selecting an emoji
[#6792](https://github.com/nextcloud/spreed/pull/6792)
- Reduce the set of avatar sizes so browser cache hits more often
[#6799](https://github.com/nextcloud/spreed/pull/6799)
- Improve signaling events for the roomlist
[#6719](https://github.com/nextcloud/spreed/pull/6719)
- Don't update the participant list when only you joined
[#6805](https://github.com/nextcloud/spreed/pull/6805)
- Recognize voice messages, object and file shares as unread messages
[#6826](https://github.com/nextcloud/spreed/pull/6826)

### Fixed
- Allow joining open conversations which are also shared as link with a password
[#6709](https://github.com/nextcloud/spreed/pull/6709)
- Prevent handleScroll on initial loading of a conversation
[#6717](https://github.com/nextcloud/spreed/pull/6717)
- Don't force a signaling mode when starting/ending the HPB trial
[#6822](https://github.com/nextcloud/spreed/pull/6823)
- Add conversation token and message id to search results
[#6745](https://github.com/nextcloud/spreed/pull/6745)
- Fix enabling background blur when video is disabled
[#6705](https://github.com/nextcloud/spreed/pull/6705)
- Fix several issues with the own peer when connections are slow
[#6774](https://github.com/nextcloud/spreed/pull/6774)

## 12.2.3 – 2022-01-24
### Fixed
- Allow joining open conversations which are also shared as link with a password
[#6710](https://github.com/nextcloud/spreed/pull/6710)
- Prevent handleScroll on initial loading of a conversation
[#6718](https://github.com/nextcloud/spreed/pull/6718)
- Don't force a signaling mode when starting/ending the HPB trial
[#6823](https://github.com/nextcloud/spreed/pull/6823)
- Add conversation token and message id to search results
[#6746](https://github.com/nextcloud/spreed/pull/6746)

## 11.3.5 – 2022-01-24
### Fixed
- Allow joining open conversations which are also shared as link with a password
[#6711](https://github.com/nextcloud/spreed/pull/6711)
- Don't force a signaling mode when starting/ending the HPB trial
[#6824](https://github.com/nextcloud/spreed/pull/6824)
- Add conversation token and message id to search results
[#6747](https://github.com/nextcloud/spreed/pull/6747)

## 13.0.1 – 2021-12-13
### Fixed
- Fix various issues with enabling/disabling the camera and background blur
Expand Down
7 changes: 5 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<version>14.0.0-dev.0</version>
<licence>agpl</licence>

<author>Aleksandra Lazarević</author>
<author>Daniel Calviño Sánchez</author>
<author>Ivan Sein</author>
<author>Jan-Christoph Borchardt</author>
<author>Jennifer Piperek</author>
<author>Joas Schilling</author>
<author>Marcel Hibbe</author>
<author>Marco Ambrosini</author>
<author>Vincent Petry</author>
<author>Nikola Gladovic</author>
<author>Tim Krüger</author>
<author>Vitor Mattos</author>

<namespace>Talk</namespace>

Expand Down