Skip to content

v1.5.2

Choose a tag to compare

@luffysolution-svg luffysolution-svg released this 26 Aug 17:08
· 5 commits to main since this release

v1.5.2 — 跨平台生产级审查修复

修复

  • env_check.sh 输出字段对齐 env_check.ps1:统一为 lark_cli{path,version} / lark_auth{identity,bot,user,user_hint} / ima{client_id,api_key} / notion{token,proxy}(原 sh 平铺字段不一致)
  • lark-sync.md 补 macOS/Linux bash 批量编排:POSIX 兼容写法(case 映射目录,兼容 macOS 自带 bash 3.2 无关联数组)
  • package.json 规范化(npm pkg fix):repository.url 不再触发发布警告
  • 新增 .gitattributes:sh/cjs 强制 LF、ps1 强制 CRLF,避免 Windows autocrlf 破坏 bash 脚本
  • AGENTS.md 补充功能/跨平台/测试说明;.gitignore 忽略 dist/

验证

  • 6 个 .cjs 全部 node --check 通过
  • env_check.sh bash -n 通过 + 实际运行 JSON 结构正确
  • git check-attr 确认行尾规则生效

Full Changelog: v1.5.1...v1.5.2