Skip to content

Commit 73cc377

Browse files
committed
更新版本到2.5.8
1 parent 6535141 commit 73cc377

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [2.5.8] - 2026-04-28
6+
7+
### 主要更新
8+
9+
- 优化插件设置系统:统一项目启用流程的转换确认逻辑、扩展配置校验范围、改进文件监听器的配置变更响应粒度
10+
- 修复 `hasConvertibleFiles` 硬编码扩展名问题,改用常量引用;扩展扫描范围至一级子目录
11+
- 修复 `resetToDefaults` 未清除 Workspace 级别配置的问题
12+
-`updateConfiguration` 默认写入目标从 Global 改为 Workspace,避免污染全局设置
13+
514
## [2.5.7] - 2026-04-20
615

716
### 主要更新

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

0 commit comments

Comments
 (0)