Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 2.10.0 – 2025-12-02

### Added
- [settings] Use new components @julien-nc [#393](https://github.com/nextcloud/assistant/pull/393)
- Limit the number of text input characters in the UI and the backend @julien-nc [#411](https://github.com/nextcloud/assistant/pull/411)
- Save the last selected task type when switching @julien-nc [#402](https://github.com/nextcloud/assistant/pull/402)


### Fixed
- Register the sticker reference provider only if the related task type is available @julien-nc [#391](https://github.com/nextcloud/assistant/pull/391)
- reinitialize inputs on New Task button click @rroma [#395](https://github.com/nextcloud/assistant/pull/395)
- Fix wrong prop type for informationSourceNames in the chat UI @julien-nc [#390](https://github.com/nextcloud/assistant/pull/390)

### Changed
- [declarative-ui] Adjust the response value of the file action endpoint
@julien-nc [#392](https://github.com/nextcloud/assistant/pull/392)
- updated npm and composer dependencies

## 2.9.0 – 2025-10-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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)
]]> </description>
<version>2.9.0</version>
<version>2.10.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Assistant</namespace>
Expand Down
Loading