Skip to content

Commit

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

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

## 更新日志

- fas boost功能
- 改进框架逻辑
- cpu控制器: big jank不移动fas freq
- 开放更多可配置内容(查看README获取详细说明)
- 自动关闭glk
- 更新依赖
- 移除不必要的解耦合

## 运行要求

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

## 特殊说明

- fas boost模式是专门用于提升帧率的模式, 它不会尝试限制最大频率, 而是尝试在卡顿时提升最小频率以减少默认调速器的掉帧, 此模式不可通过帧率曲线来判断是否生效
- 对开启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": 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"
"versionCode": 180,
"version": "v1.8.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v1.8.0/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/changelog(v1.8.0).md"
}

0 comments on commit ea52fa4

Please sign in to comment.