From 01946282edefd6a3d938894b83f36dc851bcb653 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Mon, 25 May 2026 21:31:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20CHANGELOG=20v1.0.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 初始版本发布,完成核心库存管理功能。