Skip to content

Commit c2d24e4

Browse files
committed
chore: release v0.50.1 — lint fix for React Compiler strict dep check
v0.50.0 tag was pushed but CI Build & Package job failed at the lint step: MessageInput.tsx:184:36 "Compilation Skipped: Existing memoization could not be preserved" — React Compiler rejected the handleSubmit useCallback because its manually specified dep array didn't include setInputValue. The draft-persistence change in v0.50.0 turned setInputValue into a useCallback-wrapped function, and the dep list wasn't updated. Fix shipped in commit 9e8c11a. No user-facing feature changes from v0.50.0. The v0.50.0 tag is retained as a historical record (no published Release was created by CI because lint failed before the release step).
1 parent 9e8c11a commit c2d24e4

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

RELEASE_NOTES.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## CodePilot v0.50.0
1+
## CodePilot v0.50.1
22

3-
> 飞书一键创建机器人 + SubAgent UI 可视化 + 消息队列模式 + 桥接稳定性大修 — 推荐所有飞书桥接用户升级。
3+
> 飞书一键创建机器人 + SubAgent UI 可视化 + 消息队列模式 + 桥接稳定性大修 — 推荐所有飞书桥接用户升级。v0.50.0 因 CI lint 规则未通过构建未发布,v0.50.1 修复后重新发版。
44
55
### 新增功能
66

@@ -33,11 +33,11 @@
3333
## 下载地址
3434

3535
### macOS
36-
- [Apple Silicon (M1/M2/M3/M4)](https://github.com/op7418/CodePilot/releases/download/v0.50.0/CodePilot-0.50.0-arm64.dmg)
37-
- [Intel](https://github.com/op7418/CodePilot/releases/download/v0.50.0/CodePilot-0.50.0-x64.dmg)
36+
- [Apple Silicon (M1/M2/M3/M4)](https://github.com/op7418/CodePilot/releases/download/v0.50.1/CodePilot-0.50.1-arm64.dmg)
37+
- [Intel](https://github.com/op7418/CodePilot/releases/download/v0.50.1/CodePilot-0.50.1-x64.dmg)
3838

3939
### Windows
40-
- [Windows 安装包](https://github.com/op7418/CodePilot/releases/download/v0.50.0/CodePilot.Setup.0.50.0.exe)
40+
- [Windows 安装包](https://github.com/op7418/CodePilot/releases/download/v0.50.1/CodePilot.Setup.0.50.1.exe)
4141

4242
## 安装说明
4343

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codepilot",
3-
"version": "0.50.0",
3+
"version": "0.50.1",
44
"private": true,
55
"license": "BUSL-1.1",
66
"workspaces": [

0 commit comments

Comments
 (0)