Skip to content

Commit 49f56bb

Browse files
committed
release: v0.2.0
## New Features - 自定义主题支持:通过 customThemes 配置项自定义主题颜色 - 表格换行模式设置:支持 normal/aggressive/none 三种模式 - Tab 键优化:代码块插入 4 空格,列表支持缩进,普通文本插入 2 空格 ## Bug Fixes - 修复列表 Tab 键无法继续缩进时滚动到顶部的问题 ## Docs - 添加自定义主题配置文档(中英文) - 更新 README 添加新功能和配置项说明
1 parent 68d7263 commit 49f56bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "md-wysiwyg-editor",
33
"displayName": "WYSIWYG Markdown Editor",
44
"description": "WYSIWYG Markdown editor with live table editing",
5-
"version": "0.1.6",
5+
"version": "0.2.0",
66
"publisher": "chance-liu",
77
"engines": {
88
"vscode": "^1.80.0"

0 commit comments

Comments
 (0)