From 1590a22e19ce769f055eba2d1a4f13bd084aaeaa Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 8 Mar 2024 09:35:07 +0100 Subject: [PATCH 1/2] chore(release): Add changelog 19.0.0-beta.1 Signed-off-by: Joas Schilling --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b127e6b6c11..ff4d36a7be4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,41 @@ # Changelog All notable changes to this project will be documented in this file. +## 19.0.0-beta.1 – 2024-03-08 +### Added +- Messages can now be edited by logged-in authors and moderators for 6 hours + [#1836](https://github.com/nextcloud/spreed/issues/1836) +- Added a "In conversation" search filter + [#11456](https://github.com/nextcloud/spreed/issues/11456) +- Save unsent messages in browser storage so they survive a page reload or browser restart + [#3055](https://github.com/nextcloud/spreed/issues/3055) +- Allow to accept individual users when the lobby is enabled + [#8601](https://github.com/nextcloud/spreed/issues/8601) +- Flavored Markdown in messages + [#10066](https://github.com/nextcloud/spreed/issues/10066) +- Allow to see all reactions + [#11508](https://github.com/nextcloud/spreed/issues/11508) +- Preview: Federated chatting + [#11231](https://github.com/nextcloud/spreed/issues/11231) + +### Changed +- Update translations +- Update several dependencies +- Added support for Janus 1.x +- Prepare frontend code for a migration to Vue3 +- Migrated various icons to Material Design icons +- Deleting messages is now possible without a time limitation (was 6 hours) + [#11408](https://github.com/nextcloud/spreed/issues/11408) +- Guests are now rate-limited on mentioning users + [#11072](https://github.com/nextcloud/spreed/issues/11072) +- Make polls more visible in the chat when they are posted during a call + [#11372](https://github.com/nextcloud/spreed/issues/11372) +- Bots can now be installed by apps with limited feature flags + [#11630](https://github.com/nextcloud/spreed/issues/11630) + +### Known issues +- Federated chatting: Various features are still visible but not functional + ## 18.0.4 – 2024-02-29 ### Added - feat(desktop): Allow using the avatar menu in the desktop client From c13326bf4346c75256fad344117b8265fd0b441a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 8 Mar 2024 09:35:36 +0100 Subject: [PATCH 2/2] chore(release): Bump version to 19.0.0-beta.1 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 7eaad44889f..e141bb01559 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m ]]> - 19.0.0-dev.4 + 19.0.0-beta.1 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 7214dd32370..0a465633073 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.0-dev.0", + "version": "19.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.0-dev.0", + "version": "19.0.0-beta.1", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index c3338ba4ff1..457ee2797c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.0-dev.0", + "version": "19.0.0-beta.1", "private": true, "description": "", "author": "Joas Schilling ",