Highlights
v1.0.0-rc.9 adds subscription balance purchases and introduces a broader UI refresh across settings, channels, logs, themes, and the home page. It also improves relay performance and fixes several channel, webhook, payment, image, and tool-call reliability issues.
New Features
- Added support for purchasing account balance from the subscription flow.
- Added an Anthropic-inspired theme preset with configurable serif typography.
Bug Fixes
- Fixed webhook processing failures so callbacks are handled more reliably (#5047).
- Fixed Waffo payment settings so saves are consistent and outdated classic options are no longer shown (#5110).
- Fixed image relay quality handling so requested quality settings are applied correctly (#5103).
- Fixed Gemini/Claude tool-call conversion issues, including concurrent tool calls and
tool_usepayload handling (#5095). - Fixed duplicate toast notifications when performing channel actions (#5015).
- Fixed channel tests to run with the correct user context (#5109).
- Fixed automatically disabled channels being reused from cache (#4983).
- Oversized upstream error messages are now truncated to keep logs usable (#5083).
Improvements
- Reduced memory usage for large base64 relay requests.
- Redesigned System Settings with a drill-in sidebar and more compact, consistent layouts.
- Rebuilt the channel create/edit experience with clearer modular sections and improved selection controls.
- Improved usage log filtering, mobile usability, table typography, timing badges, and dark-mode chart readability.
- Refreshed the home page hero section with a clearer two-column layout.
- Restored more consistent status badge sizing, colors, and global theme font behavior.
What's Changed
- 🐛 fix(channel): evict auto-disabled multi-key channels from cache by @t0ng7u in #4983
- [BugFix] fix webhook process by @Hill-waffo in #5047
- fix(payment): hide classic Waffo Pancake settings by @seefs001 in #5085
- fix(relay): correct image quality parameter handling by @lanfunoe in #5103
- fix: truncate oversized upstream error logs by @seefs001 in #5083
- fix: 移除 fcIdx -1 偏移,修复并发工具调用撞键问题 by @learner-i in #5095
- fix:gemini to claude tool_use err by @nekohy in #5041
- fix: handle paginated API key search response by @yyhhyyyyyy in #5014
- fix: prevent duplicate channel action toasts by @yyhhyyyyyy in #5015
- fix: consolidate Waffo payment settings save flow by @seefs001 in #5110
- fix: use actual user id for channel tests by @seefs001 in #5109
New Contributors
- @learner-i made their first contribution in #5095
Full Changelog: v1.0.0-rc.8...v1.0.0-rc.9