diff --git a/CHANGELOG-server.md b/CHANGELOG-server.md index 5cc303e..9a0ffec 100644 --- a/CHANGELOG-server.md +++ b/CHANGELOG-server.md @@ -5,6 +5,19 @@ 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.1.10] - 2026-07-07 + +### 新功能 +- 库存三态管理:每条库存新增「库存 / 在售 / 已售」状态。商品卖光后不再从 + 列表消失,而是以「已售」留痕(默认隐藏,点「已售」统计卡查看);出库退单 + 自动恢复为「库存」。 +- 公开店铺酒单改为人工精选:只展示手动挂「在售」的商品。升级后酒单为空, + 需在库存详情里将要公开的商品切换为「在售」。 +- 店铺分享卡片标题不再带「岩美酒库」尾缀。 + +### 改进 +- 库存统计口径:SKU 总数、在库数量、库存货值不再计入已售留痕,新增已售数。 + ## [1.1.9] - 2026-07-07 ### 改进