From f4db927f7c2346d5041364e4e6ce4fdb6c274695 Mon Sep 17 00:00:00 2001 From: shadow3aaa Date: Thu, 28 Dec 2023 22:25:52 +0800 Subject: [PATCH] v1.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- update/changelog(template).md | 2 +- update/changelog(v1.5.0).md | 21 +++++++++++++++++++++ update/update.json | 8 ++++---- 5 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 update/changelog(v1.5.0).md diff --git a/Cargo.lock b/Cargo.lock index 79279871..1190a447 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,7 +258,7 @@ dependencies = [ [[package]] name = "fas-rs" -version = "1.4.5" +version = "1.5.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 49689ba6..21cec8d2 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fas-rs" -version = "1.4.5" +version = "1.5.0" edition = "2021" description = "Frame-aware scheduling binary" authors = ["shadow3"] diff --git a/update/changelog(template).md b/update/changelog(template).md index 89cd6fe9..50b70a16 100644 --- a/update/changelog(template).md +++ b/update/changelog(template).md @@ -17,5 +17,5 @@ ## 特殊说明 -- 对开启fas的游戏使用shamiko会导致不生效 +- 对开启fas的游戏使用shamiko等隐藏可能会导致不生效, 是否生效以/sdcard/Android/fas-rs/fas_log.txt是否有对应游戏记录为准 - 采用zygisk注入劫持libgui获取frametime,存在部分被检测风险 diff --git a/update/changelog(v1.5.0).md b/update/changelog(v1.5.0).md new file mode 100644 index 00000000..77526947 --- /dev/null +++ b/update/changelog(v1.5.0).md @@ -0,0 +1,21 @@ +# fas-rs(v1.5.0) + +[项目主页](https://github.com/shadow3aaa/fas-rs) + +## 更新日志 + +- 重写fas逻辑 +- 优化项目架构 +- 移除uperf-patch支持(因为太丑了) +- 更新依赖 + +## 运行要求 + +- soc平台无要求 +- Android12以上 +- zygisk开启并且版本v4以上(magisk v26.0以上并且开启zygisk / ksu + zygisk-next) + +## 特殊说明 + +- 对开启fas的游戏使用shamiko等隐藏可能会导致不生效, 是否生效以/sdcard/Android/fas-rs/fas_log.txt是否有对应游戏记录为准 +- 采用zygisk注入劫持libgui获取frametime,存在部分被检测风险 diff --git a/update/update.json b/update/update.json index 08618527..a3717228 100755 --- a/update/update.json +++ b/update/update.json @@ -1,6 +1,6 @@ { - "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" + "versionCode": 150, + "version": "v1.5.0", + "zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v1.5.0/fas-rs.zip", + "changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/changelog(v1.5.0).md" }