We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3757096 commit 93d4b54Copy full SHA for 93d4b54
CHANGELOG.md
@@ -2,6 +2,21 @@
2
3
## [Unreleased]
4
5
+### Added
6
+
7
+- Android 运行热更新。fixed #89
8
+- SDK 下载添加进度显示。fixed #95
9
10
+### Changed
11
12
+- 使用 `node-fetch` 代替 `fetch`,并添加系统代理的使用。(https://github.com/wtto00/uniapp-cli/commit/37570967f9d361fa5c38a2288e415ca0cb2eb4d0)
13
+- 文档维护。(https://github.com/wtto00/uniapp-cli/commit/d2415f58042e0c7d7e8ee55795bbd631fc5be61e)
14
15
+### Security
16
17
+- Android 热更新启动的 HTTP 文件下载服务器路径匹配不安全。fixed [#1](https://github.com/wtto00/uniapp-cli/security/code-scanning/1)
18
+- Windows 路径正则替换。fixed [#2](https://github.com/wtto00/uniapp-cli/security/code-scanning/2)
19
20
## [0.0.3-alpha] - 2024-12-04
21
22
### Added
0 commit comments