From c3fbbcc23d671ad7552594ca45f4df699699c1d3 Mon Sep 17 00:00:00 2001 From: Anupam Kumar Date: Mon, 30 Sep 2024 19:46:41 +0530 Subject: [PATCH] 2.1.0 Signed-off-by: Anupam Kumar --- CHANGELOG.md | 17 +++++++++++++++++ appinfo/info.xml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a87132..7fd6c60d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## 2.1.0 – 2024-09-30 + +### Added + +- Add back buttons after launching a task @julien-nc [#131](https://github.com/nextcloud/assistant/pull/131) +- Close the task history item menu when canceling a task @julien-nc [#131](https://github.com/nextcloud/assistant/pull/131) +- Render context chat's the referenced source items @kyteinsky [#124](https://github.com/nextcloud/assistant/pull/124) + +### Changed + +- Migrate to vite build system @julien-nc [#125](https://github.com/nextcloud/assistant/pull/125) +- Switch audio recorder to extendable-media-recorder @julien-nc [#125](https://github.com/nextcloud/assistant/pull/125) + +### Fixed + +- Enable submit button without scope in context chat @kyteinsky [#128](https://github.com/nextcloud/assistant/pull/128) + ## 2.0.4 – 2024-09-04 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index c5bebd03..d5576749 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -58,7 +58,7 @@ Known providers: More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html) ]]> - 2.0.4 + 2.1.0 agpl Julien Veyssier Assistant