Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Feb 13, 2024
1 parent fc3a52f commit fac6d22
Show file tree
Hide file tree
Showing 6 changed files with 40 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.0.0"
version = "2.1.0"
edition = "2021"
description = "Frame-aware scheduling binary"
authors = ["shadow3"]
Expand Down
19 changes: 16 additions & 3 deletions update/en-US/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
# fas-rs(v2.0.0)
# fas-rs(v2.1.0)

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

## Change log

- [Extension system](https://github.com/shadow3aaa/fas-rs-extension-module-template)
- 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 compilation parameters to improve execution efficiency
- Modify zygisk compilation parameters to improve execution efficiency

## Running requirements

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": 200,
"version": "v2.0.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.0.0/fas-rs.zip",
"versionCode": 210,
"version": "v2.1.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.1.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": 200,
"version": "v2.0.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.0.0/fas-rs.zip",
"versionCode": 210,
"version": "v2.1.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.1.0/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md"
}
19 changes: 16 additions & 3 deletions update/zh-CN/changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
# fas-rs(v2.0.0)
# fas-rs(v2.1.0)

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

## 更新日志

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

## 运行要求

Expand Down

0 comments on commit fac6d22

Please sign in to comment.