Skip to content

Commit e802207

Browse files
authored
Merge pull request #101 from nextcloud/release/2.0.1
prepare v2.0.1
2 parents 80c1d9c + c327ee7 commit e802207

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## 2.0.1 – 2024-07-22
10+
11+
### Added
12+
13+
- Ability to cancel a task while waiting for results in the assistant @julien-nc [#97](https://github.com/nextcloud/assistant/pull/97)
14+
15+
### Changed
16+
17+
- Set min and max NC version to 30
18+
- Switch from text processing to task processing API @julien-nc [#97](https://github.com/nextcloud/assistant/pull/97)
19+
- UI/UX improvements @julien-nc [#97](https://github.com/nextcloud/assistant/pull/97)
20+
- Avoid blocking a Php runner waiting for ChattyUI tasks to finish, poll in the frontend like the other task types @julien-nc [#97](https://github.com/nextcloud/assistant/pull/97)
21+
- Get rid of the smart picker custom components, open the assistant instead @julien-nc [#97](https://github.com/nextcloud/assistant/pull/97)
22+
- Simplify image generation, let users download or share result images directly in the assistant @julien-nc [#97](https://github.com/nextcloud/assistant/pull/97)
23+
- Simplify the audio recorder and make it look more like the one in Talk @julien-nc [#97](https://github.com/nextcloud/assistant/pull/97)
24+
925
## 1.1.0 – 2024-06-19
1026

1127
### Added

0 commit comments

Comments
 (0)