Skip to content

Commit b3c00ed

Browse files
committed
chore: 升级版本至1.4.0
- 更新所有相关文件版本号至1.4.0 - 添加中英更新日志
1 parent f723410 commit b3c00ed

12 files changed

Lines changed: 64 additions & 21 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude = ["device_faker_cli"]
44

55
[package]
66
name = "device_faker"
7-
version = "1.3.5"
7+
version = "1.4.0"
88
edition = "2024"
99
authors = ["Seyud"]
1010

device_faker_cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

device_faker_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "device_faker_cli"
3-
version = "1.3.5"
3+
version = "1.4.0"
44
edition = "2024"
55
authors = ["Seyud"]
66

docs/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# 📝更新日志
22

3+
## ⬆️[v1.3.5 → v1.4.0] - 2026-05-02
4+
5+
### 🆕 新功能
6+
- 🖥️ WebUI应用页支持系统应用显示切换
7+
- 🌐 WebUI加入在线模板GitHub源
8+
- 🏷️ 为三种模式补充 build_id 与 Build.ID 伪装支持
9+
- 📥 WebUI模板页新增导入/导出工具与本机模板导出功能
10+
- 📤 WebUI模板页模板卡片添加导出按钮
11+
- 👆 WebUI支持左右滑动切换页面
12+
- ✏️ WebUI模板页支持编辑已存在模板名称
13+
14+
### 🐛 修复
15+
- 🧹 修复WebUI模板编辑页清空部分字段后旧值残留问题
16+
- 🔄 修复resetprop模式自定义属性伪装会话在前后台切换时的状态同步问题
17+
18+
### ⚡ 改进
19+
- 🔗 更新适配jni 0.22 API
20+
- ⚡ 大幅优化WebUI页面切换性能
21+
- ⚡ 优化WebUI应用列表加载性能
22+
- 🏗️ 重构WebUI在线模板库全链路
23+
- 📏 使用最前沿Web技术 pretext 优化WebUI在线模板虚拟列表文本高度测量
24+
- 🚀 优化WebUI首屏切页响应
25+
- 🎬 添加WebUI页面切换动画
26+
- 🦀 将外部调用resetprop二进制重构为内置Rust库(by @Tools-cx-app
27+
- 💾 改进配置文件备份格式
28+
329
## ⬆️[v1.3.0 → v1.3.5] - 2026-03-20
430

531
### 🆕 新功能

docs/en/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# 📝 Changelog
22

3+
## ⬆️[v1.3.5 → v1.4.0] - 2026-05-02
4+
5+
### 🆕 New Features
6+
- 🖥️ WebUI apps page supports system app display toggle
7+
- 🌐 WebUI online template library added GitHub source
8+
- 🏷️ Added build_id and Build.ID camouflage support for all three modes
9+
- 📥 WebUI template page added import/export tools and local template export
10+
- 📤 WebUI template card added export button
11+
- 👆 WebUI supports swipe gesture to switch between pages
12+
- ✏️ WebUI template page supports editing existing template names
13+
14+
### 🐛 Bug Fixes
15+
- 🧹 Fixed residual old values when clearing partial fields in WebUI template editor
16+
- 🔄 Fixed state sync issue of custom property camouflage session when switching between foreground and background in resetprop mode
17+
18+
### ⚡ Improvements
19+
- 🔗 Updated to adapt jni 0.22 API
20+
- ⚡ Significantly optimized WebUI page switching performance
21+
- ⚡ Optimized WebUI app list loading performance
22+
- 🏗️ Refactored the entire WebUI online template library pipeline
23+
- 📏 Used cutting-edge Web technology pretext to optimize text height measurement in online template virtual list
24+
- 🚀 Optimized WebUI first screen page switch responsiveness
25+
- 🎬 Added WebUI page switching animation
26+
- 🦀 Refactored external resetprop binary call into built-in Rust library (by @Tools-cx-app)
27+
- 💾 Improved configuration file backup format
28+
329
## ⬆️[v1.3.0 → v1.3.5] - 2026-03-20
430

531
### 🆕 New Features

module/bin/device_faker_cli

24 Bytes
Binary file not shown.

module/config.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@ product = "V2505A"
5656
fingerprint = ""
5757
packages = [ "com.tencent.tmgp.sgame", "com.tencent.tmgp.codev" ]
5858

59-
[templates."红魔平板3"]
60-
manufacturer = "NUBIA"
61-
brand = "NUBIA"
62-
model = "NP05J"
63-
device = "NP05J"
64-
product = "NP05J"
65-
fingerprint = ""
66-
packages = [ "com.tencent.tmgp.cf" ]
67-
6859
# ============================================================
6960
# 应用配置
7061
# ============================================================

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=device_faker
22
name=Device Faker
3-
version=v1.3.5
4-
versionCode=20260320
3+
version=v1.4.0
4+
versionCode=20260502
55
author=酷安@瓦力喀/GitHub@Seyud
66
description=使用Zygisk实现自定义配置对应用伪装机型
77
updateJson=https://gitee.com/Seyud/device_faker/raw/master/Update.json

module/zygisk/arm64-v8a.so

57.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)