Skip to content

Commit 48c7e98

Browse files
authored
prepare 3.1.0 (#123)
Signed-off-by: Anupam Kumar <[email protected]>
1 parent e35c22b commit 48c7e98

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

7+
## 3.1.0 – 2024-09-05
8+
9+
### Added
10+
11+
- admin-settings: add image model selection dropdown @kyteinsky [#122](https://github.com/nextcloud/integration_openai/pull/122)
12+
13+
### Changed
14+
15+
- bump max NC version to 31, update composer dev dependencies @julien-nc
16+
- Bring back textProcessing, translation, STT, and image generation providers @julien-nc [#120](https://github.com/nextcloud/integration_openai/pull/120)
17+
- Avoid ambiguity between old and new providers @julien-nc [#121](https://github.com/nextcloud/integration_openai/pull/121)
18+
19+
### Fixed
20+
21+
- fix(TextToText,Translate): Don't throw in getOptionalInputShapeEnumValues @marcelklehr [#115](https://github.com/nextcloud/integration_openai/pull/115)
22+
- fix(providers): do no implement useless 'getOptionalOutputShapeDefaults' method, use the size param in text2image provider @julien-nc [#119](https://github.com/nextcloud/integration_openai/pull/119)
23+
724
## 3.0.1 – 2024-07-26
825

926
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Negative:
7979
8080
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
8181
]]> </description>
82-
<version>3.0.1</version>
82+
<version>3.1.0</version>
8383
<licence>agpl</licence>
8484
<author>Julien Veyssier</author>
8585
<namespace>OpenAi</namespace>

0 commit comments

Comments
 (0)