@deveco/deveco-code-darwin-arm64 0.1.7-rc.1 → 0.1.7

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,20 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.1.7 (2026-08-03)
4
+
5
+ ### DevEco Code 核心
6
+
7
+ #### 新特性
8
+
9
+ - 地区访问策略新增 UTC+8 偏移回退与系统区域检测,扩展中国时区白名单(`bc637c8`)
10
+
11
+ ### TUI 终端界面
12
+
13
+ #### 缺陷修复
14
+
15
+ - 修复流式编辑/写入字数统计因 JSON 转义未解码导致计数虚高(`a6e432e`)
16
+ - 修复启动时布局竞争导致的偶现启动失败问题(`c17c895`)
17
+
3
18
  ## v0.1.6 (2026-08-01)
4
19
 
5
20
  ### 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.7-rc.1",
3
+ "version": "0.1.7",
4
4
  "preferUnplugged": true,
5
5
  "os": [
6
6
  "darwin"