Releases: DeepLifeStudio/DeepSeekAI
DeepSeekAI v0.11.0
Release Notes
新功能 (New Features)
- 支持多家 DeepSeek API:
- 新增对 LuChenTech 的 DeepSeek API 支持
- 新增对百度云和阿里云的 DeepSeek API 支持
- 新增对科大讯飞 DeepSeek API 支持
- 新增对腾讯云和 OpenRouter 的 DeepSeek API 支持
- 新增对 SiliconFlow 的 DeepSeek API 支持
- 新增对字节跳动火山引擎 DeepSeek API 支持
用户体验改进 (UX Improvements)
- 弹窗定位优化: 将弹窗定位方式从绝对定位改为固定定位,提升显示稳定性
- UI/UX 改进: 提升界面设计与用户交互体验
Bug 修复 (Bug Fixes)
- 修复点击停止按钮时无法中止网络请求的问题
- 优化模型验证逻辑,避免发送无效请求
New Features
- Support for Multiple DeepSeek APIs:
- Added support for LuChenTech's DeepSeek API
- Added support for Baidu Cloud and Aliyun's DeepSeek API
- Added support for IFlytek's DeepSeek API
- Added support for Tencent Cloud and OpenRouter's DeepSeek API
- Added support for SiliconFlow's DeepSeek API
- Added support for ByteDance Volcengine's DeepSeek API
User Experience Improvements
- Popup Positioning Optimization: Changed popup positioning from absolute to fixed for improved display stability
- UI/UX Enhancements: Improved interface design and user interaction experience
Bug Fixes
- Fixed the issue where network requests could not be aborted when the stop button was clicked
- Optimized Model validation logic to prevent invalid requests
DeepSeekAI v0.10.0
Release Notes
新功能 (New Features)
- 网络攻击通知横幅: 新增警告横幅,用于通知用户网络攻击事件
- 强制使用 V3 模型: 在响应问候语时强制使用 V3 模型,提升交互体验
用户体验改进 (UX Improvements)
- 弹窗行为优化:
- 修复关闭按钮位置偏移问题
- 解决 Logo 拖拽异常问题
- 按钮布局优化: 修复在某些网站上复制和重试按钮位置偏移的问题
- 字体样式一致性: 解决字体样式不一致的问题
- 推理过程展示增强: 增加推理过程在思维链中的显示,提升用户理解
Bug 修复 (Bug Fixes)
- 修复点击重新生成按钮时弹窗意外关闭的问题
- 修复 R1 模型聊天历史中连续用户消息的问题
- 修复生成过程中推理内容折叠的问题
New Features
- Network Attack Notification Banner: Added a warning banner to notify users of network attacks
- Force V3 Model Usage: Forced the use of the V3 model when responding to greetings for improved interaction
User Experience Improvements
- Popup Behavior Enhancements:
- Fixed the close button position shift issue
- Resolved logo dragging issues
- Button Layout Optimization: Fixed the issue where copy and retry buttons would shift position on certain websites
- Font Style Consistency: Resolved font style inconsistency issues
- Enhanced Reasoning Process Display: Increased the display of the reasoning process in the chain of thought for better user understanding
Bug Fixes
- Fixed the issue where the popup would close when clicking the regenerate button
- Prevented consecutive user messages in R1 model chat history
- Resolved the issue of reasoning content collapse during the generation process
DeepSeekAI v0.9.0
Release Notes
新功能
- 窗口置顶功能: 添加窗口置顶开关,支持控制窗口自动关闭行为
- 快捷按钮优化: 确保通过快捷键打开弹窗时快速移除按钮
- 状态管理: 引入
PopupStateManager
单例,实现集中化状态管理
用户体验改进 (UX Improvements)
- 弹窗行为优化:
- 修复点击弹窗内部时意外关闭的问题
- 优化工具提示样式以匹配 Sequoia 主题
- 快捷键修复: 修复窗口关闭后双击快捷键失效的问题
- 事件处理优化: 简化事件处理逻辑,提升代码可维护性
Bug 修复 (Bug Fixes)
- 修复双击快捷键相关问题
- 修复弹窗关闭行为异常
New Features
- Window Pin Toggle: Added window pin toggle to control auto-close behavior
- Shortcut Button Optimization: Ensured quick button removal when opening popup via shortcut
- State Management: Introduced
PopupStateManager
singleton for centralized state management
User Experience Improvements
- Popup Behavior Enhancements:
- Fixed unexpected closing when clicking inside the popup
- Adjusted tooltip styles to match Sequoia theme
- Shortcut Fixes: Resolved double-click shortcut issue after window close
- Event Handling Optimization: Simplified event handling logic for better maintainability
Bug Fixes
- Fixed double-click shortcut related issues
- Resolved abnormal popup closing behavior
DeepSeekAI v0.8.0
Release Notes
新功能
- 快捷键功能: 添加了打开/关闭会话窗口的快捷键支持
- 窗口大小记忆: 新增持久化窗口大小记忆功能
- 余额显示: 新增余额显示功能
- 快捷按钮: 添加了快捷按钮功能
性能优化 (Performance Optimizations)
- 主题检测机制重构: 改进了主题检测切换机制,提升性能和可靠性
- 流式生成和公式渲染性能优化: 优化了内容生成和公式渲染的性能
- R1推理模型集成: 集成了R1推理模型以提升性能
用户体验改进 (UX Improvements)
- 输入框体验优化:
- 修复输入框潜在问题
- 优化输入方法编辑器(IME)交互
- 改善文本区域高度调整
- 滚动体验优化:
- 添加手动滚动时禁用自动滚动
- 在接近底部时重新启用自动滚动
- 窗口行为增强:
- 优化窗口大小调整体验
- 添加重新生成答案的用户体验改进
国际化与错误处理 (Internationalization & Error Handling)
- 错误消息国际化: 解决错误消息的国际化问题
- API密钥提示优化: 将API密钥未设置提示改为可点击链接
Bug修复 (Bug Fixes)
- 修复点击关闭按钮时的错误
- 解决输入方法焦点丢失问题
- 修复滚动状态保留问题
文档和样式 (Documentation & Styling)
- 更新README文件
- 代码片段样式调整
- 用户界面样式细化
New Features
- Shortcut Functionality: Added support for opening/closing session window shortcuts
- Window Size Memory: Implemented persistent window size memory
- Balance Display: Added balance display functionality
- Shortcut Button: Introduced shortcut button feature
Performance Optimizations
- Theme Detection Refactoring: Improved theme detection switching mechanism for better performance and reliability
- Streaming Generation and Formula Rendering: Optimized content generation and formula rendering performance
- R1 Inference Model Integration: Integrated R1 inference model to enhance performance
User Experience Improvements
- Input Box Optimization:
- Fixed potential input issues
- Improved IME interaction
- Enhanced text area height adjustment
- Scrolling Experience:
- Added disable auto-scroll on manual scroll
- Re-enable auto-scroll near bottom
- Window Behavior Enhancements:
- Optimized window resizing experience
- Improved regenerate answer UX
Internationalization & Error Handling
- Error Message Internationalization: Resolved internationalization issues for error messages
- API Key Prompt Optimization: Changed API key not set prompt to a clickable link
Bug Fixes
- Fixed error when clicking close button
- Resolved input method focus loss
- Fixed scroll state preservation issues
Documentation & Styling
- Updated README files
- Added social media links
- Adjusted logo size
- Updated feature descriptions
- Code snippet style adjustments
- UI style refinement
DeepSeekAI v0.7.0
Release Notes
新功能
- 公式渲染支持: 新增对数学公式的渲染支持,使用 MathJax 实现 LaTeX 公式的显示。
- 长公式滚动支持: 为超出容器宽度的长公式增加了水平滚动功能,提升用户体验。
- 使用说明文档: 新增
Instructions.html
文件,提供详细的使用指南和示例。 - 快捷键呼出对话窗口: 新增快捷键功能,支持快速呼出对话窗口,并允许用户自定义快捷键。
样式优化
- 公式渲染样式调整: 优化了公式的字体大小、间距和颜色,提升可读性。
- 内容区和图标样式调整: 改进了内容区和图标的对齐、间距和颜色,使界面更加整洁。
- 输入框高度自适应: 修复了输入框高度不能自动调整的问题,确保其随内容动态变化。
性能优化
- 公式渲染性能优化: 改进了公式渲染逻辑,减少加载时间并提升流畅度。
- 窗口拖拽和拉伸优化: 修复了窗口拖拽和拉伸时的卡顿问题,提升操作流畅性。
Bug 修复
- 拖拽行为不统一问题: 修复了不同网站中拖拽行为不一致的问题,统一了交互体验。
- 复制功能问题: 修复了复制时工具提示内容被意外复制的问题。
- 图标样式问题: 修复了图标对齐、间距和颜色不一致的问题。
- 滚动条样式错误: 修复了滚动条样式错误,确保视觉一致性。
其他改进
- 细节调整: 对 UI 和 UX 进行了多项细节优化,提升整体用户体验。
- 补充说明文档: 补充了更多使用说明和常见问题解答,帮助用户更好地理解和使用功能。
New Features
- Mathematical Formula Rendering: Added support for rendering mathematical formulas using MathJax, enabling LaTeX formula display.
- Scroll Support for Long Formulas: Implemented horizontal scrolling for formulas that exceed container width, improving user experience.
- Usage Documentation: Added
Instructions.html
file with detailed usage guidelines and examples. - Shortcut to Open Dialog Window: Added shortcut functionality to quickly open the dialog window, with support for custom key bindings.
Style Improvements
- Formula Rendering Style Adjustments: Optimized font sizes, spacing, and colors for formulas to enhance readability.
- Content Area and Icon Styling: Improved alignment, spacing, and colors for content areas and icons, creating a cleaner interface.
- Input Box Auto-Resizing: Fixed the issue where input box height did not adjust dynamically with content.
Performance Optimizations
- Formula Rendering Performance: Enhanced rendering logic to reduce loading times and improve smoothness.
- Window Resizing and Dragging: Fixed lag issues during window resizing and dragging, ensuring smoother operations.
Bug Fixes
- Inconsistent Dragging Behavior: Resolved inconsistent dragging behavior across different websites, unifying the interaction experience.
- Copy Functionality Issue: Fixed the issue where tooltip content was accidentally copied along with text.
- Icon Styling Issues: Corrected alignment, spacing, and color inconsistencies for icons.
- Scrollbar Styling Error: Fixed scrollbar styling errors to ensure visual consistency.
Other Improvements
- Minor Adjustments: Made various UI and UX refinements to enhance the overall user experience.
- Additional Documentation: Supplemented usage instructions and added FAQs to help users better understand and utilize features.
DeepSeekAI v0.6.0
新功能
- 夜间模式支持: 新增夜间模式支持,提供更暗的配色方案,在弱光环境下提高可见度并减少眼睛疲劳。
性能优化
- 优化了系统性能,带来更流畅、响应更快的用户体验。
Bug修复
- 修复了若干已知问题,提高了整体稳定性和可靠性。## Release Notes
New Features
- Night Mode Support: Added support for a new Night Mode, providing a darker color scheme for improved visibility and reduced eye strain in low-light environments.
Performance Improvements
- Optimized system performance for a smoother and more responsive user experience.
Bug Fixes
- Fixed several known issues to improve overall stability and reliability.
DeepSeekAI v0.5.0
新功能
- AI问答功能: 实现了AI驱动的问答功能。
性能优化
- 对系统性能进行了优化。
Bug修复
- 修复了若干已知问题。
New Features
- AI Question-Answering: Implemented AI-powered question-answering functionality.
Performance Improvements
- Optimized system performance.
Bug Fixes
- Fixed several known issues.
DeepSeek AI V0.4.0
新特性
-
代码复制功能实现
- 本次更新引入了代码复制功能,允许轻松复制代码片段。这项改进旨在优化用户体验,提高代码片段的使用效率。
-
AI回复偏好语言切换
- 新增了切换AI回复偏好语言的功能,现在可以根据需要选择AI回复的语言,从而获得更加个性化的交流体验。
-
代码重构与优化
- 对现有代码进行了重构和优化,以提高代码的可读性和可维护性。
改进
- 针对先前版本中发现的问题进行了修复。
- 增强了系统的稳定性和性能。
New Features
-
Code Copy Functionality Implemented
- This update introduces a code copy feature, allowing for easy copying of code snippets. This improvement aims to optimize user experience and enhance the efficiency of using code snippets.
-
AI Response Language Preference Switching
- Added the ability to switch AI response language preferences, now you can choose the language of AI responses as needed for a more personalized interaction experience.
-
Code Refactoring and Optimization
- Existing code has been refactored and optimized to improve readability and maintainability.
Improvements
- Issues identified in previous versions have been fixed.
- Enhanced system stability and performance.
Update version to 1.1 in manifest.json
v0.3.2 build: Update version to 1.1 in manifest.json
Enhance popup interaction with close button and icons
v0.3.1 Release v0.3.1: refactor: Enhance popup interaction with close button…