Skip to content

Commit ae81164

Browse files
authored
4.0.0 (#309)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent bdf3de8 commit ae81164

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ 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+
## 4.0.0 - 2025-12-09
12+
13+
### Added
14+
- add watermark and metadata to generated images and audio @marcelklehr [#295](https://github.com/nextcloud/integration_openai/pull/295)
15+
- adjust audio input chat format @julien-nc [#303](https://github.com/nextcloud/integration_openai/pull/303)
16+
- detect audio input format when sending it as a message to the chat completion endpoint, support wav and mp3 @julien-nc [#306](https://github.com/nextcloud/integration_openai/pull/306)
17+
18+
### Changed
19+
- drop support for NC < 33 @marcelklehr [#295](https://github.com/nextcloud/integration_openai/pull/295)
20+
21+
1122
## 3.9.1 – 2025-11-05
1223

1324
### Fixed

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>4.0.0-dev</version>
104+
<version>4.0.0</version>
105105
<licence>agpl</licence>
106106
<author>Julien Veyssier</author>
107107
<namespace>OpenAi</namespace>

0 commit comments

Comments
 (0)