From e4ba3e310ee16c7ed1a9698779138d05017c8afe Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Tue, 25 Aug 2026 19:29:33 +0800 Subject: [PATCH] chore: release client-v1.1.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 扫码出库(扫码枪扫二维码,明细自动 +1) - 只读模式下允许激活兑换券(自救出口) Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Bupi8Kdqkfx2N5acFsHTx5 --- CHANGELOG-client.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG-client.md b/CHANGELOG-client.md index 2933a63..709f0c2 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.1.10] - 2026-08-25 + +### 新功能 +- 出库单支持「扫码出库」:桌面端用扫码枪扫商品二维码,商品明细自动新增该商品并按扫码次数累加数量,无需手动从库存勾选。 + +### 修复 +- 修复授权到期进入只读模式后,「兑换续期」按钮无法点击、导致无法激活新授权码自救的问题。 + ## [1.1.9] - 2026-07-18 ### 新功能