File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ All notable changes to this project will be documented in this file.
88The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
99and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
1010
11+ ## 4.1.1 - 2025-01-14
12+
13+ ### Fixed
14+ - fix: use absolute URL in notifications @joshtrichards [ #317 ] ( https://github.com/nextcloud/integration_openai/pull/317 )
15+ - fix(TextToImageProvider): Use userFacingErrorMessages @marcelklehr [ #315 ] ( https://github.com/nextcloud/integration_openai/pull/315 )
16+ - fix(OldProcessing): use IAppConfig to get the selected model @kyteinsky [ #318 ] ( https://github.com/nextcloud/integration_openai/pull/318 )
17+
18+
1119## 4.1.0 - 2025-12-23
1220
1321### Added
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Negative:
101101
102102Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
103103]]> </description >
104- <version >4.1.0 </version >
104+ <version >4.1.1 </version >
105105 <licence >agpl</licence >
106106 <author >Julien Veyssier</author >
107107 <namespace >OpenAi</namespace >
You can’t perform that action at this time.
0 commit comments