We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc58981 commit 86fbf41Copy full SHA for 86fbf41
2 files changed
CHANGELOG.md
@@ -1,21 +1,26 @@
1
# Changelog
2
3
-## [3.0.4] - 2023-07-24
+## [3.0.5] - 2024-08-04
4
+
5
+- 移除文件夹末尾的 `/`, 修复访问权限出错
6
+- 修复 changelog 中的年份, 现在已经是 2024 年了
7
8
+## [3.0.4] - 2024-07-24
9
10
- 支持 lcode.hub 的单文件编辑模式
11
-## [3.0.3] - 2023-07-24
12
+## [3.0.3] - 2024-07-24
13
14
- 修复编辑根路径`/`开头的文件(夹)被加工作目录前缀的问题
15
-## [3.0.2] - 2023-07-24
16
+## [3.0.2] - 2024-07-24
17
18
- 修复 workflow
19
-## [3.0.1] - 2023-07-24
20
+## [3.0.1] - 2024-07-24
21
22
23
-## [3.0.0] - 2023-07-22
24
+## [3.0.0] - 2024-07-22
25
26
新版本重构完成
README.md
@@ -1,5 +1,5 @@
# install from source
```sh
-go install -v github.com/vscode-lcode/lcode/v3@v3.0.4
+go install -v github.com/vscode-lcode/lcode/v3@v3.0.5
```
0 commit comments