File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog ([ 中文] ( #中文 ) )
22
3+ ## v0.0.6
4+
5+ - 🐞 fix: Add executable permissions for each component under Linux
6+ - 🐞 fix: Fix the problem that the relative path of the project cannot be indexed
7+ - 🐞 fix: Fix the problem that the package path is empty but the current path is returned
8+ - ✨ feat: Improve the error message of the generated code
9+
310## v0.0.5
411
5- - 🐞fix: fix the problem that jinja2 function cannot be found after packaging
12+ - 🐞 fix: fix the problem that jinja2 function cannot be found after packaging
613
714## v0.0.4
815
2936
3037# 更新日志
3138
39+ ## v0.0.6
40+
41+ - 🐞 fix: 添加各组件在 linux 下的可执行权限
42+ - 🐞 fix: 修复 project 相对路径无法索引的问题
43+ - 🐞 fix: 修复 package 路径为空但返回当前路径的问题
44+ - ✨ feat: 完善生成代码的报错信息
45+
3246## v0.0.5
3347
34- - 🐞fix: 修复打包后 jinja2 函数无法找到的问题
48+ - 🐞 fix: 修复打包后 jinja2 函数无法找到的问题
3549
3650## v0.0.4
3751
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ class Settings(QConfig):
128128 YEAR = 2023
129129 AUTHOR = "xqyjlj"
130130 AUTHOR_BLOG_URL = "https://xqyjlj.github.io/"
131- VERSION = "0.0.5 "
131+ VERSION = "0.0.6 "
132132 HELP_URL = "https://csplink.top"
133133 REPO_URL = "https://github.com/csplink/csp"
134134 FEEDBACK_URL = "https://github.com/csplink/csp/issues"
You can’t perform that action at this time.
0 commit comments