mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-19 10:14:21 -05:00
chore(release): Update version to v1.4.408
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## v1.4.408 (2026-02-17)
|
||||
|
||||
### PR [#2007](https://github.com/danielmiessler/Fabric/pull/2007) by [ksylvan](https://github.com/ksylvan): Add optional API key authentication to LM Studio client
|
||||
|
||||
- Add optional API key authentication to LM Studio client
|
||||
- Add optional API key setup question to client configuration
|
||||
- Add `ApiKey` field to the LM Studio `Client` struct
|
||||
- Create `addAuthorizationHeader` helper to attach Bearer token to requests
|
||||
- Apply authorization header to all outgoing HTTP requests
|
||||
|
||||
## v1.4.407 (2026-02-16)
|
||||
|
||||
### PR [#2005](https://github.com/danielmiessler/Fabric/pull/2005) by [ksylvan](https://github.com/ksylvan): I18N: For file manager, Vertex AI, and Copilot errors
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
var version = "v1.4.407"
|
||||
var version = "v1.4.408"
|
||||
|
||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
### PR [#2007](https://github.com/danielmiessler/Fabric/pull/2007) by [ksylvan](https://github.com/ksylvan): Add optional API key authentication to LM Studio client
|
||||
|
||||
- Add optional API key authentication to LM Studio client
|
||||
- Add optional API key setup question to client configuration
|
||||
- Add `ApiKey` field to the LM Studio `Client` struct
|
||||
- Create `addAuthorizationHeader` helper to attach Bearer token to requests
|
||||
- Apply authorization header to all outgoing HTTP requests
|
||||
@@ -1 +1 @@
|
||||
"1.4.407"
|
||||
"1.4.408"
|
||||
|
||||
Reference in New Issue
Block a user