From 0d976e2577a70436876f01f57aa011692b7d651e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 25 Aug 2023 15:12:43 +0200 Subject: [PATCH 1/2] chore(release): Changelog for 17.1.0-rc.3 Signed-off-by: Joas Schilling --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e37ea2688..7cb7d475150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog All notable changes to this project will be documented in this file. +## 17.1.0-rc.3 – 2023-08-25 +### Added +- feat(capability): Add a capability for messages being markdown + [#10367](https://github.com/nextcloud/spreed/issues/10367) +- feat(bots)!: Ensure bot uniqueness and allow removing by URL + [#10371](https://github.com/nextcloud/spreed/issues/10371) + +### Changed +- Update dependencies + +### Fixed +- fix(LeftSidebar): wrong user status after scrolling + [#10369](https://github.com/nextcloud/spreed/issues/10369) +- fix(changelog): Prevent duplicated changelog message by parallel requests + [#10366](https://github.com/nextcloud/spreed/issues/10366) +- fix(RoomSelector): Align text vertically for open conversation list + [#10363](https://github.com/nextcloud/spreed/issues/10363) +- fix(chat): Fix primary color selection on quotes + [#10363](https://github.com/nextcloud/spreed/issues/10363) +- fix(LeftSidebar): adjust conversation padding and size + [#10359](https://github.com/nextcloud/spreed/issues/10359) + ## 17.1.0-rc.2 – 2023-08-24 ### Added - Avatars of open conversations are now shown without being a participant From 856c32ff4b34ae861e4fae84ce9040e24f11fd14 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 25 Aug 2023 15:35:25 +0200 Subject: [PATCH 2/2] chore(release): Bump version 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 ff139b3aeba..c8dcf3bb8d3 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 ]]> - 17.1.0-rc.2.1 + 17.1.0-rc.3 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 2496d52762f..fc1c36ae55f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "17.1.0-rc.2", + "version": "17.1.0-rc.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "17.1.0-rc.2", + "version": "17.1.0-rc.3", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 948fd2cd266..2e9cedcb30b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "17.1.0-rc.2", + "version": "17.1.0-rc.3", "private": true, "description": "", "author": "Joas Schilling ",