From caa5de4d2b8c6bf4188e5a19f7260d7c9aea7757 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 31 Aug 2023 19:29:57 +0200 Subject: [PATCH 1/2] chore(release): Bump version to 17.1.0-rc.4 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 c8dcf3bb8d3..55258e0d0f0 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.3 + 17.1.0-rc.4 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 4ef3eca3395..1bd4b257606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "17.1.0-rc.3", + "version": "17.1.0-rc.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "17.1.0-rc.3", + "version": "17.1.0-rc.4", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 395c9971b2b..5c9b044bc97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "17.1.0-rc.3", + "version": "17.1.0-rc.4", "private": true, "description": "", "author": "Joas Schilling ", From d3a2cd4beca6856c1ef6866a5298dc80fed76536 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 31 Aug 2023 19:22:15 +0200 Subject: [PATCH 2/2] chore(release): Add changelog for 17.1.0-rc.4 Signed-off-by: Joas Schilling --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb7d475150..a8fef54297a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog All notable changes to this project will be documented in this file. +## 17.1.0-rc.4 – 2023-08-31 +### Changed +- chore(packaging): Ship dependencies lock files + [#10426](https://github.com/nextcloud/spreed/issues/10426) +- Update dependencies + +### Fixed +- fix(bots): Fix several problems with bots + [#10425](https://github.com/nextcloud/spreed/issues/10425) +- feat(conversations): Persist the filter status after reload + [#10407](https://github.com/nextcloud/spreed/issues/10407) +- fix(chat): Adjust parsing of NcRichContenteditable output before sending + [#10440](https://github.com/nextcloud/spreed/issues/10440) +- fix(conversations): Fix arrow-key navigation in left sidebar + [#10418](https://github.com/nextcloud/spreed/issues/10418) +- fix(deck): Show conversation name and highlight link in deck integration + [#10394](https://github.com/nextcloud/spreed/issues/10394) +- fix(chat): Fix combined system message text with duplicated messages from yourself + [#10439](https://github.com/nextcloud/spreed/issues/10439) + ## 17.1.0-rc.3 – 2023-08-25 ### Added - feat(capability): Add a capability for messages being markdown