Skip to content

Commit 0b26984

Browse files
authored
3.6.0 (#232)
Signed-off-by: Anupam Kumar <[email protected]>
1 parent dc4fc6f commit 0b26984

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,32 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](http://keepachangelog.com/)
99
and this project adheres to [Semantic Versioning](http://semver.org/).
1010

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+
1137
## 3.5.0 – 2025-03-11
1238

1339
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Negative:
101101
102102
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
103103
]]> </description>
104-
<version>3.5.0</version>
104+
<version>3.6.0</version>
105105
<licence>agpl</licence>
106106
<author>Julien Veyssier</author>
107107
<namespace>OpenAi</namespace>

0 commit comments

Comments
 (0)