diff --git a/README-CN.md b/README-CN.md index 5f615cb..e3de75d 100644 --- a/README-CN.md +++ b/README-CN.md @@ -6,7 +6,7 @@ - 集成了一个图标主题和颜色主题. - 支持预览xlsx, docx, svg, pdf, zip等办公文件格式. -- 集成[Vditor](https://github.com/Vanessa219/vditor)实现对markdown的所见[即所得编辑(对代码块支持较差). +- 集成[Vditor](https://github.com/Vanessa219/vditor)实现对markdown的所见即所得编辑(对代码块支持较差). ## Sponsor diff --git a/changelog.md b/changelog.md index 204f08c..6e85830 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Change log +# 3.2.2 2024-3-5 + +- Support modifying editor theme individually. + # 3.2.0 2024-3-4 - Use vscode default editor when diffing. diff --git a/package.json b/package.json index feb6426..619f910 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-office", "displayName": "Office Viewer(Markdown Editor)", "description": "View word,excel files and using WYSIWYG editor for markdown.", - "version": "3.2.1", + "version": "3.2.2", "publisher": "cweijan", "icon": "images/icon.png", "engines": {