Skip to content

Commit 84667ad

Browse files
authored
Merge pull request #420 from nextcloud/prepare-v2.11.0
Prepare release v2.11.0
2 parents 638df01 + 6ff06e1 commit 84667ad

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

1111
## [Unreleased]
1212

13+
## 2.11.0 – 2025-12-09
14+
15+
### Added
16+
- Add system tags to AI generated files @marcelklehr [#406](https://github.com/nextcloud/assistant/pull/406)
17+
18+
### Fixed
19+
- Version number in the file action response is now a float @julien-nc [#414](https://github.com/nextcloud/assistant/pull/414)
20+
- Fix audio recording and deal with audio watermarking in sub tasks @julien-nc [#413](https://github.com/nextcloud/assistant/pull/413)
21+
- error handling for last used task type @janepie [#419](https://github.com/nextcloud/assistant/pull/419)
22+
23+
1324
## 2.10.0 – 2025-12-02
1425

1526
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Known providers:
6262
6363
More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)
6464
]]> </description>
65-
<version>2.11.0-dev</version>
65+
<version>2.11.0</version>
6666
<licence>agpl</licence>
6767
<author>Julien Veyssier</author>
6868
<namespace>Assistant</namespace>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assistant",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "Nextcloud Assistant",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)