File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
1111## [ Unreleased]
1212
13+ ## 2.12.0 – 2025-12-17
14+
15+ ### Added
16+ - More AI warnings @marcelklehr [ #425 ] ( https://github.com/nextcloud/assistant/pull/425 )
17+
18+ ### Changed
19+ - Gracefully handle scheduling errors in the UI @julien-nc [ #426 ] ( https://github.com/nextcloud/assistant/pull/426 )
20+
21+ ### Fixed
22+ - use new composable for relative time @janepie [ #429 ] ( https://github.com/nextcloud/assistant/pull/429 )
23+
1324## 2.11.0 – 2025-12-09
1425
1526### Added
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Known providers:
6262
6363More 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</version >
65+ <version >2.12 .0</version >
6666 <licence >agpl</licence >
6767 <author >Julien Veyssier</author >
6868 <namespace >Assistant</namespace >
Original file line number Diff line number Diff line change 11{
22 "name" : " assistant" ,
3- "version" : " 2.11 .0" ,
3+ "version" : " 2.12 .0" ,
44 "description" : " Nextcloud Assistant" ,
55 "main" : " index.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments