From eb7b0edc96075d77becf0a16e8a0ef7282d6007e Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Wed, 26 Aug 2026 16:40:09 +0800 Subject: [PATCH] chore: release client-v1.1.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复 Windows 版因构建流程缺陷未包含扫码出库功能(github-mode winstage 校验缺失所致,本版已由 fetch-windows-staged.sh 的 client/ 子树 SHA 校验兜底)。 Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01Bupi8Kdqkfx2N5acFsHTx5 --- CHANGELOG-client.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG-client.md b/CHANGELOG-client.md index 709f0c2..36653a2 100644 --- a/CHANGELOG-client.md +++ b/CHANGELOG-client.md @@ -5,6 +5,11 @@ 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.11] - 2026-08-26 + +### 修复 +- 修复 Windows 版因构建流程缺陷未包含「扫码出库」功能的问题;升级后 Windows 用户即可使用扫码枪扫码出库(macOS / 网页 / 安卓版此前已正常)。 + ## [1.1.10] - 2026-08-25 ### 新功能