v3.10.6: update changelogs with OAuth Secrets all-providers + Re-OAuth

This commit is contained in:
Roman | RyzenAdvanced
2026-05-25 18:49:21 +04:00
Unverified
parent 2cc6035a68
commit 9796c56451
2 changed files with 11 additions and 0 deletions

View File

@@ -14,6 +14,13 @@
### Codebuff Fix ### Codebuff Fix
- Fixed Codebuff OAuth: use `www.codebuff.com` (bare `codebuff.com` returns 307 redirect) - Fixed Codebuff OAuth: use `www.codebuff.com` (bare `codebuff.com` returns 307 redirect)
### OAuth Secrets & Credentials (All Providers)
- **OAuth Secrets dialog now shows ALL providers**: Google (Antigravity + Gemini CLI) AND Freebuff/Codebuff
- **Re-OAuth buttons** for each provider: instantly re-authenticate Google or GitHub/Codebuff
- Token status indicators (valid/missing) for each Google provider
- Shows logged-in email and auth status for Freebuff/Codebuff
- Editable auth token and fingerprint fields for Freebuff/Codebuff
### Windows ### Windows
- Windows GUI files consolidated into `src/` (merged by cobra91 via PR #1 and PR #2) - Windows GUI files consolidated into `src/` (merged by cobra91 via PR #1 and PR #2)

View File

@@ -96,6 +96,10 @@ CHANGELOG = [
"Adaptive compact budget raised 60% to 80% for large-context models", "Adaptive compact budget raised 60% to 80% for large-context models",
"Config cleanup fix: stale proxy-*.json moved after _init_runtime()", "Config cleanup fix: stale proxy-*.json moved after _init_runtime()",
"Windows GUI: Clear Log, Restart Proxy, View Log buttons (cobra91 PR #3)", "Windows GUI: Clear Log, Restart Proxy, View Log buttons (cobra91 PR #3)",
"OAuth Secrets dialog shows all providers: Google + Freebuff/Codebuff",
"Re-OAuth buttons for each provider: re-authenticate Google or GitHub/Codebuff",
"Token status indicators (valid/missing) for each Google provider",
"Shows logged-in email and auth status for Freebuff/Codebuff",
]), ]),
("3.10.5", "2026-05-25", [ ("3.10.5", "2026-05-25", [
"Context compaction for Antigravity/Gemini OAuth — prevents token limit errors", "Context compaction for Antigravity/Gemini OAuth — prevents token limit errors",