Skip to content

Commit 4df4976

Browse files
committed
fix: fix comments
Signed-off-by: zongz <[email protected]>
1 parent ad0841e commit 4df4976

File tree

2 files changed

+24
-2
lines changed
  • blog/2024-04-03-newsletter
  • i18n/zh-CN/docusaurus-plugin-content-blog/2024-04-03-newsletter

2 files changed

+24
-2
lines changed

blog/2024-04-03-newsletter/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,24 @@ The mainly updates:
4444
- KCL Go SDK fixed a panic issue that occurred during the ParseFile process.
4545
- KCL Go SDK supports setting the kcl compiler automatic download through environment variables.
4646

47+
**💻 IDE Update**
48+
49+
- Fixed format function of IDE for unsaved code.
50+
4751
## Special Thanks
4852

4953
We'd like to thank all the community participants from the past two weeks.
5054

5155
the following are listed in no particular order:
5256

5357
- Thanks to @bozaro for the contributions to the KCL Go SDK 🙌
58+
- Thanks to @reckless-huang for the contributions to the KCL Go SDK 🙌
59+
- Thanks to @vemoo for the contributions to the KCL IDE 🙌
60+
- Thanks to @wilsonwang371 for the contributions to the KCL docker image and KCL website 🙌
61+
- Thanks to @d4v1d03 for the contributions to the KCL website 🙌
62+
- Thanks to @liangyuanpeng for the contributions to KCL github action 🙌
63+
- Thanks to @octonawish-akcodes for the contributions to KCL IDE 🙌
64+
- Thanks to @AkashKumar7902 for the contributions to KCL package management tool 🙌
5465
- Thanks to @reckless-huang, @steeling, @vfarcic, @wilsonwang371, and others for their valuable suggestions and feedback during the recent use of KCL 🙌
5566

5667
## Resources

i18n/zh-CN/docusaurus-plugin-content-blog/2024-04-03-newsletter/index.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ image: /img/biweekly-newsletter.png
2424

2525
**KCL 发布 0.8.3 和 0.8.4 版本**,主要包含如下更新
2626

27-
- 增加了文件系统 built-in 方法 `file.abs` 计算文件绝对路径和 `file.exist` 判断文件是否存在。
27+
- 增加了文件系统 built-in 方法 `file.abs` 计算文件绝对路径和 `file.exists` 判断文件是否存在。
2828

2929
**🔧 工具链更新**
3030

@@ -41,12 +41,23 @@ image: /img/biweekly-newsletter.png
4141
- KCL Go SDK 修复了 ParseFile 过程中的 panic 问题。
4242
- KCL Go SDK 支持通过环境变量设置 kcl 编译器自动下载。
4343

44+
**💻 IDE 更新**
45+
46+
- 修复了 IDE 对于未保存代码的 format 功能。
47+
4448
## 特别鸣谢
4549

4650
感谢过去两周所有的社区参与者,以下排名不分先后
4751

4852
- 感谢 @bozaro 对 KCL Go SDK 的贡献 🙌
49-
- 感谢 @reckless-huang, @steeling, @vfarcic, @wilsonwang371 等在近段时间使用 KCL 过程中提供的宝贵建议与反馈 🙌
53+
- 感谢 @reckless-huang 对于 KCL Go SDk 的贡献 🙌
54+
- 感谢 @vemoo 对 KCL IDE 的贡献 🙌
55+
- 感谢 @wilsonwang371 对 KCL docker 镜像和 KCL 官网的贡献 🙌
56+
- 感谢 @d4v1d03 对 KCL 官网的贡献 🙌
57+
- 感谢 @liangyuanpeng 对 KCL github action 的贡献 🙌
58+
- 感谢 @octonawish-akcodes 对 KCL IDE 的贡献 🙌
59+
- 感谢 @AkashKumar7902 对 KCL 包管理工具的贡献 🙌
60+
- 感谢 @markphillips100, @reckless-huang, @steeling, @vfarcic, @wilsonwang371, @M Slane, @Tertium, @Abhishek, @Akash Kumar, @Kim Sondrup, @rodrigoalvamat, @riven-blade, @userxiaosi 等在近段时间使用 KCL 过程中提供的宝贵建议与反馈 🙌
5061

5162
## 其他资源
5263

0 commit comments

Comments
 (0)