File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,32 @@ All notable changes to this project will be documented in this file.
8
8
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
9
9
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
10
10
11
+ ## 3.6.0 – 2025-07-09
12
+
13
+ ### Added
14
+
15
+ - Add support for text to speech @lukasdotcom [ #210 ] ( https://github.com/nextcloud/integration_openai/pull/210 )
16
+ - Add Analyze Image Task Type @lukasdotcom [ #226 ] ( https://github.com/nextcloud/integration_openai/pull/226 )
17
+
18
+ ### Changed
19
+
20
+ - update README.md @edward-ly @jospoortvliet [ #46 ] ( https://github.com/nextcloud/integration_openai/pull/46 )
21
+ - update summary prompt @edward-ly [ #214 ] ( https://github.com/nextcloud/integration_openai/pull/214 )
22
+ - migrate to vue3 and @nextcloud/vue 9 @julien-nc [ #220 ] ( https://github.com/nextcloud/integration_openai/pull/220 )
23
+ - use outline icons instead of solid ones @kyteinsky [ #228 ] ( https://github.com/nextcloud/integration_openai/pull/228 )
24
+ - update personal settings basic auth @kyteinsky [ #228 ] ( https://github.com/nextcloud/integration_openai/pull/228 )
25
+
26
+ ### Fixed
27
+
28
+ - do not add /v1 twice to the service url @kyteinsky [ #207 ] ( https://github.com/nextcloud/integration_openai/pull/207 )
29
+ - Fix some mistakes in phpdoc @lukasdotcom [ #211 ] ( https://github.com/nextcloud/integration_openai/pull/211 )
30
+ - fix English source string @edward-ly [ #212 ] ( https://github.com/nextcloud/integration_openai/pull/212 )
31
+ - improve 401 error message @kyteinsky [ #218 ] ( https://github.com/nextcloud/integration_openai/pull/218 )
32
+ - Update all workflows and fix bootstrap.php @lukasdotcom [ #221 ] ( https://github.com/nextcloud/integration_openai/pull/221 )
33
+ - fix content type identification @lukasdotcom [ #225 ] ( https://github.com/nextcloud/integration_openai/pull/225 )
34
+ - separate user and admin cache, and allow taskproc without userId @kyteinsky [ #230 ] ( https://github.com/nextcloud/integration_openai/pull/230 )
35
+
36
+
11
37
## 3.5.0 – 2025-03-11
12
38
13
39
### Added
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Negative:
101
101
102
102
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
103
103
]]> </description >
104
- <version >3.5 .0</version >
104
+ <version >3.6 .0</version >
105
105
<licence >agpl</licence >
106
106
<author >Julien Veyssier</author >
107
107
<namespace >OpenAi</namespace >
You can’t perform that action at this time.
0 commit comments