Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Dec 28, 2023
1 parent 8e13e06 commit f4db927
Show file tree
Hide file tree
Showing 5 changed files with 28 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.5"
version = "1.5.0"
edition = "2021"
description = "Frame-aware scheduling binary"
authors = ["shadow3"]
Expand Down
2 changes: 1 addition & 1 deletion update/changelog(template).md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

## 特殊说明

- 对开启fas的游戏使用shamiko会导致不生效
- 对开启fas的游戏使用shamiko等隐藏可能会导致不生效, 是否生效以/sdcard/Android/fas-rs/fas_log.txt是否有对应游戏记录为准
- 采用zygisk注入劫持libgui获取frametime,存在部分被检测风险
21 changes: 21 additions & 0 deletions update/changelog(v1.5.0).md
Original file line number Diff line number Diff line change
@@ -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,存在部分被检测风险
8 changes: 4 additions & 4 deletions update/update.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit f4db927

Please sign in to comment.