Skip to content

Commit 5981f41

Browse files
committed
feat(push): 🧱 Release v1.5.4
1 parent 1e5d448 commit 5981f41

File tree

3 files changed

+8
-33
lines changed

3 files changed

+8
-33
lines changed

changelog.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,10 @@
1+
- chore(UI): :tada: Adapt to dark mode
2+
---
13
- Merge pull request #41 from SafaSafari/iyue
24
- fix android 14 system ca
35
---
46
- fix(webui): 🐛 #34 修复识别证书失败
57
- fix(webui): 🐛 #34 Failed to repair recognition certificate
68
---
79
- build(webroot): :fire: 识别证书优化
8-
- build(webroot): :fire: Recognition Certificate Optimization
9-
---
10-
- perf(script): :zap: 优化网页界面
11-
- perf(script): :zap: Optimize web interface
12-
---
13-
- feat(web): :fire: 新增 web 界面可显示和删除已安装的证书...
14-
- feat(web): :fire: New web interface to display and delete installed certificates.
15-
- chore(log): :loud_sound: 日志优化.
16-
- chore(log): :loud_sound: Log optimization.
17-
---
18-
- fix(update): :fire: 修复更新链接.
19-
---
20-
- fix(sh): :bug: #21 修复用户证书目录可能不存在导致模块无效.
21-
- fix(sh): :bug: #21 Fix user certificate directory may not exist resulting in invalid module.
22-
----
23-
- fix(sh): :bug: 修复在系统安全设置中识别证书,在zygote启动之前挂载证书.
24-
- fix(sh): :bug: #19 修复模块导致系统重启,恢复selinux上下文设置即可.
25-
- fix(sh): :bug: Fix identifying certificates in system security settings and mounting certificates before starting zygote
26-
- fix(sh): :bug: #19 Fix the module that caused the system to restart, restore the selinux context settings
27-
----
28-
- Fix(sh)::fire: #15 修复模块无效
29-
- 实际为较新的`Android14`在挂载系统证书目录会报错,从而导致系统启动失败,模块安装中断.
30-
- 如果出现上述情况,请尽快更新,不要试图直接修改脚本,需要完全重新刷机
31-
- 另外此次更新会导致,在系统设置中不会出现证书,但是可以正常抓包.
32-
- Fix(sh): :fire: #15 fix module not effective
33-
- In fact, the newer version of Android 14 will report an error when mounting the system certificate directory, resulting in system startup failure and module installation interruption
34-
- If the above situation occurs, please update as soon as possible and do not attempt to directly modify the script. A complete reboot is required
35-
- In addition, this update will result in certificates not appearing in the system settings, but packets can be captured normally
10+
- build(webroot): :fire: Recognition Certificate Optimization

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=MoveCertificate
22
name=MoveCertificate
3-
version=v1.5.3
4-
versionCode=19
3+
version=v1.5.4
4+
versionCode=20
55
author=Contributors
66
description=Supports magiskv20.4+/kernelsu/APatch Android 7-15 move certificates
77
updateJson=https://pfile.ys1231.cn/modules/MoveCertificate/update.json

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionCode": 19,
3-
"version": "v1.5.3",
4-
"zipUrl": "https://pfile.ys1231.cn/modules/MoveCertificate/MoveCertificate-v1.5.3.zip",
2+
"versionCode": 20,
3+
"version": "v1.5.4",
4+
"zipUrl": "https://pfile.ys1231.cn/modules/MoveCertificate/MoveCertificate-v1.5.4.zip",
55
"changelog": "https://pfile.ys1231.cn/modules/MoveCertificate/changelog.md"
66
}

0 commit comments

Comments
 (0)