summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-21 16:07:20 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-21 16:08:34 +0100
commitdbcc57ac5dd7e38681aa4ec6f4d149b40c0a59dc (patch)
treedbb523dc903fed6aae7d7d76e20799ce5b813529 /CHANGELOG.md
parentdf1469e9d2041c17d7ae26f883c7d4fd043e66fb (diff)
Add changelog for 14.0.9 and 15.0.4
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0505a7e0..306970adb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,40 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 15.0.4 – 2023-02-23
+### Added
+- Make "End call for everyone" available for moderators all the time
+ [#8767](https://github.com/nextcloud/spreed/pull/8767)
+
+### Changed
+- Update some dependencies
+
+### Fixed
+- Show tooltip for conversations with a long title
+ [#8659](https://github.com/nextcloud/spreed/pull/8659)
+- Don't break the maps app with the Talk Files sidebar integration
+ [#8590](https://github.com/nextcloud/spreed/pull/8590)
+- Only register the maps integration when the user is allowed to use Talk
+ [#8591](https://github.com/nextcloud/spreed/pull/8591)
+- Fix missing "Unread mentions" floating button since Nextcloud 25 theming update
+ [#8603](https://github.com/nextcloud/spreed/pull/8603)
+- Fix button style while being in a call
+ [#8671](https://github.com/nextcloud/spreed/pull/8671)
+- Only filter mentions for participants of the conversation
+ [#8665](https://github.com/nextcloud/spreed/pull/8665)
+- Fix interaction of self-joined users with multiple sessions when navigating away
+ [#8729](https://github.com/nextcloud/spreed/pull/8729)
+
+## 14.0.9 – 2023-02-23
+### Changed
+- Update some dependencies
+
+### Fixed
+- Only filter mentions for participants of the conversation
+ [#8666](https://github.com/nextcloud/spreed/pull/8666)
+- Fix interaction of self-joined users with multiple sessions when navigating away
+ [#8730](https://github.com/nextcloud/spreed/pull/8730)
+
## 15.0.3 – 2023-01-19
### Changed
- Update @nextcloud/vue library to 7.4.0