From 33d56ffdeb45edd31d63f6d0128fba0f0efc51fc Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Mon, 20 Nov 2023 10:58:40 +0100 Subject: [PATCH] prepare 1.0.2 Signed-off-by: Julien Veyssier --- CHANGELOG.md | 17 +++++++++++++++++ appinfo/info.xml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2a2cb2f..b4e40dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## 1.0.2 – 2023-11-20 + +### Added + +- Input labels and result warning [#8](https://github.com/nextcloud/assistant/pull/8) @julien-nc + +### Changed + +- Implement synchronous workflow and ability to schedule if it's too long [#13](https://github.com/nextcloud/assistant/pull/13) @julien-nc +- Use `@nextcloud/vue` 8 @julien-nc +- Reimplement the task selector with inline buttons and action menu for overflowing ones [#3](https://github.com/nextcloud/assistant/pull/3) @julien-nc +- Set submit button label to "Submit request" when Free prompt is selected @julien-nc + +### Fixed + +- Fix top-right menu entry style [#4](https://github.com/nextcloud/assistant/issues/4) @julien-nc + ## 1.0.1 – 2023-08-21 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 56fa5ede..7a89ca85 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -34,7 +34,7 @@ include text processing providers to: * Get an answer from a free prompt * Reformulate (OpenAi/LocalAi only) ]]> - 1.0.1 + 1.0.2 agpl Julien Veyssier TPAssistant