Skip to content

Commit

Permalink
chore: v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Dec 31, 2024
1 parent d54e593 commit 2b813c4
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 28 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
Expand Up @@ -17,7 +17,7 @@

[package]
name = "fas-rs"
version = "4.1.0"
version = "4.2.0"
edition = "2021"
description = "Frame aware scheduling for android. Requires kernel ebpf support."
authors = ["shadow3"]
Expand Down
42 changes: 32 additions & 10 deletions update/en-US/changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
# v4.1.0 (2024-12-03)
# v4.2.0 (2024-12-31)

* build(deps): bump libc from 0.2.166 to 0.2.167 ([921861b](https://github.com/shadow3aaa/fas-rs/commit/921861b))
* build(deps): bump mlua from 0.10.1 to 0.10.2 ([a56ef26](https://github.com/shadow3aaa/fas-rs/commit/a56ef26))
* build(deps): Update dependencies ([4702a53](https://github.com/shadow3aaa/fas-rs/commit/4702a53))
* docs: Update compilation steps description ([30dc1e2](https://github.com/shadow3aaa/fas-rs/commit/30dc1e2))
* chore: Remove .gitmodules because it has no effect ([c9bc1ce](https://github.com/shadow3aaa/fas-rs/commit/c9bc1ce))
* chore: Update copyright information and license declaration to GPL-3.0 ([8d4afc6](https://github.com/shadow3aaa/fas-rs/commit/8d4afc6))
* fix: Fix offset not working properly on new CPU controllers ([b970c7a](https://github.com/shadow3aaa/fas-rs/commit/b970c7a))
* Revert "fix: Deprecate OFFSET_MAP to fix incompatibility between offset and new policies" ([16a1475](https://github.com/shadow3aaa/fas-rs/commit/16a1475))
* feat: Mitigate migration issues ([1dc8437](https://github.com/shadow3aaa/fas-rs/commit/1dc8437))
* feat: Faster frequency change at low frequencies ([35e0a79](https://github.com/shadow3aaa/fas-rs/commit/35e0a79))
* feat: Plugin API v4 ([4f434f6](https://github.com/shadow3aaa/fas-rs/commit/4f434f6))
* feat: Update icons and add circular background ([02230b6](https://github.com/shadow3aaa/fas-rs/commit/02230b6))
* fix: API v4 does not trigger the trigger ([021f019](https://github.com/shadow3aaa/fas-rs/commit/021f019))
* fix: ExtensionThread typo #124 ([31a930a](https://github.com/shadow3aaa/fas-rs/commit/31a930a)), closes [#124](https://github.com/shadow3aaa/fas-rs/issues/124)
* fix: Use topological sorting to ensure correct relative limit order and crash on cyclic dependencies ([99896ca](https://github.com/shadow3aaa/fas-rs/commit/99896ca))
* fix: Fix issue with missing method to restore limit policy ([604a62f](https://github.com/shadow3aaa/fas-rs/commit/604a62f))
* fix: Logic error in relative CPU frequency range limit ([4b2f447](https://github.com/shadow3aaa/fas-rs/commit/4b2f447))
* refactor: Adjust target_fps usage rate threshold for fine-tuning ([c18facf](https://github.com/shadow3aaa/fas-rs/commit/c18facf))
* refactor: Output additional limit table during debugging ([e526ef8](https://github.com/shadow3aaa/fas-rs/commit/e526ef8))
* Revert "feat: Mitigate migration issues" ([1642b66](https://github.com/shadow3aaa/fas-rs/commit/1642b66))
* docs: Update README and add icon ([7deab48](https://github.com/shadow3aaa/fas-rs/commit/7deab48))
* build(deps): bump anyhow from 1.0.93 to 1.0.94 ([c04a9e0](https://github.com/shadow3aaa/fas-rs/commit/c04a9e0))
* build(deps): bump anyhow from 1.0.94 to 1.0.95 ([c6392a5](https://github.com/shadow3aaa/fas-rs/commit/c6392a5))
* build(deps): bump flexi_logger from 0.29.6 to 0.29.7 ([6ec806c](https://github.com/shadow3aaa/fas-rs/commit/6ec806c))
* build(deps): bump flexi_logger from 0.29.7 to 0.29.8 ([a035fd4](https://github.com/shadow3aaa/fas-rs/commit/a035fd4))
* build(deps): bump libc from 0.2.167 to 0.2.168 ([4fad6a1](https://github.com/shadow3aaa/fas-rs/commit/4fad6a1))
* build(deps): bump libc from 0.2.168 to 0.2.169 ([f8865c2](https://github.com/shadow3aaa/fas-rs/commit/f8865c2))
* build(deps): bump likely_stable from 0.1.2 to 0.1.3 ([1c5ef3e](https://github.com/shadow3aaa/fas-rs/commit/1c5ef3e))
* build(deps): bump quick-xml from 0.37.1 to 0.37.2 ([0672afa](https://github.com/shadow3aaa/fas-rs/commit/0672afa))
* build(deps): bump serde from 1.0.215 to 1.0.216 ([8b20598](https://github.com/shadow3aaa/fas-rs/commit/8b20598))
* build(deps): bump serde from 1.0.216 to 1.0.217 ([2c13f2c](https://github.com/shadow3aaa/fas-rs/commit/2c13f2c))
* build(deps): bump serde_json from 1.0.133 to 1.0.134 ([7c14c5b](https://github.com/shadow3aaa/fas-rs/commit/7c14c5b))
* build(deps): bump sysinfo from 0.32.1 to 0.33.0 ([83a4931](https://github.com/shadow3aaa/fas-rs/commit/83a4931))
* build(deps): bump sysinfo from 0.33.0 to 0.33.1 ([96e3471](https://github.com/shadow3aaa/fas-rs/commit/96e3471))
* build(deps): bump thiserror from 2.0.3 to 2.0.4 ([fcc7625](https://github.com/shadow3aaa/fas-rs/commit/fcc7625))
* build(deps): bump thiserror from 2.0.4 to 2.0.6 ([5e5d9eb](https://github.com/shadow3aaa/fas-rs/commit/5e5d9eb))
* build(deps): bump thiserror from 2.0.6 to 2.0.7 ([4c1a2be](https://github.com/shadow3aaa/fas-rs/commit/4c1a2be))
* build(deps): bump thiserror from 2.0.7 to 2.0.8 ([e955fa7](https://github.com/shadow3aaa/fas-rs/commit/e955fa7))
* build(deps): bump thiserror from 2.0.8 to 2.0.9 ([1317065](https://github.com/shadow3aaa/fas-rs/commit/1317065))
* build(deps): update dependencies ([d54e593](https://github.com/shadow3aaa/fas-rs/commit/d54e593))
6 changes: 3 additions & 3 deletions update/update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 410,
"version": "v4.1.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.1.0/fas-rs.zip",
"versionCode": 420,
"version": "v4.2.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.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": 410,
"version": "v4.1.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.1.0/fas-rs.zip",
"versionCode": 420,
"version": "v4.2.0",
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.2.0/fas-rs.zip",
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md"
}
42 changes: 32 additions & 10 deletions update/zh-CN/changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
# v4.1.0 (2024-12-03)
# v4.2.0 (2024-12-31)

* build(deps): bump libc from 0.2.166 to 0.2.167 ([921861b](https://github.com/shadow3aaa/fas-rs/commit/921861b))
* build(deps): bump mlua from 0.10.1 to 0.10.2 ([a56ef26](https://github.com/shadow3aaa/fas-rs/commit/a56ef26))
* build(deps): 更新依赖项 ([4702a53](https://github.com/shadow3aaa/fas-rs/commit/4702a53))
* docs: 更新编译步骤描述 ([30dc1e2](https://github.com/shadow3aaa/fas-rs/commit/30dc1e2))
* chore: 删除.gitmodules因为它没有作用 ([c9bc1ce](https://github.com/shadow3aaa/fas-rs/commit/c9bc1ce))
* chore: 更新版权信息和许可证声明为GPL-3.0 ([8d4afc6](https://github.com/shadow3aaa/fas-rs/commit/8d4afc6))
* fix: 修复offset在新的cpu控制器未正常工作 ([b970c7a](https://github.com/shadow3aaa/fas-rs/commit/b970c7a))
* Revert "fix: 废弃OFFSET_MAP以修复offset和新策略不兼容的问题" ([16a1475](https://github.com/shadow3aaa/fas-rs/commit/16a1475))
* feat: 缓解迁移问题 ([1dc8437](https://github.com/shadow3aaa/fas-rs/commit/1dc8437))
* feat: 低频时频率变化速度更快 ([35e0a79](https://github.com/shadow3aaa/fas-rs/commit/35e0a79))
* feat: 插件api v4 ([4f434f6](https://github.com/shadow3aaa/fas-rs/commit/4f434f6))
* feat: 更新图标,添加圆形背景 ([02230b6](https://github.com/shadow3aaa/fas-rs/commit/02230b6))
* fix: api v4无法触发触发器 ([021f019](https://github.com/shadow3aaa/fas-rs/commit/021f019))
* fix: ExtensionThead拼写错误 #124 ([31a930a](https://github.com/shadow3aaa/fas-rs/commit/31a930a)), closes [#124](https://github.com/shadow3aaa/fas-rs/issues/124)
* fix: 使用拓扑排序保证相对限制顺序正确,并且在出现循环依赖时崩溃 ([99896ca](https://github.com/shadow3aaa/fas-rs/commit/99896ca))
* fix: 修复没有还原限制策略的方法的问题 ([604a62f](https://github.com/shadow3aaa/fas-rs/commit/604a62f))
* fix: 相对cpu频率范围限制逻辑错误 ([4b2f447](https://github.com/shadow3aaa/fas-rs/commit/4b2f447))
* refactor: 调整微调target_fps的占用率阈值 ([c18facf](https://github.com/shadow3aaa/fas-rs/commit/c18facf))
* refactor: 调试时输出附加限制表 ([e526ef8](https://github.com/shadow3aaa/fas-rs/commit/e526ef8))
* Revert "feat: 缓解迁移问题" ([1642b66](https://github.com/shadow3aaa/fas-rs/commit/1642b66))
* docs: 更新README,添加图标 ([7deab48](https://github.com/shadow3aaa/fas-rs/commit/7deab48))
* build(deps): bump anyhow from 1.0.93 to 1.0.94 ([c04a9e0](https://github.com/shadow3aaa/fas-rs/commit/c04a9e0))
* build(deps): bump anyhow from 1.0.94 to 1.0.95 ([c6392a5](https://github.com/shadow3aaa/fas-rs/commit/c6392a5))
* build(deps): bump flexi_logger from 0.29.6 to 0.29.7 ([6ec806c](https://github.com/shadow3aaa/fas-rs/commit/6ec806c))
* build(deps): bump flexi_logger from 0.29.7 to 0.29.8 ([a035fd4](https://github.com/shadow3aaa/fas-rs/commit/a035fd4))
* build(deps): bump libc from 0.2.167 to 0.2.168 ([4fad6a1](https://github.com/shadow3aaa/fas-rs/commit/4fad6a1))
* build(deps): bump libc from 0.2.168 to 0.2.169 ([f8865c2](https://github.com/shadow3aaa/fas-rs/commit/f8865c2))
* build(deps): bump likely_stable from 0.1.2 to 0.1.3 ([1c5ef3e](https://github.com/shadow3aaa/fas-rs/commit/1c5ef3e))
* build(deps): bump quick-xml from 0.37.1 to 0.37.2 ([0672afa](https://github.com/shadow3aaa/fas-rs/commit/0672afa))
* build(deps): bump serde from 1.0.215 to 1.0.216 ([8b20598](https://github.com/shadow3aaa/fas-rs/commit/8b20598))
* build(deps): bump serde from 1.0.216 to 1.0.217 ([2c13f2c](https://github.com/shadow3aaa/fas-rs/commit/2c13f2c))
* build(deps): bump serde_json from 1.0.133 to 1.0.134 ([7c14c5b](https://github.com/shadow3aaa/fas-rs/commit/7c14c5b))
* build(deps): bump sysinfo from 0.32.1 to 0.33.0 ([83a4931](https://github.com/shadow3aaa/fas-rs/commit/83a4931))
* build(deps): bump sysinfo from 0.33.0 to 0.33.1 ([96e3471](https://github.com/shadow3aaa/fas-rs/commit/96e3471))
* build(deps): bump thiserror from 2.0.3 to 2.0.4 ([fcc7625](https://github.com/shadow3aaa/fas-rs/commit/fcc7625))
* build(deps): bump thiserror from 2.0.4 to 2.0.6 ([5e5d9eb](https://github.com/shadow3aaa/fas-rs/commit/5e5d9eb))
* build(deps): bump thiserror from 2.0.6 to 2.0.7 ([4c1a2be](https://github.com/shadow3aaa/fas-rs/commit/4c1a2be))
* build(deps): bump thiserror from 2.0.7 to 2.0.8 ([e955fa7](https://github.com/shadow3aaa/fas-rs/commit/e955fa7))
* build(deps): bump thiserror from 2.0.8 to 2.0.9 ([1317065](https://github.com/shadow3aaa/fas-rs/commit/1317065))
* build(deps): 更新依赖 ([d54e593](https://github.com/shadow3aaa/fas-rs/commit/d54e593))

0 comments on commit 2b813c4

Please sign in to comment.