Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Mar 21, 2024
1 parent 23f9dbf commit 3391bea
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 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.5.0"
version = "2.6.0"
edition = "2021"
description = "Frame aware scheduling for android"
authors = ["shadow3"]
Expand Down
13 changes: 5 additions & 8 deletions update/en-US/changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# v2.5.0
# v2.6.0

## Change log

- Standardize various parameters
- Remove smooth algorithm
- fas state no longer controls small core clusters
- Optimize framework logic
- userspace_governor is turned off by default (some devices have problems opening it)
- Optimize cpu controller
- Update dependencies
- Improve frame scheduling logic
- Adjust different mode parameters
- Only use pid to identify the producer
- Modify default configuration
6 changes: 3 additions & 3 deletions update/update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 250,
"version": "v2.5.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.5.0/fas-rs.zip",
"versionCode": 260,
"version": "v2.6.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.6.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": 250,
"version": "v2.5.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.5.0/fas-rs.zip",
"versionCode": 260,
"version": "v2.6.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.6.0/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md"
}
13 changes: 5 additions & 8 deletions update/zh-CN/changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# v2.5.0
# v2.6.0

## 更新日志

- 标准化各类参数
- 移除smooth算法
- fas状态不再控制小核集簇
- 优化框架逻辑
- 默认关闭userspace_governor(部分设备开启出现问题)
- 优化cpu控制器
- 更新依赖
- 改善帧调度逻辑
- 调节不同模式参数
- 只用pid识别producer
- 修改默认配置

0 comments on commit 3391bea

Please sign in to comment.