mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.437
This commit is contained in:
parent
f16fb8b06e
commit
16b2063369
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## v1.4.437 (2026-03-16)
|
||||
|
||||
### PR [#2056](https://github.com/danielmiessler/Fabric/pull/2056) by [mikaelpr](https://github.com/mikaelpr) and [ksylvan](https://github.com/ksylvan): feat: add Codex vendor with OpenAI OAuth
|
||||
|
||||
- Add new Codex AI vendor plugin with OpenAI OAuth PKCE flow
|
||||
- Implement browser-based login with automatic token refresh on 401
|
||||
- Allow explicit Codex model selection bypassing model listing
|
||||
- Expose shared OpenAI `BuildResponseParams` and `ExtractText` helpers, and move system/developer messages into Codex `instructions` field
|
||||
- Add comprehensive unit tests for Codex OAuth, streaming, and retry
|
||||
- New internationalization keys added for all 11 languages.
|
||||
|
||||
## v1.4.436 (2026-03-15)
|
||||
|
||||
### PR [#2060](https://github.com/danielmiessler/Fabric/pull/2060) by [octo-patch](https://github.com/octo-patch): feat: add MiniMax-M2.5-highspeed to static model list
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.436"
|
||||
var version = "v1.4.437"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,8 +0,0 @@
|
|||
### PR [#2056](https://github.com/danielmiessler/Fabric/pull/2056) by [mikaelpr](https://github.com/mikaelpr) and [ksylvan](https://github.com/ksylvan): feat: add Codex vendor with OpenAI OAuth
|
||||
|
||||
- Add new Codex AI vendor plugin with OpenAI OAuth PKCE flow
|
||||
- Implement browser-based login with automatic token refresh on 401
|
||||
- Allow explicit Codex model selection bypassing model listing
|
||||
- Expose shared OpenAI `BuildResponseParams` and `ExtractText` helpers, and move system/developer messages into Codex `instructions` field
|
||||
- Add comprehensive unit tests for Codex OAuth, streaming, and retry
|
||||
- New internationalization keys added for all 11 languages.
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.436"
|
||||
"1.4.437"
|
||||
|
|
|
|||
Loading…
Reference in a new issue