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 <213943+nickvergessen@users.noreply.github.com>2022-04-08 13:33:39 +0300
committerGitHub <noreply@github.com>2022-04-08 13:33:39 +0300
commit7c635bf346ddeef737b96b54f5d3fee728c04ce4 (patch)
treefbadffd7ea82d4e3f471ec54954ac6a7ac97acc3
parent99ea48ff7c8c0ce8b83596e38d6289c737c0d629 (diff)
parent222381aa8a3f8bdf5a494200ad69f10dffd8d937 (diff)
Merge pull request #7127 from nextcloud/backport/7120/stable23
[stable23] Add changelog for 12.2.5 and 13.0.5
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afd8a360d..844926d1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,30 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 13.0.5 – 2022-04-08
+### Fixed
+- Fix reconnection when media permissions change
+ [#7092](https://github.com/nextcloud/spreed/pull/7092)
+- Fix forced reconnection without the High-performance backend
+ [#7095](https://github.com/nextcloud/spreed/pull/7095)
+- Compatibility with LDAP user backends and more than 64 characters display names
+ [#7073](https://github.com/nextcloud/spreed/pull/7073)
+- Compatibility with Oracle and MySQL ONLY_FULL_GROUP_BY
+ [#7036](https://github.com/nextcloud/spreed/pull/7036)
+- Fix broken avatars when search for users to add to a conversation
+ [#7037](https://github.com/nextcloud/spreed/pull/7037)
+- Fix sort order of guests and logged-in users
+ [#7053](https://github.com/nextcloud/spreed/pull/7053)
+- Allow copying links of open conversations without joining
+ [#7070](https://github.com/nextcloud/spreed/pull/7070)
+
+## 12.2.5 – 2022-04-08
+### Fixed
+- Compatibility with LDAP user backends and more than 64 characters display names
+ [#7074](https://github.com/nextcloud/spreed/pull/7074)
+- Compatibility with Oracle and MySQL ONLY_FULL_GROUP_BY
+ [#7040](https://github.com/nextcloud/spreed/pull/7040)
+
## 13.0.4 – 2022-03-17
### Fixed
- Fix several modals, dialogs and popovers in fullscreen mode