Skip to content

Commit 6edbc9d

Browse files
chore(release): Update version to v1.4.275
1 parent fd60d66 commit 6edbc9d

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.4.275 (2025-08-07)
4+
5+
### PR [#1676](https://github.com/danielmiessler/Fabric/pull/1676) by [ksylvan](https://github.com/ksylvan): Refactor authentication to support GITHUB_TOKEN and GH_TOKEN
6+
7+
- Refactor: centralize GitHub token retrieval logic into utility function
8+
- Support both GITHUB_TOKEN and GH_TOKEN environment variables with fallback handling
9+
- Add new util/token.go file for centralized token handling across the application
10+
- Update walker.go and main.go to use the new centralized token utility function
11+
- Feat: add 'gpt-5' to raw-mode models in OpenAI client to bypass structured chat message formatting
12+
313
## v1.4.274 (2025-08-07)
414

515
### PR [#1673](https://github.com/danielmiessler/Fabric/pull/1673) by [ksylvan](https://github.com/ksylvan): Add Support for Claude Opus 4.1 Model

cmd/fabric/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
var version = "v1.4.274"
3+
var version = "v1.4.275"

cmd/generate_changelog/changelog.db

0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1676.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

nix/pkgs/fabric/version.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.4.274"
1+
"1.4.275"

0 commit comments

Comments
 (0)