You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,17 @@ 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
+
## 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)
0 commit comments