chore(release): Update version to v1.4.408

This commit is contained in:
github-actions[bot]
2026-02-17 02:10:31 +00:00
parent 38d7a4a471
commit e7441da0d9
5 changed files with 12 additions and 9 deletions

View File

@@ -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

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.407"
var version = "v1.4.408"

Binary file not shown.

View File

@@ -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

View File

@@ -1 +1 @@
"1.4.407"
"1.4.408"