From d27b131d1a2c58c5084e575b48b51f3dc0007db4 Mon Sep 17 00:00:00 2001 From: AnotiaWang Date: Mon, 24 Feb 2025 22:23:22 +0800 Subject: [PATCH] chore: version 1.1.5 --- README.md | 2 ++ README_zh.md | 2 ++ public/version.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35b899b..76696ef 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Please give a 🌟 Star if you like this project! 25/02/24 - Added: Fullscreen mode for the search flow. This helps you to focus on the search process better. +- Changed: "Export PDF" now uses the browser's native print ability. This fixes layout issues and emilinates font problems. +- Fixed: "Context Size" setting are not correctly applied 25/02/22 diff --git a/README_zh.md b/README_zh.md index b43dcf5..a39e402 100644 --- a/README_zh.md +++ b/README_zh.md @@ -25,6 +25,8 @@ 25/02/24 - 新增:搜索流程图支持放大到全屏。可以更方便地追踪整个搜索流程了。 +- 改动:“导出 PDF”功能改为使用浏览器原生的打印能力,这样能确保排版和展示的一致,并且不再需要单独下载中文字体。 +- 修复:“上下文大小”设置未生效问题 25/02/22 diff --git a/public/version.json b/public/version.json index 8c0f63a..e613e8a 100644 --- a/public/version.json +++ b/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.1.4" + "version": "1.1.5" } \ No newline at end of file