Skip to content

Commit

Permalink
add v2.1.8 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shynome committed Jan 17, 2023
1 parent 29008b1 commit 645174c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog

## [2.1.8] - 2023-01-17

### Fix

- 为 net.Conn 设置超时时间, 避免连接一直挂起, 从而导致编辑器一直挂起
- 修复编辑目标是文件夹是以/结尾时无法通过路径结尾不带/的路径访问 (因为 vscode 第一次访问是路径末尾不带/访问)

## [2.1.7] - 2023-01-17

### Fix

- 修复 namespace 含大写字母时无法访问的问题. 原因是因为域名会自动转小写导致无法找到对应的 host, 所以将 id 统一小写化

## [2.1.6] - 2023-01-17
Expand Down

0 comments on commit 645174c

Please sign in to comment.