File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
11
11
## [ Unreleased]
12
12
13
+ ## 2.8.0 – 2025-09-09
14
+
15
+ ### Changed
16
+
17
+ - Add support for Nextcloud 33
18
+
19
+ ### Fixed
20
+
21
+ - Fix stop polling when needed @julien-nc [ #356 ] ( https://github.com/nextcloud/assistant/pull/356 )
22
+
13
23
## 2.7.1 – 2025-09-05
14
24
15
25
### Fixed
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Known providers:
62
62
63
63
More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)
64
64
]]> </description >
65
- <version >2.7.1 </version >
65
+ <version >2.8.0 </version >
66
66
<licence >agpl</licence >
67
67
<author >Julien Veyssier</author >
68
68
<namespace >Assistant</namespace >
@@ -80,7 +80,7 @@ More details on how to set this up in the [admin docs](https://docs.nextcloud.co
80
80
<screenshot >https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot6.jpg</screenshot >
81
81
<screenshot >https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot7.jpg</screenshot >
82
82
<dependencies >
83
- <nextcloud min-version =" 30" max-version =" 32 " />
83
+ <nextcloud min-version =" 30" max-version =" 33 " />
84
84
</dependencies >
85
85
<settings >
86
86
<admin >OCA\Assistant\Settings\Admin</admin >
You can’t perform that action at this time.
0 commit comments