Skip to content

Commit e9d7c76

Browse files
committed
更新到2.5.5
1 parent a6b98b0 commit e9d7c76

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# DocuGenius 更新日志
22

3+
## [2.5.5] - 2026-04-15
4+
5+
### 主要更新
6+
7+
- 修复 macOS(Intel / Apple Silicon)启用图片提取时未复用已打包转换器的问题,改为直接向发布包内置的 `docugenius-cli` 传递图片提取参数,不再额外依赖外部 Python 链路
8+
- 保持 Windows 继续使用脚本 + 托管运行时方案,同时补齐仓库内 `docugenius-cli.bat``converter.py` 的参数签名,避免 CLI 包装脚本与扩展主路径继续漂移
9+
- 统一 README 与 CHANGELOG 中的 macOS 架构说明,明确正式发布包内置通用 macOS 二进制,Intel 与 Apple Silicon 都无需额外安装 Rosetta 2
10+
311
## [2.5.4] - 2026-04-15
412

513
### 主要更新

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> 本地文档转 Markdown 工具,让 AI 编程工具直接读懂你的业务文档。
44
5-
[![Version](https://img.shields.io/badge/version-2.5.4-blue)](https://github.com/brucevanfdm/DocuGenius/releases)
5+
[![Version](https://img.shields.io/badge/version-2.5.5-blue)](https://github.com/brucevanfdm/DocuGenius/releases)
66
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
77

88
DocuGenius 是一个 VSCode 插件,将 Word、Excel、PowerPoint、PDF 转换为结构化的 Markdown,让 Trae AI、CodeBuddy、Cursor 等 AI 编程工具能够原生理解你的产品文档、数据表格和技术资料。

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docugenius",
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
5-
"version": "2.5.4",
5+
"version": "2.5.5",
66
"publisher": "brucevan",
77
"author": {
88
"name": "brucevan",

0 commit comments

Comments
 (0)