-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shadow3aaa
committed
Aug 4, 2024
1 parent
9167159
commit 822c8c2
Showing
12 changed files
with
72 additions
and
80 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
id=fas_rs | ||
name=Ebpf - fas-rs | ||
version=v3.0.1 | ||
versionCode=301 | ||
version=v3.1.0 | ||
versionCode=310 | ||
author=shadow3 | ||
description=Frame aware scheduling for android. Requires kernel ebpf support. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
id=fas_rs | ||
name=Zygisk - fas-rs | ||
version=v3.0.1 | ||
versionCode=301 | ||
version=v3.1.0 | ||
versionCode=310 | ||
author=shadow3 | ||
description=Frame aware scheduling for android. Requires Magisk 24.0+ and Zygisk enabled. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,25 @@ | ||
## v3.0.1 (2024-07-24) | ||
## v3.1.0 (2024-08-04) | ||
|
||
- fix: The new function of apiv1 is not registered | ||
|
||
## v3.0.0 (2024-07-23) | ||
|
||
* build: Update dependencies ([a1c6680](https://github.com/shadow3aaa/fas-rs/commit/a1c6680)) | ||
* build: Update dependencies ([6493912](https://github.com/shadow3aaa/fas-rs/commit/6493912)) | ||
* feat: Fuck orms ([da72525](https://github.com/shadow3aaa/fas-rs/commit/da72525)) | ||
* feat: Workaround on Color OS ([bd11d19](https://github.com/shadow3aaa/fas-rs/commit/bd11d19)) | ||
* feat: Enable disabling orms ([daaf5b4](https://github.com/shadow3aaa/fas-rs/commit/daaf5b4)) | ||
* feat: Automatically pause FAS when there is a floating window ([622b7d5](https://github.com/shadow3aaa/fas-rs/commit/622b7d5)) | ||
* feat: Plugin API v1 ([c2bc9a3](https://github.com/shadow3aaa/fas-rs/commit/c2bc9a3)) | ||
* feat: Add controll_min_freq switch ([0b3ed1b](https://github.com/shadow3aaa/fas-rs/commit/0b3ed1b)) | ||
* refactor: Optimize target frame rate switching ([6bda0c0](https://github.com/shadow3aaa/fas-rs/commit/6bda0c0)) | ||
* refactor: Eliminate errors using type inference ([76b5512](https://github.com/shadow3aaa/fas-rs/commit/76b5512)) | ||
* refactor: Try using binder dump instead of dumpsys calls ([e5ba989](https://github.com/shadow3aaa/fas-rs/commit/e5ba989)) | ||
* refactor: Apply lints ([3858a0c](https://github.com/shadow3aaa/fas-rs/commit/3858a0c)) | ||
* refactor: Extend fps matching time ([fc779aa](https://github.com/shadow3aaa/fas-rs/commit/fc779aa)) | ||
* refactor: Eliminate warnings ([bcfc27c](https://github.com/shadow3aaa/fas-rs/commit/bcfc27c)) | ||
* refactor: Remove boost freq ([b3764d2](https://github.com/shadow3aaa/fas-rs/commit/b3764d2)) | ||
* refactor: Lower the base frequency ([c32a2d6](https://github.com/shadow3aaa/fas-rs/commit/c32a2d6)) | ||
* fix: Fix build --clean error ([88e8999](https://github.com/shadow3aaa/fas-rs/commit/88e8999)) | ||
* fix: Fix potential write permission issues ([75757fc](https://github.com/shadow3aaa/fas-rs/commit/75757fc)) | ||
* fix: Fix potential write permission issues ([83f9192](https://github.com/shadow3aaa/fas-rs/commit/83f9192)) | ||
* fix: High version llvm cannot compile binder ([99c7ea2](https://github.com/shadow3aaa/fas-rs/commit/99c7ea2)) | ||
* Add missing license header ([2612d21](https://github.com/shadow3aaa/fas-rs/commit/2612d21)) | ||
* style: Remove unnecessary comments ([0d603cf](https://github.com/shadow3aaa/fas-rs/commit/0d603cf)) | ||
* style: Format code ([bfe04be](https://github.com/shadow3aaa/fas-rs/commit/bfe04be)) | ||
- Refactor: contoll -> control ([2fc4682](https://github.com/shadow3aaa/fas-rs/commit/2fc4682)) | ||
- Refactor: Remove unnecessary, annoying `compile_error` macro in the Zygisk Rust part ([8113658](https://github.com/shadow3aaa/fas-rs/commit/8113658)) | ||
- Refactor: Remove unnecessary, annoying `compile_error` macro that was added for unknown reasons ([eac684c](https://github.com/shadow3aaa/fas-rs/commit/eac684c)) | ||
- Refactor: Remove unused imports ([5799cb5](https://github.com/shadow3aaa/fas-rs/commit/5799cb5)) | ||
- Refactor: Remove unused `clamp` ([347dad3](https://github.com/shadow3aaa/fas-rs/commit/347dad3)) | ||
- Refactor: Update dependencies ([9167159](https://github.com/shadow3aaa/fas-rs/commit/9167159)) | ||
- Refactor: Add debug points ([acda014](https://github.com/shadow3aaa/fas-rs/commit/acda014)) | ||
- Feature: Add more workaround for oplus ([e187a7e](https://github.com/shadow3aaa/fas-rs/commit/e187a7e)) | ||
- Feature: Deprecate offset ([2d74128](https://github.com/shadow3aaa/fas-rs/commit/2d74128)) | ||
- Feature: Address gameopt ([befa3b7](https://github.com/shadow3aaa/fas-rs/commit/befa3b7)) | ||
- Feature: More workaround for oplus ([e5df9d2](https://github.com/shadow3aaa/fas-rs/commit/e5df9d2)) | ||
- Feature: Remove `controll_min_freq` switch, only control the minimum frequency of the prime cluster ([fc8a258](https://github.com/shadow3aaa/fas-rs/commit/fc8a258)) | ||
- Feature: Cancel deprecation of offset ([3277526](https://github.com/shadow3aaa/fas-rs/commit/3277526)) | ||
- Feature: Umount before opening file to prevent `mount --bind` ([f88450c](https://github.com/shadow3aaa/fas-rs/commit/f88450c)) | ||
- Feature: Set write permissions before opening files ([4c82b0d](https://github.com/shadow3aaa/fas-rs/commit/4c82b0d)) | ||
- Feature: Decide the minimum frequency cluster based on load ([6c46607](https://github.com/shadow3aaa/fas-rs/commit/6c46607)) | ||
- Feature: Automatically identify which cluster's minimum frequency to control ([1aabcf5](https://github.com/shadow3aaa/fas-rs/commit/1aabcf5)) | ||
- Fix: doc.md whitespace issue ([79d50f5](https://github.com/shadow3aaa/fas-rs/commit/79d50f5)) | ||
- Fix: OS error 22 ([55dd41c](https://github.com/shadow3aaa/fas-rs/commit/55dd41c)) | ||
- Fix: Removing `clamp` causes excessively high frequency ([8a982e3](https://github.com/shadow3aaa/fas-rs/commit/8a982e3)) | ||
- Fix: Potential write of invalid frequency ([b05afc0](https://github.com/shadow3aaa/fas-rs/commit/b05afc0)) | ||
- Fix: Potential write of invalid frequency ([6cbd00d](https://github.com/shadow3aaa/fas-rs/commit/6cbd00d)) | ||
- Chore: Update README ([2ff97fc](https://github.com/shadow3aaa/fas-rs/commit/2ff97fc)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"versionCode": 301, | ||
"version": "v3.0.1", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.1/fas-rs-zygisk.zip", | ||
"versionCode": 310, | ||
"version": "v3.1.0", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.1.0/fas-rs-zygisk.zip", | ||
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/zh-CN/changelog.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"versionCode": 301, | ||
"version": "v3.0.1", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.1/fas-rs-ebpf.zip", | ||
"versionCode": 310, | ||
"version": "v3.1.0", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.1.0/fas-rs-ebpf.zip", | ||
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/zh-CN/changelog.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"versionCode": 301, | ||
"version": "v3.0.1", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.1/fas-rs-ebpf.zip", | ||
"versionCode": 310, | ||
"version": "v3.1.0", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.1.0/fas-rs-ebpf.zip", | ||
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"versionCode": 301, | ||
"version": "v3.0.1", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.1/fas-rs-zygisk.zip", | ||
"versionCode": 310, | ||
"version": "v3.1.0", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.1.0/fas-rs-zygisk.zip", | ||
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"versionCode": 301, | ||
"version": "v3.0.1", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.1/fas-rs-zygisk.zip", | ||
"versionCode": 310, | ||
"version": "v3.1.0", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.1.0/fas-rs-zygisk.zip", | ||
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/zh-CN/changelog.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"versionCode": 301, | ||
"version": "v3.0.1", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.0.1/fas-rs-zygisk.zip", | ||
"versionCode": 310, | ||
"version": "v3.1.0", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v3.1.0/fas-rs-zygisk.zip", | ||
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,25 @@ | ||
## v3.0.1 (2024-07-24) | ||
## v3.1.0 (2024-08-04) | ||
|
||
- fix: apiv1的新增函数未注册 | ||
|
||
## v3.0.0 (2024-07-23) | ||
|
||
* build: 更新依赖 ([a1c6680](https://github.com/shadow3aaa/fas-rs/commit/a1c6680)) | ||
* build: 更新依赖 ([6493912](https://github.com/shadow3aaa/fas-rs/commit/6493912)) | ||
* feat: Fuck orms ([da72525](https://github.com/shadow3aaa/fas-rs/commit/da72525)) | ||
* feat: Workround on Color os ([bd11d19](https://github.com/shadow3aaa/fas-rs/commit/bd11d19)) | ||
* feat: 启用关闭orms ([daaf5b4](https://github.com/shadow3aaa/fas-rs/commit/daaf5b4)) | ||
* feat: 在有小窗时自动暂停fas ([622b7d5](https://github.com/shadow3aaa/fas-rs/commit/622b7d5)) | ||
* feat: 插件api v1 ([c2bc9a3](https://github.com/shadow3aaa/fas-rs/commit/c2bc9a3)) | ||
* feat: 添加controll_min_freq开关 ([0b3ed1b](https://github.com/shadow3aaa/fas-rs/commit/0b3ed1b)) | ||
* refactor: 优化目标帧率切换 ([6bda0c0](https://github.com/shadow3aaa/fas-rs/commit/6bda0c0)) | ||
* refactor: 利用类型推断消除错误 ([76b5512](https://github.com/shadow3aaa/fas-rs/commit/76b5512)) | ||
* refactor: 尝试使用binder dump代替dumpsys调用 ([e5ba989](https://github.com/shadow3aaa/fas-rs/commit/e5ba989)) | ||
* refactor: 应用lint ([3858a0c](https://github.com/shadow3aaa/fas-rs/commit/3858a0c)) | ||
* refactor: 延长fps匹配时间 ([fc779aa](https://github.com/shadow3aaa/fas-rs/commit/fc779aa)) | ||
* refactor: 消除警告 ([bcfc27c](https://github.com/shadow3aaa/fas-rs/commit/bcfc27c)) | ||
* refactor: 移除boost freq ([b3764d2](https://github.com/shadow3aaa/fas-rs/commit/b3764d2)) | ||
* refactor: 降低基准频率 ([c32a2d6](https://github.com/shadow3aaa/fas-rs/commit/c32a2d6)) | ||
* fix: build --clean报错 ([88e8999](https://github.com/shadow3aaa/fas-rs/commit/88e8999)) | ||
* fix: 修复可能出现的写入权限问题 ([75757fc](https://github.com/shadow3aaa/fas-rs/commit/75757fc)) | ||
* fix: 修复可能出现的写入权限问题 ([83f9192](https://github.com/shadow3aaa/fas-rs/commit/83f9192)) | ||
* fix: 高版本llvm无法编译binder ([99c7ea2](https://github.com/shadow3aaa/fas-rs/commit/99c7ea2)) | ||
* Add missing license header ([2612d21](https://github.com/shadow3aaa/fas-rs/commit/2612d21)) | ||
* style: 删除无用注释 ([0d603cf](https://github.com/shadow3aaa/fas-rs/commit/0d603cf)) | ||
* style: 格式化代码 ([bfe04be](https://github.com/shadow3aaa/fas-rs/commit/bfe04be)) | ||
- refactor: contoll -> control ([2fc4682](https://github.com/shadow3aaa/fas-rs/commit/2fc4682)) | ||
- refactor: 删除 zygisk rust 部分中无必要的,恼人的,不知道为啥加上的 compile_error 宏 ([8113658](https://github.com/shadow3aaa/fas-rs/commit/8113658)) | ||
- refactor: 删除无必要的,恼人的,不知道为啥加上的 compile_error 宏 ([eac684c](https://github.com/shadow3aaa/fas-rs/commit/eac684c)) | ||
- refactor: 删除无用导入 ([5799cb5](https://github.com/shadow3aaa/fas-rs/commit/5799cb5)) | ||
- refactor: 删除无用的 clamp ([347dad3](https://github.com/shadow3aaa/fas-rs/commit/347dad3)) | ||
- refactor: 更新依赖 ([9167159](https://github.com/shadow3aaa/fas-rs/commit/9167159)) | ||
- refactor: 添加 debug 点 ([acda014](https://github.com/shadow3aaa/fas-rs/commit/acda014)) | ||
- feat: Add more workaround for oplus ([e187a7e](https://github.com/shadow3aaa/fas-rs/commit/e187a7e)) | ||
- feat: deprecate offset ([2d74128](https://github.com/shadow3aaa/fas-rs/commit/2d74128)) | ||
- feat: fuck gameopt ([befa3b7](https://github.com/shadow3aaa/fas-rs/commit/befa3b7)) | ||
- feat: More workaround for oplus ([e5df9d2](https://github.com/shadow3aaa/fas-rs/commit/e5df9d2)) | ||
- feat: 删除 controll_min_freq 开关,只控制 prime 集群最小频率 ([fc8a258](https://github.com/shadow3aaa/fas-rs/commit/fc8a258)) | ||
- feat: 取消弃用 offset ([3277526](https://github.com/shadow3aaa/fas-rs/commit/3277526)) | ||
- feat: 在打开文件前 umount 预防 mount --bind ([f88450c](https://github.com/shadow3aaa/fas-rs/commit/f88450c)) | ||
- feat: 在打开文件前设置可写权限 ([4c82b0d](https://github.com/shadow3aaa/fas-rs/commit/4c82b0d)) | ||
- feat: 按照负载决定控制最小频率的集群 ([6c46607](https://github.com/shadow3aaa/fas-rs/commit/6c46607)) | ||
- feat: 自动识别控制哪个集群的最小频率 ([1aabcf5](https://github.com/shadow3aaa/fas-rs/commit/1aabcf5)) | ||
- fix: doc.md 空白 ([79d50f5](https://github.com/shadow3aaa/fas-rs/commit/79d50f5)) | ||
- fix: os error 22 报错 ([55dd41c](https://github.com/shadow3aaa/fas-rs/commit/55dd41c)) | ||
- fix: 删除 clamp 导致频率过高 ([8a982e3](https://github.com/shadow3aaa/fas-rs/commit/8a982e3)) | ||
- fix: 可能写入无效频率 ([b05afc0](https://github.com/shadow3aaa/fas-rs/commit/b05afc0)) | ||
- fix: 可能写入无效频率 ([6cbd00d](https://github.com/shadow3aaa/fas-rs/commit/6cbd00d)) | ||
- chore: 更新 readme ([2ff97fc](https://github.com/shadow3aaa/fas-rs/commit/2ff97fc)) |