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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 3.1.0 - 2026-01-15

### Added
- Implement memories @marcelklehr [#422](https://github.com/nextcloud/assistant/pull/422)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Implement memories @marcelklehr [#422](https://github.com/nextcloud/assistant/pull/422)
- Implement memories @marcelklehr @janepie [#422](https://github.com/nextcloud/assistant/pull/422)


### Fixed
- Use userFacingErrorMessage from TaskProcessing API if available @marcelklehr [#441](https://github.com/nextcloud/assistant/pull/441)

## 3.0.0 – 2026-01-08

### 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>3.0.0</version>
<version>3.1.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Assistant</namespace>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assistant",
"version": "2.12.0",
"version": "3.1.0",
"description": "Nextcloud Assistant",
"main": "index.js",
"directories": {
Expand Down