Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Jan 11, 2024
1 parent b97eb4c commit 11134f4
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 10 deletions.
6 changes: 3 additions & 3 deletions 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.6.0"
version = "1.7.0"
edition = "2021"
description = "Frame-aware scheduling binary"
authors = ["shadow3"]
Expand Down
23 changes: 23 additions & 0 deletions update/changelog(v1.7.0).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# fas-rs(v1.7.0)

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

## 更新日志

- 逻辑: 调整框架逻辑
- 逻辑: 调整计算平均偏差时机,给出更高的acc_dur上限以增加频率稳定性
- 逻辑: 调整topapp更新周期
- 逻辑: cpu控制器采用统一的频率变化量
- 构建: 自动构建添加debug版本
- 维护: 更新依赖包到最新版本

## 运行要求

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

## 特殊说明

- 对开启fas的游戏使用shamiko等隐藏可能会导致不生效, 是否生效以/sdcard/Android/fas-rs/fas_log.txt是否有对应游戏记录为准
- 采用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": 160,
"version": "v1.6.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v1.6.0/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/changelog(v1.6.0).md"
"versionCode": 170,
"version": "v1.7.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v1.7.0/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/changelog(v1.7.0).md"
}
4 changes: 2 additions & 2 deletions zygisk/rust/Cargo.lock

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

0 comments on commit 11134f4

Please sign in to comment.