Files
AutoControlCourse/CHANGELOG.md
T

61 lines
1.9 KiB
Markdown
Raw Normal View History

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2025-10-15
### Added
- ✨ 时域分析功能(阶跃响应、脉冲响应、性能指标计算)
- ✨ 频域分析功能(Bode 图、Nyquist 图、稳定裕度)
- ✨ 根轨迹分析功能(动态轨迹绘制、增益调节、极点跟踪)
- ✨ AI 智能问答功能(支持 DeepSeek 和 Gemini API
- 🎨 现代化 UI 设计(渐变色、卡片布局、可滚动知识区)
- 📚 详细的知识卡片(时域、频域、根轨迹理论)
- 🔧 对数增益滑块(精确调节 0.1 到 1000 范围)
- 💬 LaTeX 公式渲染(聊天机器人内数学公式支持)
- 📊 英文图表标签(避免中文显示问题)
### Features
- 支持任意阶次线性时不变(LTI)系统分析
- 实时参数调节和图表更新
- 流式 AI 对话响应
- 标签页切换自动加载数据
- 可折叠的知识点章节
### Documentation
- 📄 完整的 README.md
- 📄 API 配置指南(API_CONFIG.md
- 📄 快速上手指南(QUICK_START.md
- 📄 依赖列表(requirements.txt
- 📄 .gitignore 配置
- 📄 MIT 开源许可证
## [Unreleased]
### Planned
- [ ] 状态空间分析模块
- [ ] 离散系统分析支持
- [ ] 更多控制器设计工具(PID 调优、极点配置)
- [ ] 系统对比功能(多个传递函数对比)
- [ ] 导出分析报告(PDF/Word
- [ ] 历史记录保存
- [ ] 更多 AI 模型支持
- [ ] 多语言界面(英文版)
- [ ] 移动端适配
---
## Version History
### v1.0.0 (2025-10-15)
- 🎉 首次正式发布
- 包含四大核心功能模块
- 完整的文档和配置文件
---
**Note**: For detailed commit history, see the [Git log](https://github.com/your-repo/commits).