From 9bf248667b711a46dd4081d3605a383edd6342a9 Mon Sep 17 00:00:00 2001 From: zak39 Date: Mon, 19 May 2025 16:07:14 +0200 Subject: [PATCH] chore: update changelog for the 2.8.0 release --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d558c32..edbc142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 2.8.0 (2025-05-19) + +### Changed + +- Support nextcloud 31 by @smarinier in [#338](https://github.com/littleredbutton/cloud_bbb/pull/338) +- Changed recordingReady endpoint HTTP method to POST by @atilas88 in [#263](https://github.com/littleredbutton/cloud_bbb/pull/263) + +### Fix + +- Group displayname might be null by @smarinier in [#310](https://github.com/littleredbutton/cloud_bbb/pull/310) +- Copy to clipboard as plain/text by @Brtbr in [#275](https://github.com/littleredbutton/cloud_bbb/pull/275) +- Double encoded html in dialog title and translations by @smarinier in [#339](https://github.com/littleredbutton/cloud_bbb/pull/339) +- Start button : fixed insufficient left space when hovering over a room by @Jerome-Herbinet in [#311](https://github.com/littleredbutton/cloud_bbb/pull/311) + ## 2.7.3 (2024-12-03) ### Added