File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
1111## [ Unreleased]
1212
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+
1323## 2.7.1 – 2025-09-05
1424
1525### Fixed
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.7.1 </version >
65+ <version >2.8.0 </version >
6666 <licence >agpl</licence >
6767 <author >Julien Veyssier</author >
6868 <namespace >Assistant</namespace >
@@ -80,7 +80,7 @@ More details on how to set this up in the [admin docs](https://docs.nextcloud.co
8080 <screenshot >https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot6.jpg</screenshot >
8181 <screenshot >https://github.com/nextcloud/assistant/raw/main/img/screenshots/screenshot7.jpg</screenshot >
8282 <dependencies >
83- <nextcloud min-version =" 30" max-version =" 32 " />
83+ <nextcloud min-version =" 30" max-version =" 33 " />
8484 </dependencies >
8585 <settings >
8686 <admin >OCA\Assistant\Settings\Admin</admin >
You can’t perform that action at this time.
0 commit comments