chore(version): 1.7.3

This commit is contained in:
kangfenmao 2025-12-12 15:20:40 +08:00
parent d7b9a6e09a
commit f742ebed1f
2 changed files with 45 additions and 51 deletions

View File

@ -134,66 +134,60 @@ artifactBuildCompleted: scripts/artifact-build-completed.js
releaseInfo:
releaseNotes: |
<!--LANG:en-->
Cherry Studio 1.7.2 - Stability & Enhancement Update
Cherry Studio 1.7.3 - Feature & Stability Update
This release focuses on stability improvements, bug fixes, and quality-of-life enhancements.
This release brings new features, UI improvements, and important bug fixes.
✨ New Features
- Add MCP server log viewer for better debugging
- Support custom Git Bash path configuration
- Add print to PDF and save as HTML for mini program webviews
- Add CherryIN API host selection settings
- Enhance assistant presets with sort and batch delete modes
- Open URL directly for SelectionAssistant search action
- Enhance web search tool switching with provider-specific context
🔧 Improvements
- Enhanced update dialog functionality and state management
- Improved ImageViewer context menu UX
- Better temperature and top_p parameter handling
- User-configurable stream options for OpenAI API
- Translation feature now supports document files
🤖 AI & Models
- Added explicit thinking token support for Gemini 3 Pro Image
- Updated DeepSeek logic to match DeepSeek v3.2
- Updated AiOnly default models
- Updated AI model configurations to latest versions
♿ Accessibility
- Improved screen reader (NVDA) support with aria-label attributes
- Added Slovak language support for spell check
- Remove Intel Ultra limit for OVMS
- Improve settings tab and assistant item UI
🐛 Bug Fixes
- Fixed Quick Assistant shortcut registration issue
- Fixed UI freeze on multi-file selection via batch processing
- Fixed assistant default model update when editing model capabilities
- Fixed provider handling and API key rotation logic
- Fixed OVMS API URL path formation
- Fixed custom parameters placement for Vercel AI Gateway
- Fixed topic message blocks clearing
- Fixed input bar blocking enter send while generating
- Fix stack overflow with base64 images
- Fix infinite loop in knowledge queue processing
- Fix quick panel closing in multiple selection mode
- Fix thinking timer not stopping when reply is aborted
- Fix ThinkingButton icon display for fixed reasoning mode
- Fix knowledge query prioritization and intent prompt
- Fix OpenRouter embeddings support
- Fix SelectionAction window resize on Windows
- Add gpustack provider support for qwen3 thinking mode
<!--LANG:zh-CN-->
Cherry Studio 1.7.2 - 稳定性与功能增强更新
Cherry Studio 1.7.3 - 功能与稳定性更新
本次更新专注于稳定性改进、问题修复和用户体验提升。
本次更新带来新功能、界面改进和重要的问题修复。
✨ 新功能
- 新增 MCP 服务器日志查看器,便于调试
- 支持自定义 Git Bash 路径配置
- 小程序 webview 支持打印 PDF 和保存为 HTML
- 新增 CherryIN API 主机选择设置
- 助手预设增强:支持排序和批量删除模式
- 划词助手搜索操作直接打开 URL
- 增强网页搜索工具切换逻辑,支持服务商特定上下文
🔧 功能改进
- 增强更新对话框功能和状态管理
- 优化图片查看器右键菜单体验
- 改进温度和 top_p 参数处理逻辑
- 支持用户自定义 OpenAI API 流式选项
- 翻译功能现已支持文档文件
🤖 AI 与模型
- 为 Gemini 3 Pro Image 添加显式思考 token 支持
- 更新 DeepSeek 逻辑以适配 DeepSeek v3.2
- 更新 AiOnly 默认模型
- 更新 AI 模型配置至最新版本
♿ 无障碍支持
- 改进屏幕阅读器 (NVDA) 支持,添加 aria-label 属性
- 新增斯洛伐克语拼写检查支持
- 移除 OVMS 的 Intel Ultra 限制
- 优化设置标签页和助手项目 UI
🐛 问题修复
- 修复快捷助手无法注册快捷键的问题
- 修复多文件选择时 UI 冻结问题(通过批处理优化)
- 修复编辑模型能力时助手默认模型更新问题
- 修复服务商处理和 API 密钥轮换逻辑
- 修复 OVMS API URL 路径格式问题
- 修复 Vercel AI Gateway 自定义参数位置问题
- 修复话题消息块清理问题
- 修复生成时输入框阻止回车发送的问题
- 修复 base64 图片导致的栈溢出问题
- 修复知识库队列处理的无限循环问题
- 修复多选模式下快捷面板意外关闭的问题
- 修复回复中止时思考计时器未停止的问题
- 修复固定推理模式下思考按钮图标显示问题
- 修复知识库查询优先级和意图提示
- 修复 OpenRouter 嵌入模型支持
- 修复 Windows 上划词助手窗口大小调整问题
- 为 gpustack 服务商添加 qwen3 思考模式支持
<!--LANG:END-->

View File

@ -1,6 +1,6 @@
{
"name": "CherryStudio",
"version": "1.7.2",
"version": "1.7.3",
"private": true,
"description": "A powerful AI assistant for producer.",
"main": "./out/main/index.js",