@deveco/deveco-code-darwin-arm64 0.1.4 → 0.1.5-rc.0

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 CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.1.5 (2026-07-27)
4
+
5
+ ### DevEco Code 核心
6
+
7
+ #### 新特性
8
+
9
+ - 启动前弹出工作区信任确认,防止在不受信目录下误执行(`e4c18b6`)
10
+
11
+ ### TUI 终端界面
12
+
13
+ #### 新特性
14
+
15
+ - 新增通知设置对话框,支持全局开关、音量调节及 6 类事件的独立音效选择(`c3f91a6`)
16
+
17
+ #### 优化
18
+
19
+ - 移除日志收集菜单与崩溃后自动上报弹窗(`0483e25`)
20
+
21
+ #### 缺陷修复
22
+
23
+ - 规范化 btw 浮层错误展示:按错误码映射 i18n 文案,修复出错时提示键误显示(`1f0e98e`)
24
+
3
25
  ## v0.1.4 (2026-07-24)
4
26
 
5
27
  ### DevEco Code 核心
package/bin/deveco CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deveco/deveco-code-darwin-arm64",
3
- "version": "0.1.4",
3
+ "version": "0.1.5-rc.0",
4
4
  "preferUnplugged": true,
5
5
  "os": [
6
6
  "darwin"