Skip to content

Commit a105252

Browse files
committed
版本号更新到2.5.7
1 parent ec55a1e commit a105252

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [2.5.7] - 2026-04-20
6+
57
### 主要更新
68

79
- 修复 macOS 打包二进制架构校验缺失的问题:现在会在运行时跳过不兼容当前机器架构的内置转换器,并自动回退到系统 Python + `bin/converter.py`

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.6-blue)](https://github.com/brucevanfdm/DocuGenius/releases)
5+
[![Version](https://img.shields.io/badge/version-2.5.7-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.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.6",
5+
"version": "2.5.7",
66
"publisher": "brucevan",
77
"author": {
88
"name": "brucevan",

0 commit comments

Comments
 (0)