shell/CHANGELOG.md

9 lines
481 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CHANGELOG - shell
## [v1.0.4] - 2026-05-02
- **重构**: 优化颜色常量命名(如 TextBlack, BgBlack以符合 Go 现代规范。
- **重构**: 迁移测试用例至 'shell_test' 包以强化 API 测试封装。
- **修复**: 修复 RunCommand 中 '&&' 逻辑的短路行为,确保在子命令失败时中断执行。
- **优化**: 全面升级 README 文档增加核心设计哲学、API 深度指南及使用示例。
- **配置**: 对齐 go.mod 至 Go 1.25.0。