Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-24 16:24:21 +0300
committerJoas Schilling <coding@schilljs.com>2022-01-24 16:28:54 +0300
commit70fb0a05d1df4f6a6b171ec63a1192566340dfc8 (patch)
tree3a5aa906ab9e56299b8b2cef82beddfd06f140d8 /CHANGELOG.md
parentbae297e41d15fa864d0c453b310af9eb1fce18f5 (diff)
Changelog for 11.3.5, 12.2.3 and 13.0.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md49
1 files changed, 49 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d3c875e4..b1ec43bf5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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