Changelog
Version Log Information · Data updated at 2026-4-2 05:37:13
To view all historical versions, please visit the GitHub Releases page. This page automatically fetches the latest update information from that page.
v0.12.0
Latest Release · Published at 2026-04-02 00:22:05 (UTC+8)
Release Highlights
This release introduces support for the wan2.7 image generation model and adds persistence for advanced settings in the EditChannelModal. It also includes several UI bug fixes and billing logic corrections.
New Features
- Models: Add support for wan 2.7 image generation (#3526)
- UI: Persist advanced settings state in local storage within EditChannelModal
Bug Fixes
- Billing: Prevent double-counting of image count
nby moving it to OtherRatio (#3512) - Dashboard: Fix scrollbar flickering when hovering over the consumption distribution chart (#3474)
- xAI: Set MaxTokens to nil when MaxCompletionTokens is 0 for the grok-3-mini model
Improvements
- UI: Enhance footer layout and add custom classes for styling
- UI: Enhance clipboard handling with error checks in EditChannelModal
- Docs: Update Traditional Chinese README with missing content and partner logo (#3462)
What's Changed
- fix(dashboard): 修复消耗分布图表悬浮时滚动条闪烁 by @wans10 in https://github.com/QuantumNous/new-api/pull/3474
- docs(zh-TW): fix missing content and add partner logo by @DaZuiZui in https://github.com/QuantumNous/new-api/pull/3462
- chore(deps-dev): bump picomatch from 4.0.3 to 4.0.4 in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/3450
- fix: prevent double-counting of image count n in billing by @imlhb in https://github.com/QuantumNous/new-api/pull/3512
- 支持wan2.7生图-wan2.7-image by @feitianbubu in https://github.com/QuantumNous/new-api/pull/3526
New Contributors
- @DaZuiZui made their first contribution in https://github.com/QuantumNous/new-api/pull/3462
- @imlhb made their first contribution in https://github.com/QuantumNous/new-api/pull/3512
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.9...v0.12.0
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- New-API-App.0.12.0.exe (96.8 MB)
- New-API-App.Setup.0.12.0.exe (97.0 MB)
- new-api-arm64-v0.12.0 (63.2 MB)
- new-api-macos-v0.12.0 (81.4 MB)
- new-api-v0.12.0 (65.5 MB)
- new-api-v0.12.0.exe (67.2 MB)
- Source code (zip)
- Source code (tar.gz)
v0.12.0-alpha.2
Release · Published at 2026-03-31 21:43:12 (UTC+8)
Release Highlights
This release includes minor improvements to the EditChannelModal component to enhance clipboard handling reliability.
Bug Fixes
- EditChannelModal: Enhance clipboard handling with error checks (
670abee)
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.12.0-alpha.1...v0.12.0-alpha.2
Download Resources
v0.12.0-alpha.1
Release · Published at 2026-03-31 19:40:48 (UTC+8)
Highlights
This release introduces a new clipboard magic string feature for quick channel creation and includes important security and UI improvements.
New Features
- Add clipboard magic string for quick channel creation from token copy
Bug Fixes
- 修复消耗分布图表悬浮时滚动条闪烁 (Fix dashboard scrollbar flickering) (#3474)
- Fix xAI MaxTokens mapping for grok-3-mini model
Improvements
- Security improvements
- Enhance footer layout and styling
- Update Traditional Chinese README with missing content and partner logo (#3462)
- Refactor account binding endpoints to use POST and normalize reset responses
What's Changed
- fix(dashboard): 修复消耗分布图表悬浮时滚动条闪烁 by @wans10 in https://github.com/QuantumNous/new-api/pull/3474
- docs(zh-TW): fix missing content and add partner logo by @DaZuiZui in https://github.com/QuantumNous/new-api/pull/3462
New Contributors
- @DaZuiZui made their first contribution in https://github.com/QuantumNous/new-api/pull/3462
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.9...v0.12.0-alpha.1
Download Resources
v0.11.9
Release · Published at 2026-03-31 17:07:05 (UTC+8)
Release Notes for v0.11.9
New Features
- Add slide-in animations and update translations for new UI elements
- Prevent metadata from overriding model fields (#3461)
- Record stream interruption reasons via StreamStatus
- Expose i18n instance to the global window object for easier access
Bug Fixes
- Restore pre-3400 OpenRouter billing semantics (#3438)
- Restore doubao coding plan deprecation and regex ignored models lost during conflict resolution
- Preserve cache usage in openai-to-claude response conversion
Improvements
- Expose skip-retry option and show it in the rules list (#3440)
- Harden Docker and release CI workflows to improve security
What's Changed
- fix: restore pre-3400 OpenRouter billing semantics by @seefs001 in https://github.com/QuantumNous/new-api/pull/3438
- refactor: expose skip-retry option and show it in rules list by @seefs001 in https://github.com/QuantumNous/new-api/pull/3440
- feat: prevent metadata from overriding model fields by @feitianbubu in https://github.com/QuantumNous/new-api/pull/3461
- chore(deps): bump golang.org/x/image from 0.23.0 to 0.38.0 by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/3507
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.9-alpha.1...v0.11.9
Download Resources
- checksums-linux.txt (170 B)
- checksums-macos.txt (88 B)
- checksums-windows.txt (86 B)
- New-API-App.0.11.9.exe (96.8 MB)
- New-API-App.Setup.0.11.9.exe (97.0 MB)
- new-api-arm64-v0.11.9 (63.2 MB)
- new-api-macos-v0.11.9 (81.4 MB)
- new-api-v0.11.9 (65.5 MB)
- new-api-v0.11.9.exe (67.1 MB)
- Source code (zip)
- Source code (tar.gz)
v0.11.9-alpha.1
Release · Published at 2026-03-23 15:40:30 (UTC+8)
What's Changed
- fix: disable doubao coding plan selection by @seefs001 in https://github.com/QuantumNous/new-api/pull/3379
- fix: oauth bind callback handling by @seefs001 in https://github.com/QuantumNous/new-api/pull/3393
- feat: support regex-prefixed ignored upstream models by @seefs001 in https://github.com/QuantumNous/new-api/pull/3381
- adjuct default settings by @seefs001 in https://github.com/QuantumNous/new-api/pull/3335
- fix: honor channel affinity skip-retry when channel is disabled by @seefs001 in https://github.com/QuantumNous/new-api/pull/3333
- fix: apply forced beta query at final upstream URL stage by @seefs001 in https://github.com/QuantumNous/new-api/pull/3331
- Refactor/codex usage by @seefs001 in https://github.com/QuantumNous/new-api/pull/3399
- refactor: optimize billing flow for OpenAI-to-Anthropic convert by @seefs001 in https://github.com/QuantumNous/new-api/pull/3400
- fix: the "detail" field is empty, an empty field was sent to upstream by @seefs001 in https://github.com/QuantumNous/new-api/pull/3401
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.8...v0.11.9-alpha.1
Download Resources
v0.11.8
Release · Published at 2026-03-22 13:55:40 (UTC+8)
What's Changed
- fix: normalize generic oauth bearer token type by @seefs001 in https://github.com/QuantumNous/new-api/pull/3359
- feat: add server log file management to performance settings by @RedwindA in https://github.com/QuantumNous/new-api/pull/3369
- feat: Add support for counting cache-hit tokens in llama.cpp by @wenyifancc in https://github.com/QuantumNous/new-api/pull/3357
- docs: 完善宝塔面板部署教程并修复链接错误 by @lcq225 in https://github.com/QuantumNous/new-api/pull/3360
New Contributors
- @wenyifancc made their first contribution in https://github.com/QuantumNous/new-api/pull/3357
- @lcq225 made their first contribution in https://github.com/QuantumNous/new-api/pull/3360
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.7...v0.11.8
Download Resources
- New-API-App.0.11.8.exe (96.8 MB)
- New-API-App.Setup.0.11.8.exe (97.0 MB)
- new-api-arm64-v0.11.8 (63.1 MB)
- new-api-macos-v0.11.8 (81.3 MB)
- new-api-v0.11.8 (65.5 MB)
- new-api-v0.11.8.exe (67.1 MB)
- Source code (zip)
- Source code (tar.gz)
v0.11.7
Release · Published at 2026-03-19 16:15:24 (UTC+8)
What's Changed
- chore: refine PR template by @seefs001 in https://github.com/QuantumNous/new-api/pull/3287
- feat: 支持通过环境变量配置搜索接口限流参数 by @ywandy in https://github.com/QuantumNous/new-api/pull/3313
- fix: 修正 Codex free 账号用量显示到每周窗口 by @Honghurumeng in https://github.com/QuantumNous/new-api/pull/3316
- feat(waffo): Waffo payment gateway integration by @zhongyuanzhao-alt in https://github.com/QuantumNous/new-api/pull/3293
- fix: redirect OAuth login in current page by @seefs001 in https://github.com/QuantumNous/new-api/pull/3329
New Contributors
- @ywandy made their first contribution in https://github.com/QuantumNous/new-api/pull/3313
- @Honghurumeng made their first contribution in https://github.com/QuantumNous/new-api/pull/3316
- @zhongyuanzhao-alt made their first contribution in https://github.com/QuantumNous/new-api/pull/3293
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.6...v0.11.7
Download Resources
- New-API-App.0.11.7.exe (96.8 MB)
- New-API-App.Setup.0.11.7.exe (97.0 MB)
- new-api-arm64-v0.11.7 (63.1 MB)
- new-api-macos-v0.11.7 (81.3 MB)
- new-api-v0.11.7 (65.4 MB)
- new-api-v0.11.7.exe (67.1 MB)
- Source code (zip)
- Source code (tar.gz)
v0.11.6-patch.1
Release · Published at 2026-03-17 18:39:55 (UTC+8)
Download Resources
- new-api-arm64-v0.11.6-patch.1 (62.9 MB)
- new-api-macos-v0.11.6-patch.1 (81.0 MB)
- new-api-v0.11.6-patch.1 (65.2 MB)
- new-api-v0.11.6-patch.1.exe (66.9 MB)
- Source code (zip)
- Source code (tar.gz)
v0.11.6
Release · Published at 2026-03-17 17:23:40 (UTC+8)
参数覆盖记录到日志 错误日志恢复tooltip显示
What's Changed
- feat: params override log by @seefs001 in https://github.com/QuantumNous/new-api/pull/3285
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.5...v0.11.6
Download Resources
- New-API-App.0.11.6.exe (96.7 MB)
- New-API-App.Setup.0.11.6.exe (96.9 MB)
- new-api-arm64-v0.11.6 (62.9 MB)
- new-api-macos-v0.11.6 (81.0 MB)
- new-api-v0.11.6 (65.2 MB)
- new-api-v0.11.6.exe (66.9 MB)
- Source code (zip)
- Source code (tar.gz)
nightly-20260317
Release · Published at 2026-03-17 18:30:50 (UTC+8)
feat: implement tiered billing expression evaluation
Docker image: calciumion/new-api:nightly
Download Resources
v0.11.5
Release · Published at 2026-03-15 01:27:39 (UTC+8)
What's Changed
- Round remaining balance by @KiGamji in https://github.com/QuantumNous/new-api/pull/3233
- enhance channel key viewing by @seefs001 in https://github.com/QuantumNous/new-api/pull/3257
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.4...v0.11.5
Download Resources
- New-API-App.0.11.5.exe (96.7 MB)
- New-API-App.Setup.0.11.5.exe (96.9 MB)
- new-api-arm64-v0.11.5 (62.9 MB)
- new-api-macos-v0.11.5 (81.0 MB)
- new-api-v0.11.5 (65.2 MB)
- new-api-v0.11.5.exe (66.8 MB)
- Source code (zip)
- Source code (tar.gz)
v0.11.4-patch.1
Release · Published at 2026-03-14 15:31:42 (UTC+8)
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.4...v0.11.4-patch.1
Download Resources
- new-api-arm64-v0.11.4-patch.1 (62.9 MB)
- new-api-macos-v0.11.4-patch.1 (81.0 MB)
- new-api-v0.11.4-patch.1 (65.2 MB)
- new-api-v0.11.4-patch.1.exe (66.8 MB)
- Source code (zip)
- Source code (tar.gz)
v0.11.4
Release · Published at 2026-03-12 15:37:12 (UTC+8)
What's Changed
- Feature/param override wildcard path by @seefs001 in https://github.com/QuantumNous/new-api/pull/3129
- fix: fetch model add header passthrough rule key check by @feitianbubu in https://github.com/QuantumNous/new-api/pull/3130
- feats: repair the thinking of claude to openrouter convert by @nekohy in https://github.com/QuantumNous/new-api/pull/3120
- feat: kling cost quota support use FinalUnitDeduction as totalToken by @feitianbubu in https://github.com/QuantumNous/new-api/pull/2769
- fix: If top_p is not provided, ignore it by @seefs001 in https://github.com/QuantumNous/new-api/pull/3141
- fix(relay): skip retries for bad response body errors by @seefs001 in https://github.com/QuantumNous/new-api/pull/3151
- 为渠道参数覆盖可视化规则提供拖拽排序支持 by @somnifex in https://github.com/QuantumNous/new-api/pull/3166
- fix: kling risk fail return openAIVideo error by @feitianbubu in https://github.com/QuantumNous/new-api/pull/3148
- fix: add explicit docker-compose networks by @pigletfly in https://github.com/QuantumNous/new-api/pull/3147
- feat:support $keep_only_declared and deduped $append for header override by @seefs001 in https://github.com/QuantumNous/new-api/pull/3182
- chore: update model lists for frequently used channels by @RedwindA in https://github.com/QuantumNous/new-api/pull/3221
New Contributors
- @pigletfly made their first contribution in https://github.com/QuantumNous/new-api/pull/3147
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.2...v0.11.4
Download Resources
- New-API-App.0.11.4.exe (96.7 MB)
- New-API-App.Setup.0.11.4.exe (96.9 MB)
- new-api-arm64-v0.11.4 (62.9 MB)
- new-api-macos-v0.11.4 (81.0 MB)
- new-api-v0.11.4 (65.2 MB)
- new-api-v0.11.4.exe (66.8 MB)
- Source code (zip)
- Source code (tar.gz)
v0.11.4-alpha.5
Release · Published at 2026-03-10 02:03:34 (UTC+8)
请求头覆盖新增追加功能
What's Changed
- fix: kling risk fail return openAIVideo error by @feitianbubu in https://github.com/QuantumNous/new-api/pull/3148
- fix: add explicit docker-compose networks by @pigletfly in https://github.com/QuantumNous/new-api/pull/3147
- feat:support $keep_only_declared and deduped $append for header override by @seefs001 in https://github.com/QuantumNous/new-api/pull/3182
New Contributors
- @pigletfly made their first contribution in https://github.com/QuantumNous/new-api/pull/3147
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.4-alpha.4...v0.11.4-alpha.5
Download Resources
v0.11.4-alpha.4
Release · Published at 2026-03-08 22:42:27 (UTC+8)
为渠道参数覆盖可视化规则提供拖拽排序支持 后端Token相关API变更
What's Changed
- 为渠道参数覆盖可视化规则提供拖拽排序支持 by @somnifex in https://github.com/QuantumNous/new-api/pull/3166
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.4-alpha.3...v0.11.4-alpha.4
Download Resources
v0.11.4-alpha.3
Release · Published at 2026-03-07 00:25:57 (UTC+8)
Main Changes
重构日志价格显示,默认隐藏倍率逻辑,可在列设置中切换 Refactor the log price display: hide the multiplier logic by default, with an option to toggle it in the column settings.
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.4-alpha.2...v0.11.4-alpha.3
Download Resources
v0.11.4-alpha.2
Release · Published at 2026-03-06 22:36:18 (UTC+8)
Main Changes
模型广场增加缓存等价格显示 Unify pricing labels and expand marketplace pricing display
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.4-alpha.1...v0.11.4-alpha.2
Download Resources
v0.11.4-alpha.1
Release · Published at 2026-03-06 21:38:47 (UTC+8)
Main Changes
完善可视化价格设置,为后续阶梯定价的开发做准备 Improve the visual pricing settings to prepare for subsequent development of tiered pricing.
What's Changed
- fix(relay): skip retries for bad response body errors by @seefs001 in https://github.com/QuantumNous/new-api/pull/3151
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.2-patch.2...v0.11.4-alpha.1
Download Resources
v0.11.3-alpha.1
Release · Published at 2026-03-06 17:52:47 (UTC+8)
优化kling模型计费
What's Changed
- feat: kling cost quota support use FinalUnitDeduction as totalToken by @feitianbubu in https://github.com/QuantumNous/new-api/pull/2769
- fix: If top_p is not provided, ignore it by @seefs001 in https://github.com/QuantumNous/new-api/pull/3141
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.2-patch.1...v0.11.2-patch.2
Download Resources
- new-api-arm64-v0.11.2-patch.2 (62.8 MB)
- new-api-macos-v0.11.2-patch.2 (80.8 MB)
- new-api-v0.11.2-patch.2 (65.0 MB)
- new-api-v0.11.2-patch.2.exe (66.7 MB)
- Source code (zip)
- Source code (tar.gz)
v0.11.2-patch.1
Release · Published at 2026-03-06 11:44:19 (UTC+8)
gpt-5.4补全倍率
What's Changed
- Feature/param override wildcard path by @seefs001 in https://github.com/QuantumNous/new-api/pull/3129
- fix: fetch model add header passthrough rule key check by @feitianbubu in https://github.com/QuantumNous/new-api/pull/3130
- feats: repair the thinking of claude to openrouter convert by @nekohy in https://github.com/QuantumNous/new-api/pull/3120
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.2...v0.11.2-patch.1
Download Resources
- new-api-arm64-v0.11.2-patch.1 (62.8 MB)
- new-api-macos-v0.11.2-patch.1 (80.8 MB)
- new-api-v0.11.2-patch.1 (65.0 MB)
- new-api-v0.11.2-patch.1.exe (66.7 MB)
- Source code (zip)
- Source code (tar.gz)
v0.11.2
Release · Published at 2026-03-05 00:12:19 (UTC+8)
Main changes
增加定时获取上游模型更新功能 异步任务在没有设置价格时抛出错误 渠道参数覆盖功能增强,提供可视化编辑,整合请求头覆盖和透传功能
Add a scheduled feature to fetch upstream model updates. Throw an error in the asynchronous task when the price is not set. Enhance the channel parameter override feature by integrating request header overrides and passthrough functionality.
Enhance the channel parameter override feature
整合请求头覆盖功能,可视化编辑,并提供基础模板
Scheduled feature to fetch upstream model updates
在上游模型变动时,可看到明显的提醒
点击后可分别处理需要删除和新增的模型
What's Changed
- fix: redirect subscription payment return to user-accessible page by @seefs001 in https://github.com/QuantumNous/new-api/pull/3052
- feat: add image model to supported image presets by @seefs001 in https://github.com/QuantumNous/new-api/pull/3029
- feat: minimax reasoning_split by @seefs001 in https://github.com/QuantumNous/new-api/pull/3012
- feat(gemini): implement video generation configuration by @Calcium-Ion in https://github.com/QuantumNous/new-api/pull/3059
- feat: improve channel override ui/ux by @seefs001 in https://github.com/QuantumNous/new-api/pull/3009
- chore(deps): bump axios from 1.12.0 to 1.13.5 in /web by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/3061
- chore(deps): bump tar and electron-builder in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/2964
- build(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/2720
- chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/3060
- fix: preserve explicit zero values in native relay requests by @seefs001 in https://github.com/QuantumNous/new-api/pull/3069
- fix: aws text content blocks must be non-empty by @seefs001 in https://github.com/QuantumNous/new-api/pull/3077
- Fix/aws header override by @seefs001 in https://github.com/QuantumNous/new-api/pull/3066
- Fix/aws non empty text by @seefs001 in https://github.com/QuantumNous/new-api/pull/3080
- Revert "Fix/aws non empty text" by @seefs001 in https://github.com/QuantumNous/new-api/pull/3082
- Revert "fix: aws text content blocks must be non-empty" by @seefs001 in https://github.com/QuantumNous/new-api/pull/3083
- fix: change token model_limits column from varchar(1024) to text by @RedwindA in https://github.com/QuantumNous/new-api/pull/3037
- Return error when model price/ratio unset by @BenLampson in https://github.com/QuantumNous/new-api/pull/3081
- feat: auto fetch upstream models by @seefs001 in https://github.com/QuantumNous/new-api/pull/2979
- fix: use default model price for radio price model by @feitianbubu in https://github.com/QuantumNous/new-api/pull/3090
- Fix/auto fetch upstream model tips by @seefs001 in https://github.com/QuantumNous/new-api/pull/3096
- fix: update task billing log content to include reason by @feitianbubu in https://github.com/QuantumNous/new-api/pull/3093
New Contributors
- @BenLampson made their first contribution in https://github.com/QuantumNous/new-api/pull/3081
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.0...v0.11.2
Download Resources
- New-API-App.0.11.2.exe (96.6 MB)
- New-API-App.Setup.0.11.2.exe (96.8 MB)
- new-api-arm64-v0.11.2 (62.8 MB)
- new-api-macos-v0.11.2 (80.8 MB)
- new-api-v0.11.2 (65.0 MB)
- new-api-v0.11.2.exe (66.7 MB)
- Source code (zip)
- Source code (tar.gz)
v0.11.2-alpha.2
Release · Published at 2026-03-04 00:37:14 (UTC+8)
优化检测上游模型功能 美化模型广场
Optimize the upstream model fetch feature Beautify the Model Marketplace
What's Changed
- fix: use default model price for radio price model by @feitianbubu in https://github.com/QuantumNous/new-api/pull/3090
- Fix/auto fetch upstream model tips by @seefs001 in https://github.com/QuantumNous/new-api/pull/3096
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.2-alpha.1...v0.11.2-alpha.2
Download Resources
v0.11.2-alpha.1
Release · Published at 2026-03-02 22:10:48 (UTC+8)
feat: auto fetch upstream models 新增自动检测上游模型列表变动功能
What's Changed
- fix: change token model_limits column from varchar(1024) to text by @RedwindA in https://github.com/QuantumNous/new-api/pull/3037
- Return error when model price/ratio unset by @BenLampson in https://github.com/QuantumNous/new-api/pull/3081
- feat: auto fetch upstream models by @seefs001 in https://github.com/QuantumNous/new-api/pull/2979
New Contributors
- @BenLampson made their first contribution in https://github.com/QuantumNous/new-api/pull/3081
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.1-alpha.7...v0.11.2-alpha.1
Download Resources
v0.11.1-alpha.7
Release · Published at 2026-03-02 21:20:52 (UTC+8)
Support aionui:// deep link protocol
支持AionUi项目一键填入
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.1-alpha.6...v0.11.1-alpha.7
Download Resources
v0.11.1-alpha.6
Release · Published at 2026-03-02 19:44:11 (UTC+8)
What's Changed
- Revert v0.11.1-alpha.5
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.1-alpha.4...v0.11.1-alpha.6
Download Resources
v0.11.1-alpha.4
Release · Published at 2026-03-02 17:27:25 (UTC+8)
What's Changed
- fix: aws text content blocks must be non-empty by @seefs001 in https://github.com/QuantumNous/new-api/pull/3077
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.1-alpha.3...v0.11.1-alpha.4
Download Resources
v0.11.1-alpha.3
Release · Published at 2026-03-01 23:25:04 (UTC+8)
支持cc-switch一键填入
What's Changed
- chore(deps): bump axios from 1.12.0 to 1.13.5 in /web by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/3061
- chore(deps): bump tar and electron-builder in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/2964
- build(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/2720
- chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /electron by @dependabot[bot] in https://github.com/QuantumNous/new-api/pull/3060
- fix: preserve explicit zero values in native relay requests by @seefs001 in https://github.com/QuantumNous/new-api/pull/3069
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.1-alpha.2...v0.11.1-alpha.3
Download Resources
v0.11.1-alpha.2
Release · Published at 2026-02-28 18:44:59 (UTC+8)
参数覆盖增加UI可视化操作,支持更多操作。 渠道亲和支持绑定参数覆盖,适用于codex/claude code等的请求头透传。
What's Changed
- feat: improve channel override ui/ux by @seefs001 in https://github.com/QuantumNous/new-api/pull/3009
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.1-alpha.1...v0.11.1-alpha.2
Download Resources
v0.11.1-alpha.1
Release · Published at 2026-02-28 18:06:08 (UTC+8)
完善veo适配生成(Vertex,AI Studio) 修复订阅支付完成后的跳转路径错误
Improve Veo adaptation generation (Vertex, AI Studio) Fix incorrect redirection path after subscription payment completion
What's Changed
- fix: redirect subscription payment return to user-accessible page by @seefs001 in https://github.com/QuantumNous/new-api/pull/3052
- feat: add image model to supported image presets by @seefs001 in https://github.com/QuantumNous/new-api/pull/3029
- feat: minimax reasoning_split by @seefs001 in https://github.com/QuantumNous/new-api/pull/3012
- feat(gemini): implement video generation configuration by @Calcium-Ion in https://github.com/QuantumNous/new-api/pull/3059
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.11.0...v0.11.1-alpha.1
Download Resources
v0.11.0
Release · Published at 2026-02-28 17:50:49 (UTC+8)
What's Changed
- refactor: async task by @Calcium-Ion in https://github.com/QuantumNous/new-api/pull/2985
- Feature/channel retry warning by @seefs001 in https://github.com/QuantumNous/new-api/pull/2987
- fix: claude affinity cache counter by @seefs001 in https://github.com/QuantumNous/new-api/pull/2980
- feat: add missing OpenAI/Claude/Gemini request fields by @seefs001 in https://github.com/QuantumNous/new-api/pull/2971
- feat: codex oauth proxy by @seefs001 in https://github.com/QuantumNous/new-api/pull/2961
- feat: minimax native /v1/messages by @seefs001 in https://github.com/QuantumNous/new-api/pull/2960
- fix: unify usage mapping and include toolUsePromptTokenCount by @seefs001 in https://github.com/QuantumNous/new-api/pull/2959
- fix: violation fee check by @seefs001 in https://github.com/QuantumNous/new-api/pull/2994
- fix: skip Accept-Encoding during header passthrough (#2214) by @Caisin in https://github.com/QuantumNous/new-api/pull/2997
- feat: move user bindings to dedicated management modal by @seefs001 in https://github.com/QuantumNous/new-api/pull/2993
- Fix/pr 2900 by @seefs001 in https://github.com/QuantumNous/new-api/pull/2998
- feat: 支持优先使用第三方用户名 by @feitianbubu in https://github.com/QuantumNous/new-api/pull/2900
- feat(web): add custom-model create hint and i18n translations by @RedwindA in https://github.com/QuantumNous/new-api/pull/3002
- fix: align Vertex content fetch flow with Gemini and handle base64 by @seefs001 in https://github.com/QuantumNous/new-api/pull/3038
- fix: vertex ai video proxy and task polling improvements by @seefs001 in https://github.com/QuantumNous/new-api/pull/3042
- fix: show built-in user bindings from user detail API in admin modal by @seefs001 in https://github.com/QuantumNous/new-api/pull/3049
New Contributors
- @Caisin made their first contribution in https://github.com/QuantumNous/new-api/pull/2997
Full Changelog: https://github.com/QuantumNous/new-api/compare/v0.10.9...v0.11.0
Download Resources
- New-API-App.0.11.0.exe (96.5 MB)
- New-API-App.Setup.0.11.0.exe (96.7 MB)
- new-api-arm64-v0.11.0 (62.3 MB)
- new-api-macos-v0.11.0 (80.3 MB)
- new-api-v0.11.0 (64.5 MB)
- new-api-v0.11.0.exe (66.2 MB)
- Source code (zip)
- Source code (tar.gz)
How is this guide?
Last updated on