From 40d9aba657cb044cc2326f64cab1a3f0d8a1c952 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Wed, 17 Jun 2026 08:27:53 +0800 Subject: [PATCH] chore: release client-v1.0.55 / site-v1.0.55 / server-v1.0.55 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 三条流水线首个独立版本,统一从 1.0.55 起步。 Co-Authored-By: Claude Opus 4.8 --- CHANGELOG-client.md | 5 +++++ CHANGELOG-server.md | 5 ++++- CHANGELOG-site.md | 5 ++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-client.md b/CHANGELOG-client.md index 0c8bc9c..ec1faf4 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.0.55] - 2026-06-17 + +### 改进 +- 客户端启用独立发版流水线(`client-v*`),版本迭代与官网、后端解耦,更新推送更及时 + ## [1.0.54] - 2026-06-17 ### 新功能 diff --git a/CHANGELOG-server.md b/CHANGELOG-server.md index a8a5962..b8ee6d6 100644 --- a/CHANGELOG-server.md +++ b/CHANGELOG-server.md @@ -5,7 +5,10 @@ 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.0] - 2026-06-17 +## [1.0.55] - 2026-06-17 ### 新功能 - 后端服务独立发版流水线启用(`server-v*`),与客户端、官网互不影响 + +### 修复 +- 库存导入改用更稳定的 Excel 解析库,按唯一编号自动去重,入库时间取自表格中的「入库日期」 diff --git a/CHANGELOG-site.md b/CHANGELOG-site.md index 0b00e5e..b20d58e 100644 --- a/CHANGELOG-site.md +++ b/CHANGELOG-site.md @@ -6,7 +6,10 @@ 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.0] - 2026-06-17 +## [1.0.55] - 2026-06-17 ### 新功能 - 官网独立发版流水线启用(`site-v*`),与客户端、后端互不影响 + +### 改进 +- 下载页「更新日志」改为运行时从接口动态拉取,客户端发版后即时刷新、无需重建官网;接口不可达时回退到内置内容