From 022443476ce733fe75b417a48ce5f776dbd32394 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Fri, 5 Jun 2026 07:48:27 +0800 Subject: [PATCH] =?UTF-8?q?docs(changelog):=201.0.14=EF=BC=88Windows=20?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E4=BF=AE=E5=A4=8D=20+=20=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E6=88=91=E4=BB=AC=E7=9C=9F=E5=AE=9E=E4=BF=A1=E6=81=AF/?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=8C=96=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd4160..7585e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.14] - 2026-06-05 + +### 修复 +- 修复 Windows 桌面端打印卡死:打印字体由 OpenType/CFF 改为 TrueType(glyf),dart_pdf 渲染中文不再抛错(此前点「打印」后卡死) + +### 改进 +- 「关于我们」内容改为真实信息(服务商:岩美技术有限公司;网站:jiu.yanmei.com;邮箱:yammy2023@163.com),且统一从配置文件读取,不再硬编码 +- Windows 桌面端窗口标题由 jiu_client 改为「岩美酒库」 + ## [1.0.13] - 2026-06-04 ### 新功能