From 052a541084ee1f87e501671592d6a6ab4349e6f3 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Wed, 24 Jun 2026 00:33:22 +0800 Subject: [PATCH] chore: release client-v1.0.77 Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01YZ4DskSRKsSiheQonFtQvx --- CHANGELOG-client.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG-client.md b/CHANGELOG-client.md index fd09219..4aaf836 100644 --- a/CHANGELOG-client.md +++ b/CHANGELOG-client.md @@ -5,6 +5,14 @@ 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.77] - 2026-06-24 + +### 新功能 +- 入库 / 出库列表的搜索框支持按「酒名(商品名)」搜索(支持汉字、全拼、首字母),输入时带防抖限流,输入更顺畅。 + +### 改进 +- 入库录入单价允许留空或填 0(待定价):不再强制单价大于 0,便于先入库、后用「确认进价」补填真实进价。 + ## [1.0.76] - 2026-06-23 ### 新功能