|
1 | | -# v4.7.0 (2025-02-28) |
| 1 | +# v4.8.0 (2025-03-23) |
2 | 2 |
|
3 | | -* feat: Appropriately verify whether the sampling frequency control is effective ([7bf98ba](https://github.com/shadow3aaa/fas-rs/commit/7bf98ba)), closes [#158](https://github.com/shadow3aaa/fas-rs/issues/158) |
4 | | -* refactor: Adjust kernel version requirements to better reflect actual conditions ([510e4fc](https://github.com/shadow3aaa/fas-rs/commit/510e4fc)) |
5 | | -* fix: Fix compile errors after migrating to Rust edition 2024 and format with new rustfmt rules ([899a3c7](https://github.com/shadow3aaa/fas-rs/commit/899a3c7)) |
6 | | -* fix: Address possible issues with not reaching the target frame rate ([2797cd2](https://github.com/shadow3aaa/fas-rs/commit/2797cd2)) |
7 | | -* build: Upgrade Rust edition from 2021 to 2024, as it is already stable ([eea75c6](https://github.com/shadow3aaa/fas-rs/commit/eea75c6)) |
8 | | -* build(deps): bump anyhow from 1.0.95 to 1.0.96 ([767bf9d](https://github.com/shadow3aaa/fas-rs/commit/767bf9d)) |
9 | | -* build(deps): bump clap from 4.5.29 to 4.5.30 ([571b84b](https://github.com/shadow3aaa/fas-rs/commit/571b84b)) |
10 | | -* build(deps): bump clap from 4.5.30 to 4.5.31 ([beb559e](https://github.com/shadow3aaa/fas-rs/commit/beb559e)) |
11 | | -* build(deps): bump libc from 0.2.169 to 0.2.170 ([83fec07](https://github.com/shadow3aaa/fas-rs/commit/83fec07)) |
12 | | -* build(deps): bump log from 0.4.25 to 0.4.26 ([6dc0d42](https://github.com/shadow3aaa/fas-rs/commit/6dc0d42)) |
13 | | -* build(deps): bump serde from 1.0.217 to 1.0.218 ([d0f7d73](https://github.com/shadow3aaa/fas-rs/commit/d0f7d73)) |
14 | | -* build(deps): bump serde_json from 1.0.138 to 1.0.139 ([8e36a34](https://github.com/shadow3aaa/fas-rs/commit/8e36a34)) |
15 | | -* build(deps): bump zip from 2.2.2 to 2.2.3 ([3e3497d](https://github.com/shadow3aaa/fas-rs/commit/3e3497d)) |
| 3 | +* refactor: Optimize webui experience ([2a4787f](https://github.com/shadow3aaa/fas-rs/commit/2a4787f)) |
| 4 | +* refactor: Use specified thread affinity when heavy-load threads share same affinity instead of falling back to all cores ([1ada2ed](https://github.com/shadow3aaa/fas-rs/commit/1ada2ed)) |
| 5 | +* refactor(webui): Remove outermost container to save screen space ([5636def](https://github.com/shadow3aaa/fas-rs/commit/5636def)) |
| 6 | +* refactor(webui): Remove black indicator bar ([3061512](https://github.com/shadow3aaa/fas-rs/commit/3061512)) |
| 7 | +* refactor(webui): Adjust webui text descriptions ([5845bc7](https://github.com/shadow3aaa/fas-rs/commit/5845bc7)) |
| 8 | +* feat: Webui implementation ([0ba2f49](https://github.com/shadow3aaa/fas-rs/commit/0ba2f49)) |
| 9 | +* feat: Automatically control min frequency based on thread affinity, fix frequency validation bug when ignoring CPU clusters ([3d6133e](https://github.com/shadow3aaa/fas-rs/commit/3d6133e)) |
| 10 | +* feat(webui): Implement instant change saving ([e010866](https://github.com/shadow3aaa/fas-rs/commit/e010866)) |
| 11 | +* feat(webui): Add transition animations ([42c65fd](https://github.com/shadow3aaa/fas-rs/commit/42c65fd)) |
| 12 | +* fix: Satisfy eslint requirements ([b56d726](https://github.com/shadow3aaa/fas-rs/commit/b56d726)) |
| 13 | +* fix: CI build failure after adding webui ([2f2afb5](https://github.com/shadow3aaa/fas-rs/commit/2f2afb5)) |
| 14 | +* fix: Prevent panic caused by unexpected thermal control devices on some hardware ([63c9a31](https://github.com/shadow3aaa/fas-rs/commit/63c9a31)) |
| 15 | +* fix: Make frequency validation warnings more meaningful ([d089e07](https://github.com/shadow3aaa/fas-rs/commit/d089e07)) |
| 16 | +* doc: Update webui README description ([82c00d0](https://github.com/shadow3aaa/fas-rs/commit/82c00d0)) |
| 17 | +* build(deps): bump anyhow from 1.0.96 to 1.0.97 ([1a59e72](https://github.com/shadow3aaa/fas-rs/commit/1a59e72)) |
| 18 | +* build(deps): bump clap from 4.5.31 to 4.5.32 ([d0c3f40](https://github.com/shadow3aaa/fas-rs/commit/d0c3f40)) |
| 19 | +* build(deps): bump libc from 0.2.170 to 0.2.171 ([202dd51](https://github.com/shadow3aaa/fas-rs/commit/202dd51)) |
| 20 | +* build(deps): bump mimalloc from 0.1.43 to 0.1.44 ([da7aebe](https://github.com/shadow3aaa/fas-rs/commit/da7aebe)) |
| 21 | +* build(deps): bump serde from 1.0.218 to 1.0.219 ([02dd11f](https://github.com/shadow3aaa/fas-rs/commit/02dd11f)) |
| 22 | +* build(deps): bump serde_json from 1.0.139 to 1.0.140 ([5295af2](https://github.com/shadow3aaa/fas-rs/commit/5295af2)) |
| 23 | +* build(deps): bump thiserror from 2.0.11 to 2.0.12 ([a1620b5](https://github.com/shadow3aaa/fas-rs/commit/a1620b5)) |
| 24 | +* build(deps): bump zip from 2.2.3 to 2.3.0 ([55a36e8](https://github.com/shadow3aaa/fas-rs/commit/55a36e8)) |
| 25 | +* build(deps): bump zip from 2.3.0 to 2.4.1 ([116f167](https://github.com/shadow3aaa/fas-rs/commit/116f167)) |
| 26 | +* build(deps): bump zip from 2.4.1 to 2.4.2 ([862effa](https://github.com/shadow3aaa/fas-rs/commit/862effa)) |
0 commit comments