Skip to content

Releases: csplink/csp

csp v0.1.2

18 Nov 12:21

Choose a tag to compare

What's Changed

  • 🐞 fix: 删除gpio在Output的pull参数 by @xqyjlj in #63
  • ✨ feat: 增加单文件执行功能,修复os.path.dirname会返回空字符串从而变成根路径的bug by @xqyjlj in #64

Full Changelog: v0.1.1...v0.1.2

csp v0.1.1

17 Nov 14:39

Choose a tag to compare

What's Changed

  • ✨ feat: 添加构建包功能 by @xqyjlj in #62
  • 🐞 fix: 修复package dump的错误 by @xqyjlj in #61

Full Changelog: v0.1.0...v0.1.1

csp v0.1.0

17 Nov 02:23

Choose a tag to compare

What's Changed

  • 📃 docs: 添加文档 by @xqyjlj in #51
  • ✨ feat: 删除自定义字体 by @xqyjlj in #50
  • build(deps): bump actions/configure-pages from 4 to 5 by @dependabot[bot] in #52
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #53
  • build(deps): bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #54
  • build(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #56
  • 更新架构,添加后端 by @xqyjlj in #57

Full Changelog: https://github.com/csplink/csp/commits/v0.1.0

csp v0.0.6

19 Jan 07:32

Choose a tag to compare

New features

  • 🐞 fix: Add executable permissions for each component under Linux
  • 🐞 fix: Fix the problem that the relative path of the project cannot be indexed
  • 🐞 fix: Fix the problem that the package path is empty but the current path is returned
  • ✨ feat: Improve the error message of the generated code

特性

  • 🐞 fix: 添加各组件在 linux 下的可执行权限
  • 🐞 fix: 修复 project 相对路径无法索引的问题
  • 🐞 fix: 修复 package 路径为空但返回当前路径的问题
  • ✨ feat: 完善生成代码的报错信息

Full Changelog: v0.0.5...v0.0.6

csp v0.0.5

18 Jan 15:39

Choose a tag to compare

New features

  • 🐞 fix: fix the problem that jinja2 function cannot be found after packaging

特性

  • 🐞 fix: 修复打包后 jinja2 函数无法找到的问题

Full Changelog: v0.0.4...v0.0.5

csp v0.0.4

18 Jan 12:39

Choose a tag to compare

New features

  • Improve install log output, add verbose option
  • Add uninstall, list commands

特性

  • 完善安装日志输出,添加 verbose 选项
  • 添加 uninstall, list 命令

Full Changelog: v0.0.3...v0.0.4

csp v0.0.3

17 Jan 12:57

Choose a tag to compare

New features

  • Added Windows installer
  • Fixed relative path issues
  • Removed package version restrictions

特性

  • 添加 windows 安装程序
  • 修复相对路径问题
  • 移除软件包版本限制

Full Changelog: v0.0.2...v0.0.3

csp v0.0.2

14 Jan 12:25

Choose a tag to compare

New features

  • Add csp install command
  • Add release artifacts

特性

  • 添加 csp install 命令
  • 添加 release 产物

Full Changelog: v0.0.1...v0.0.2