Skip to content

Commit 598ee00

Browse files
committed
3.8.0
Signed-off-by: Anupam Kumar <[email protected]>
1 parent 01ebda5 commit 598ee00

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@ 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.8.0 – 2025-10-06
12+
13+
### Added
14+
- add chunking to ChangeTone, ContextWrite, ProofreadProvider, ReformulateProvider, TopicsProvider, and TranslateProvider @lukasdotcom [#240](https://github.com/nextcloud/integration_openai/pull/240)
15+
- implement auto detection for task types and toggle for analyze image @lukasdotcom [#252](https://github.com/nextcloud/integration_openai/pull/252)
16+
- add notification when quota exceeded @lukasdotcom [#254](https://github.com/nextcloud/integration_openai/pull/254)
17+
- add monthly quota periods @lukasdotcom [#256](https://github.com/nextcloud/integration_openai/pull/256)
18+
- implement quota rules @lukasdotcom [#255](https://github.com/nextcloud/integration_openai/pull/255)
19+
- add quota report download @lukasdotcom [#257](https://github.com/nextcloud/integration_openai/pull/257)
20+
- add config for how long to store usage @lukasdotcom [#257](https://github.com/nextcloud/integration_openai/pull/257)
21+
22+
### Changed
23+
- update context needed for the quota reset day @lukasdotcom [#265](https://github.com/nextcloud/integration_openai/pull/265)
24+
- add openai api info in the readme @kyteinsky [#268](https://github.com/nextcloud/integration_openai/pull/268)
25+
- lazy load most app config values, store them as lazy too @julien-nc [#246](https://github.com/nextcloud/integration_openai/pull/246)
26+
- bump max NC version to 33
27+
28+
### Fixed
29+
- use admin specified max tokens as default for all tasks it makes sense for @lukasdotcom [#239](https://github.com/nextcloud/integration_openai/pull/239)
30+
- admin settings style and quota fixes @kyteinsky [#241](https://github.com/nextcloud/integration_openai/pull/241)
31+
- fix default tts model selector for vue3 @lukasdotcom [#247](https://github.com/nextcloud/integration_openai/pull/247)
32+
- fix empty argument gets encoded as [] instead of {} @lukasdotcom [#243](https://github.com/nextcloud/integration_openai/pull/243)
33+
34+
1135
## 3.7.1 – 2025-07-16
1236

1337
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud
116116
<screenshot>https://github.com/nextcloud/integration_openai/raw/main/img/screenshot3.jpg</screenshot>
117117
<screenshot>https://github.com/nextcloud/integration_openai/raw/main/img/screenshot4.jpg</screenshot>
118118
<dependencies>
119-
<nextcloud min-version="30" max-version="32"/>
119+
<nextcloud min-version="30" max-version="33"/>
120120
</dependencies>
121121
<background-jobs>
122122
<job>OCA\OpenAi\Cron\CleanupQuotaDb</job>

0 commit comments

Comments
 (0)