diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d6557..88284c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.37] - 2026-06-15 + +### 新功能 +- 库存查询新增「规格」和「系列」筛选,支持多选,按服务端过滤全量数据 +- 库存查询新增「入库时间」列 +- 入库单商品明细将「生产日期」移至主行直接可见,无需展开隐藏区域 + +### 改进 +- 筛选弹窗重构:顶部搜索框实时过滤、选项列表可滚动、已选项以标签形式置顶显示并可单独取消 +- 筛选图标改为常驻显示,无需鼠标悬停 + +### 修复 +- 修复商品系列批量导入被截断至 100 条的问题 + ## [1.0.36] - 2026-06-13 ### 修复