Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Feb 26, 2024
1 parent fd7bf72 commit 46437be
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 14 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 = "2.1.8"
version = "2.2.0"
edition = "2021"
description = "Frame aware scheduling for android"
authors = ["shadow3"]
Expand Down
12 changes: 8 additions & 4 deletions update/en-US/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# fas-rs(v2.1.8)
# fas-rs(v2.2.0)

[Homepage](https://github.com/shadow3aaa/fas-rs)

## Change log

- Eliminate unnecessary panics
- Frequency adjustment step changes automatically
- The default configuration does not enable fas_boost
- Add back fas to automatically pause analysis
- Optimize frequency stability
- Optimize binary size (compile standard library)

## Running requirements

Expand All @@ -15,5 +19,5 @@
## Special Instructions

- The fas boost mode is a mode specifically used to increase the frame rate. It does not try to limit the maximum frequency, but tries to increase the minimum frequency when stuck to reduce frame drops of the default governor. This mode cannot be judged by the frame rate curve. Is it effective?
- Using shamiko and other hiding methods on games with fas enabled may not take effect. Whether it takes effect depends on whether there is a corresponding game record in `/sdcard/Android/fas-rs/fas_log.txt`.
- Using zygisk injection to hook libgui to obtain frametime, there is some risk of being detected by game.
- Using shamiko and other hiding methods on games with fas enabled may not take effect. Whether it takes effect depends on whether there is a corresponding game record in `/sdcard/Android/fas-rs/fas_log.txt`
- Using zygisk injection to hook libgui to obtain frametime, there is some risk of being detected by game
6 changes: 3 additions & 3 deletions update/update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 218,
"version": "v2.1.8",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.1.8/fas-rs.zip",
"versionCode": 220,
"version": "v2.2.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.2.0/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/zh-CN/changelog.md"
}
6 changes: 3 additions & 3 deletions update/update_en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 218,
"version": "v2.1.8",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.1.8/fas-rs.zip",
"versionCode": 220,
"version": "v2.2.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.2.0/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md"
}
8 changes: 6 additions & 2 deletions update/zh-CN/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# fas-rs(v2.1.8)
# fas-rs(v2.2.0)

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

## 更新日志

- 消除不必要的panic
- 频率调整步进自动改变
- 默认配置不开启fas_boost
- 加回fas自动暂停分析
- 优化频率稳定性
- 优化二进制大小(编译标准库)

## 运行要求

Expand Down

0 comments on commit 46437be

Please sign in to comment.