Skip to content

Commit

Permalink
4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
guyutongxue committed Jun 6, 2023
1 parent c78e1a8 commit c49607a
Show file tree
Hide file tree
Showing 5 changed files with 1,400 additions and 847 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 更新日志

## v4.0.7
*2023.6.6*
- 修复了当文件名含空格时,MSVC 编译任务无法正常执行的问题([#25](https://github.com/VSCodeConfigHelper/v4/pull/25)
- 试验性地重新启用了错误日志发送
- 更新了若干依赖库

## v4.0.6
*2023.1.31*
- 修复了无法正确解析含非 UTF-8 输出的编译器版本信息的问题([#23](https://github.com/VSCodeConfigHelper/v4/pull/23)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@iconify/svelte": "^2.1.2",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"@tauri-apps/cli": "^1.2.3",
"@tauri-apps/cli": "^1.3.1",
"@tsconfig/svelte": "^2.0.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
Expand All @@ -27,10 +27,10 @@
"vite": "^2.8.0"
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"@tauri-apps/api": "^1.3.0",
"compare-versions": "^4.1.3",
"daisyui": "^2.6.3",
"mitt": "^3.0.0"
},
"packageManager": "pnpm@7.3.0"
"packageManager": "pnpm@8.6.0"
}
Loading

0 comments on commit c49607a

Please sign in to comment.