Skip to content

Commit

Permalink
v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Dec 25, 2023
1 parent b9bc4dd commit 5cba9be
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fas-rs"
version = "1.4.0"
version = "1.4.5"
edition = "2021"
description = "Frame-aware scheduling binary"
authors = ["shadow3"]
Expand Down
3 changes: 2 additions & 1 deletion module/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ elif [ $API -le 30 ]; then
ui_print "Required A12+ !"
ui_print "系统版本过低, 需要安卓12及以上的系统版本版本"
abort
elif [[ ! $KSU && $MAGISK_VER_CODE -lt 26000 ]]; then
elif [[ ! $KSU == true && $MAGISK_VER_CODE -lt 26000 ]]; then
ui_print "Required Magisk v26.0+, since we use Zygisk v4"
ui_print "Magisk版本过低, 需要Magisk v26.0及以上的Magisk版本"
abort
Expand Down Expand Up @@ -86,3 +86,4 @@ set_perm $MODPATH/fas-rs 0 0 0755
resetprop fas_rs_installed true

ui_print "Configuration folder: /sdcard/Android/fas-rs"
ui_print "配置文件夹:/sdcard/Android/fas-rs"
22 changes: 22 additions & 0 deletions update/changelog(v1.4.5).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# fas-rs(v1.4.5)

[项目主页](https://github.com/shadow3aaa/fas-rs)

## 更新日志

- 修复1.4.0zygisk分析线程绑定的一处错误
- 优化安装引导
- 优化逻辑
- 更新依赖库到最新版本


## 运行要求

- soc平台无要求
- Android12以上
- zygisk开启并且版本v4以上(magisk v26.0以上并且开启zygisk / ksu + zygisk-next)

## 特殊说明

- 对开启fas的游戏使用shamiko会导致不生效
- 采用zygisk注入劫持libgui获取frametime,存在部分被检测风险
8 changes: 4 additions & 4 deletions update/update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 140,
"version": "v1.4.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v1.4.0/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/changelog(v1.4.0).md"
"versionCode": 145,
"version": "v1.4.5",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v1.4.5/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/changelog(v1.4.5).md"
}

0 comments on commit 5cba9be

Please sign in to comment.