You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## v1.4.296 (2025-08-26)
4
+
5
+
### PR [#1728](https://github.com/danielmiessler/Fabric/pull/1728) by [ksylvan](https://github.com/ksylvan): Refactor Logging System to Use Centralized Debug Logger
6
+
7
+
- Replace fmt.Fprintf/os.Stderr with centralized debuglog.Log across CLI and add unconditional Log function for important messages
8
+
- Improve OAuth flow messaging and token refresh diagnostics with better error handling
9
+
- Update tests to capture debuglog output via SetOutput for better test coverage
10
+
- Convert Perplexity streaming errors to unified debug logging and emit file write notifications through debuglog
11
+
- Standardize extension registry warnings and announce large audio processing steps via centralized logger
12
+
3
13
## v1.4.295 (2025-08-24)
4
14
5
15
### PR [#1727](https://github.com/danielmiessler/Fabric/pull/1727) by [ksylvan](https://github.com/ksylvan): Standardize Anthropic Beta Failure Logging
0 commit comments