chore: consolidate 4.0.9~4.0.11 into 4.0.8

This commit is contained in:
Ubuntu 2026-04-23 12:22:28 +00:00
parent 4e750966a8
commit 5daaaf8200
3 changed files with 12 additions and 24 deletions

View File

@ -2,28 +2,7 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [4.0.11] - 2026-04-23 ## [4.0.8] - 2026-04-23
### 变更
- **Bin**: bin 命令统一为 `csc`,移除 `ccb`、`ccb-bun`、`claude-code-best`
## [4.0.10] - 2026-04-23
### 修复
- **Package**: `files` 字段补充遗漏的 `scripts/run-parallel.mjs`,修复 npm install 时 `MODULE_NOT_FOUND` 错误
## [4.0.9] - 2026-04-23
### 变更
- **Commands**: 移除 `desktop` 命令及相关注册
- **UI**: `LogoV2` 强制使用 condensed 模式,跳过 release notes / onboarding 检测
- **Tips**: 将 desktop app 提示文案更新为 CoStrict Web
- **Package**: 包名改为 `@costrict/csc`,描述更新为 `costrict`
## [4.0.8] - 2026-04-17
### 新功能 ### 新功能
@ -40,6 +19,15 @@ All notable changes to this project will be documented in this file.
- 修复 node 下 loading 按钮计算错误问题 - 修复 node 下 loading 按钮计算错误问题
- 修复 Linux 端的安装问题 - 修复 Linux 端的安装问题
- 修复类型校验问题 - 修复类型校验问题
- **Package**: `files` 字段补充遗漏的 `scripts/run-parallel.mjs`,修复 npm install 时 `MODULE_NOT_FOUND` 错误
### 变更
- **Commands**: 移除 `desktop` 命令及相关注册
- **UI**: `LogoV2` 强制使用 condensed 模式,跳过 release notes / onboarding 检测
- **Tips**: 将 desktop app 提示文案更新为 CoStrict Web
- **Package**: 包名改为 `@costrict/csc`,描述更新为 `costrict`
- **Bin**: bin 命令统一为 `csc`,移除 `ccb`、`ccb-bun`、`claude-code-best`
## [4.0.6] - 2026-04-16 ## [4.0.6] - 2026-04-16

View File

@ -1,6 +1,6 @@
{ {
"name": "@costrict/csc", "name": "@costrict/csc",
"version": "4.0.11", "version": "4.0.8",
"description": "costrict", "description": "costrict",
"type": "module", "type": "module",
"author": "claude-code-best <claude-code-best@proton.me>", "author": "claude-code-best <claude-code-best@proton.me>",

View File

@ -7,7 +7,7 @@
*/ */
export function getMacroDefines(): Record<string, string> { export function getMacroDefines(): Record<string, string> {
return { return {
"MACRO.VERSION": JSON.stringify("4.0.11"), "MACRO.VERSION": JSON.stringify("4.0.8"),
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()), "MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""), "MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),
"MACRO.ISSUES_EXPLAINER": JSON.stringify(""), "MACRO.ISSUES_EXPLAINER": JSON.stringify(""),