@deveco/deveco-code-darwin-arm64 0.1.8 → 0.1.9-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/bin/deveco +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.1.9 (2026-08-20)
|
|
4
|
+
|
|
5
|
+
### DevEco Code 核心
|
|
6
|
+
|
|
7
|
+
#### 新特性
|
|
8
|
+
|
|
9
|
+
- 内置 [DevEco CLI](https://gitcode.com/openharmony-sig/deveco-cli),封装 `ohpm`、`hvigor`、`hdc` 等工具链,集成脚手架、技能安装与 MCP 服务
|
|
10
|
+
|
|
11
|
+
#### 优化
|
|
12
|
+
|
|
13
|
+
- 加固 Windows 安装程序:新增互斥锁防并发安装、失败自动重试、原子切换启动器(`1452fe8`)
|
|
14
|
+
|
|
15
|
+
#### 缺陷修复
|
|
16
|
+
|
|
17
|
+
- 修复 Windows baseline 包 CLI 入口缺失问题(`437de3d`)
|
|
18
|
+
|
|
19
|
+
### TUI 终端界面
|
|
20
|
+
|
|
21
|
+
#### 优化
|
|
22
|
+
|
|
23
|
+
- 音频播放支持设备热切换:输出设备变更时自动重新绑定,恢复播放(`2bf3a39`)
|
|
24
|
+
- 更新日志导出命令的国际化描述(`73882b9`)
|
|
25
|
+
|
|
3
26
|
## v0.1.8 (2026-08-18)
|
|
4
27
|
|
|
5
28
|
### DevEco Code 核心
|
package/bin/deveco
CHANGED
|
Binary file
|