chore(release): Update version to v1.4.296

This commit is contained in:
github-actions[bot]
2025-08-26 03:15:57 +00:00
parent ea54f60dcc
commit efadc81974
5 changed files with 12 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.295"
var version = "v1.4.296"

Binary file not shown.

View File

@@ -1,7 +0,0 @@
### PR [#1728](https://github.com/danielmiessler/Fabric/pull/1728) by [ksylvan](https://github.com/ksylvan): Refactor Logging System to Use Centralized Debug Logger
- Replace fmt.Fprintf/os.Stderr with centralized debuglog.Log across CLI and add unconditional Log function for important messages
- Improve OAuth flow messaging and token refresh diagnostics with better error handling
- Update tests to capture debuglog output via SetOutput for better test coverage
- Convert Perplexity streaming errors to unified debug logging and emit file write notifications through debuglog
- Standardize extension registry warnings and announce large audio processing steps via centralized logger