Highlights
v1.0.0-rc.10 focuses on UI polish, relay reliability, and admin workflow fixes. It adds new theme options and subscription balance purchases while tightening logs, channel behavior, webhooks, payments, and provider tool-call handling.
New Features
- New theme customization options add Anthropic and Simple Large presets, configurable serif typography, and an extra-large scaling option.
- Subscription billing now supports balance purchases.
Bug Fixes
- Automatically disabled channels are no longer selected for new requests, and channel actions no longer show duplicate notifications (#4983).
- Tool-call relays between Gemini and Claude are more reliable, including concurrent tool calls (#5095).
- Image relay requests now apply the requested quality setting correctly (#5103).
- Usage log filters now match exact values unless a wildcard is explicitly used, and very large upstream errors are shortened to keep logs usable (#5097).
- Webhook processing now completes more reliably (#5047).
- Waffo payment settings now save consistently and hide legacy options (#5110).
- System Settings now detects unsaved changes correctly and handles numeric inputs without invalid values.
Improvements
- Large media relay requests now use less memory, improving stability under load.
- System Settings and channel creation/editing pages have clearer, more compact layouts with improved controls.
- Usage logs and the default web UI are easier to use on mobile and easier to scan, with better table spacing, badges, charts, and dark-mode readability.
- The homepage hero section has been refreshed with a cleaner two-column layout and updated copy.
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
- fix: keep usage log filters exact unless wildcard is explicit by @yyhhyyyyyy in #5097
New Contributors
- @learner-i made their first contribution in #5095
Full Changelog: v1.0.0-rc.8...v1.0.0-rc.10