diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c0099..cbfe728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.1] - 2026-05-25 + +### 改进 +- 库存搜索支持拼音和拼音首字母(例:搜"mt"或"maotai"可匹配"茅台") +- 库存搜索改为回车/点击触发,减少无效请求 +- 新增异常自动上报机制,线上错误可实时追踪 + ## [1.0.0] - 2026-05-24 初始版本发布,完成核心库存管理功能。