Releases: chen-985211/cleancode
Release list
CleanCode v0.1.7 Preview
Preview 安全提示
这是公开测试用的 Preview / Pre-release,尚未使用正式开发者证书签名。
- macOS:应用使用 ad-hoc 签名,未完成 Apple notarization,Gatekeeper 可能阻止首次打开。
- Windows:安装程序未签名,SmartScreen 会显示“未知发布者”警告。
- Linux:请使用
SHA256SUMS.txt校验下载文件。
请只从本仓库的 GitHub Releases 下载,并在安装前核对校验值。
What's Changed
- feat: add workspace quick execution bar by @chen-985211 in #23
- feat: polish favorite templates drawer by @chen-985211 in #24
- chore(release): prepare v0.1.7 by @chen-985211 in #25
Full Changelog: v0.1.6...v0.1.7
CleanCode v0.1.6 Preview
Preview 安全提示
这是公开测试用的 Preview / Pre-release,尚未使用正式开发者证书签名。
- macOS:应用使用 ad-hoc 签名,未完成 Apple notarization,Gatekeeper 可能阻止首次打开。
- Windows:安装程序未签名,SmartScreen 会显示“未知发布者”警告。
- Linux:请使用
SHA256SUMS.txt校验下载文件。
请只从本仓库的 GitHub Releases 下载,并在安装前核对校验值。
What's Changed
- docs: add English README and community section by @chen-985211 in #19
- refactor: 保持终端组合内的流程执行语义 by @chen-985211 in #20
- feat: add reusable canvas templates and execution semantics by @chen-985211 in #21
- chore(release): prepare v0.1.6 by @chen-985211 in #22
Full Changelog: v0.1.5...v0.1.6
CleanCode v0.1.5 Preview
Preview 安全提示
这是公开测试用的 Preview / Pre-release,尚未使用正式开发者证书签名。
- macOS:应用使用 ad-hoc 签名,未完成 Apple notarization,Gatekeeper 可能阻止首次打开。
- Windows:安装程序未签名,SmartScreen 会显示“未知发布者”警告。
- Linux:请使用
SHA256SUMS.txt校验下载文件。
请只从本仓库的 GitHub Releases 下载,并在安装前核对校验值。
What's Changed
- fix: keep Windows terminal numeric input visible by @chen-985211 in #18
Full Changelog: v0.1.4...v0.1.5
CleanCode v0.1.4 Preview
Preview 安全提示
这是公开测试用的 Preview / Pre-release,尚未使用正式开发者证书签名。
- macOS:应用使用 ad-hoc 签名,未完成 Apple notarization,Gatekeeper 可能阻止首次打开。
- Windows:安装程序未签名,SmartScreen 会显示“未知发布者”警告。
- Linux:请使用
SHA256SUMS.txt校验下载文件。
请只从本仓库的 GitHub Releases 下载,并在安装前核对校验值。
What's Changed
- fix(agent): stabilize MCP startup and terminal attachment by @chen-985211 in #16
- fix(agent): stabilize provider session restoration by @chen-985211 in #17
Full Changelog: v0.1.3...v0.1.4
CleanCode v0.1.3 Preview
Preview 安全提示
这是公开测试用的 Preview / Pre-release,尚未使用正式开发者证书签名。
- macOS:应用使用 ad-hoc 签名,未完成 Apple notarization,Gatekeeper 可能阻止首次打开。
- Windows:安装程序未签名,SmartScreen 会显示“未知发布者”警告。
- Linux:请使用
SHA256SUMS.txt校验下载文件。
请只从本仓库的 GitHub Releases 下载,并在安装前核对校验值。
What's Changed
- fix: stabilize Windows Agent terminal behavior by @chen-985211 in #13
- chore(release): prepare v0.1.3 by @chen-985211 in #14
- fix(packaging): include Windows ConPTY runtime by @chen-985211 in #15
Full Changelog: v0.1.2...v0.1.3
CleanCode v0.1.2 Preview
Preview 安全提示
这是公开测试用的 Preview / Pre-release,尚未使用正式开发者证书签名。
- macOS:应用使用 ad-hoc 签名,未完成 Apple notarization,Gatekeeper 可能阻止首次打开。
- Windows:安装程序未签名,SmartScreen 会显示“未知发布者”警告。
- Linux:请使用
SHA256SUMS.txt校验下载文件。
请只从本仓库的 GitHub Releases 下载,并在安装前核对校验值。
What's Changed
- fix(app-shell): prevent startup empty-state flash by @chen-985211 in #9
- fix(app-shell): open external links in default browser by @chen-985211 in #10
- feat(agent): follow active provider sessions by @chen-985211 in #11
- fix(run): retain workflow terminal output by @chen-985211 in #12
Full Changelog: v0.1.1...v0.1.2
CleanCode v0.1.1 Preview
Preview 安全提示
这是公开测试用的 Preview / Pre-release,尚未使用正式开发者证书签名。
- macOS:应用使用 ad-hoc 签名,未完成 Apple notarization,Gatekeeper 可能阻止首次打开。
- Windows:安装程序未签名,SmartScreen 会显示“未知发布者”警告。
- Linux:请使用
SHA256SUMS.txt校验下载文件。
请只从本仓库的 GitHub Releases 下载,并在安装前核对校验值。
What's Changed
- docs: add preview download and macOS opening guide by @chen-985211 in #6
- refactor(canvas): stabilize workspace-scoped object identity by @chen-985211 in #7
- chore(release): prepare v0.1.1 by @chen-985211 in #8
Full Changelog: v0.1.0...v0.1.1
CleanCode v0.1.0 Preview
Preview 安全提示
这是公开测试用的 Preview / Pre-release,尚未使用正式开发者证书签名。
- macOS:应用使用 ad-hoc 签名,未完成 Apple notarization,Gatekeeper 可能阻止首次打开。
- Windows:安装程序未签名,SmartScreen 会显示“未知发布者”警告。
- Linux:请使用
SHA256SUMS.txt校验下载文件。
请只从本仓库的 GitHub Releases 下载,并在安装前核对校验值。
What's Changed
- ci: run full cross-platform validation by @chen-985211 in #1
- fix(agent): save title rename on blur by @chen-985211 in #2
- feat(agent): prepare cleancode for open-source launch by @chen-985211 in #3
- feat(packaging): add cross-platform preview releases by @chen-985211 in #4
- fix(ci): use bash for packaged smoke test by @chen-985211 in #5
New Contributors
- @chen-985211 made their first contribution in #1
Full Changelog: https://github.com/chen-985211/cleancode/commits/v0.1.0