Skip to content

Commit

Permalink
v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Feb 16, 2024
1 parent 4b8dae0 commit 8e11b0e
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 46 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.0"
version = "2.1.5"
edition = "2021"
description = "Frame aware scheduling for android"
authors = ["shadow3"]
Expand Down
Binary file modified maketools/__pycache__/build.cpython-311.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions module/module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=fas_rs
name=fas-rs
version=v2.1.0
versionCode=210
version=v2.1.5
versionCode=215
author=shadow3
description=Frame aware scheduling for android
22 changes: 4 additions & 18 deletions update/en-US/changelog.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,17 @@
# fas-rs(v2.1.0)
# fas-rs(v2.1.5)

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

## Change log

- Built-in switchable user space governor (userspace_governor)
- Read scaling_boost_frequencies to get the complete frequency table
- Increase frequency smoothness
- Advance plugin execution time
- Removed a plugin api (write_freq) that was too expensive
- Optimize binder processing and enable binder thread pool
- Removed some configurations
- Optimize configuration error handling and add automatic rollback mechanism for configuration errors to the last normal configuration
- Optimize configuration error prompts
- Modify log format
- Automatically recognize localization
- Optimize Node
- Ignore some meaningless errors
- Removed cpufreq_debug setting frequency
- Update dependencies
- Modify zygisk compilation parameters to improve execution efficiency
- Reduce lag and remove redundant code
- Update module.prop

## Running requirements

- No requirements for soc platform
- Android12 or above
- zygisk is enabled and version v2 or above (magisk v24.0 or above and zygisk / ksu + zygisk-next is enabled)
- zygisk is enabled and version v2 or above (magisk v24.0 or above and zygisk / othersu + zygisk-next is enabled)

## Special Instructions

Expand Down
6 changes: 3 additions & 3 deletions update/update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 210,
"version": "v2.1.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.1.0/fas-rs.zip",
"versionCode": 215,
"version": "v2.1.5",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.1.5/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": 210,
"version": "v2.1.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.1.0/fas-rs.zip",
"versionCode": 215,
"version": "v2.1.5",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.1.5/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md"
}
22 changes: 4 additions & 18 deletions update/zh-CN/changelog.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,17 @@
# fas-rs(v2.1.0)
# fas-rs(v2.1.5)

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

## 更新日志

- 内置可开关的用户空间调速器(userspace_governor)
- 读取scaling_boost_frequencies获取完整频率表
- 增加频率平滑性
- 提前插件执行时间
- 移除一个开销太大的插件api(write_freq)
- 优化binder处理,开启binder线程池
- 删除一些配置
- 优化配置错误处理,增加配置错误自动回滚上一次正常配置机制
- 优化配置错误提示
- 修改日志格式
- 自动识别本地化
- 优化Node
- 忽略一些无意义的错误
- 移除cpufreq_debug设置频率
- 更新依赖
- 修改zygisk编译参数,提高执行效率
- 减少卡顿,去除多余代码
- 更新module.prop

## 运行要求

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

## 特殊说明

Expand Down

0 comments on commit 8e11b0e

Please sign in to comment.