Skip to content

Commit eb883c5

Browse files
committed
chore: v4.9.1
1 parent 00f5d7c commit eb883c5

File tree

6 files changed

+18
-118
lines changed

6 files changed

+18
-118
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ members = ["xtask"]
2020

2121
[package]
2222
name = "fas-rs"
23-
version = "4.9.0"
23+
version = "4.9.1"
2424
edition = "2024"
2525
description = "Frame aware scheduling for android. Requires kernel ebpf support."
2626
authors = ["shadow3"]

update/en-US/changelog.md

Lines changed: 5 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,6 @@
1-
# v4.9.0
1+
# v4.9.1
22

3-
* build(deps): bump anyhow from 1.0.97 to 1.0.98 ([f9f924a](https://github.com/shadow3aaa/fas-rs/commit/f9f924a))
4-
* build(deps): bump clap from 4.5.32 to 4.5.34 ([bebda27](https://github.com/shadow3aaa/fas-rs/commit/bebda27))
5-
* build(deps): bump clap from 4.5.34 to 4.5.35 ([fc10f13](https://github.com/shadow3aaa/fas-rs/commit/fc10f13))
6-
* build(deps): bump clap from 4.5.35 to 4.5.36 ([a6ff09c](https://github.com/shadow3aaa/fas-rs/commit/a6ff09c))
7-
* build(deps): bump clap from 4.5.36 to 4.5.37 ([3598599](https://github.com/shadow3aaa/fas-rs/commit/3598599))
8-
* build(deps): bump flexi_logger from 0.29.8 to 0.30.0 ([e6a4a5f](https://github.com/shadow3aaa/fas-rs/commit/e6a4a5f))
9-
* build(deps): bump flexi_logger from 0.30.0 to 0.30.1 ([346ed21](https://github.com/shadow3aaa/fas-rs/commit/346ed21))
10-
* build(deps): bump libc from 0.2.171 to 0.2.172 ([fa9a5ad](https://github.com/shadow3aaa/fas-rs/commit/fa9a5ad))
11-
* build(deps): bump libc from 0.2.171 to 0.2.172 ([735306d](https://github.com/shadow3aaa/fas-rs/commit/735306d))
12-
* build(deps): bump log from 0.4.26 to 0.4.27 ([d3c66e2](https://github.com/shadow3aaa/fas-rs/commit/d3c66e2))
13-
* build(deps): bump mimalloc from 0.1.44 to 0.1.45 ([ae5fcbc](https://github.com/shadow3aaa/fas-rs/commit/ae5fcbc))
14-
* build(deps): bump mimalloc from 0.1.45 to 0.1.46 ([9ba587e](https://github.com/shadow3aaa/fas-rs/commit/9ba587e))
15-
* build(deps): bump next from 15.2.3 to 15.2.4 in /webui ([ad8d031](https://github.com/shadow3aaa/fas-rs/commit/ad8d031))
16-
* build(deps): bump nix from 0.29.0 to 0.30.0 ([f8b286c](https://github.com/shadow3aaa/fas-rs/commit/f8b286c))
17-
* build(deps): bump nix from 0.30.0 to 0.30.1 ([82de17f](https://github.com/shadow3aaa/fas-rs/commit/82de17f))
18-
* build(deps): bump quick-xml from 0.37.2 to 0.37.3 ([762e8e6](https://github.com/shadow3aaa/fas-rs/commit/762e8e6))
19-
* build(deps): bump quick-xml from 0.37.3 to 0.37.4 ([b1d52a8](https://github.com/shadow3aaa/fas-rs/commit/b1d52a8))
20-
* build(deps): bump quick-xml from 0.37.4 to 0.37.5 ([229b3cd](https://github.com/shadow3aaa/fas-rs/commit/229b3cd))
21-
* build(deps): bump toml from 0.8.20 to 0.8.21 ([ea24e23](https://github.com/shadow3aaa/fas-rs/commit/ea24e23))
22-
* build(deps): bump toml from 0.8.21 to 0.8.22 ([7d107fb](https://github.com/shadow3aaa/fas-rs/commit/7d107fb))
23-
* build(deps): bump zip from 2.4.2 to 2.5.0 ([db8fc17](https://github.com/shadow3aaa/fas-rs/commit/db8fc17))
24-
* build(deps): bump zip from 2.5.0 to 2.6.1 ([81cae6e](https://github.com/shadow3aaa/fas-rs/commit/81cae6e))
25-
* build(deps): Sync binder_ndk ([faaba70](https://github.com/shadow3aaa/fas-rs/commit/faaba70))
26-
* build(webui): Add npm install to build script ([8acae2b](https://github.com/shadow3aaa/fas-rs/commit/8acae2b))
27-
* build(webui): Update package-lock.json ([141ebf1](https://github.com/shadow3aaa/fas-rs/commit/141ebf1))
28-
* feat(webui): App selection in webui ([ae5c62a](https://github.com/shadow3aaa/fas-rs/commit/ae5c62a))
29-
* feat(webui): Pop up when click edit in GameList ([0e5c619](https://github.com/shadow3aaa/fas-rs/commit/0e5c619))
30-
* feat(webui): Prevent adding an application that is already in the list ([ab848ba](https://github.com/shadow3aaa/fas-rs/commit/ab848ba))
31-
* fix(actions): Add clean up temp ndk ([e105f9b](https://github.com/shadow3aaa/fas-rs/commit/e105f9b))
32-
* fix(actions): Use -p parameter for mkdir to prevent error ([5252fb7](https://github.com/shadow3aaa/fas-rs/commit/5252fb7))
33-
* fix(api): Fix webserver error ([92fe5cc](https://github.com/shadow3aaa/fas-rs/commit/92fe5cc))
34-
* fix(api): Use another approach to implement the app API ([eff4355](https://github.com/shadow3aaa/fas-rs/commit/eff4355))
35-
* fix(webui): App selection in webui ([d9f9fcd](https://github.com/shadow3aaa/fas-rs/commit/d9f9fcd))
36-
* fix(webui): Fix package name not displayed in the game deleting dialog ([5cf4e98](https://github.com/shadow3aaa/fas-rs/commit/5cf4e98))
37-
* fix(webui): Fix webui deps ([44af542](https://github.com/shadow3aaa/fas-rs/commit/44af542))
38-
* fix(webui): Nothing is shown in the selection menu ([99f0cb4](https://github.com/shadow3aaa/fas-rs/commit/99f0cb4))
39-
* fix(webui): Nothing shown in application selection menu ([bf15f3a](https://github.com/shadow3aaa/fas-rs/commit/bf15f3a))
40-
* fix(webui): Nothing shown in application selection menu ([9389642](https://github.com/shadow3aaa/fas-rs/commit/9389642))
41-
* fix(webui): Remove transparency of the pop up for adding games ([92d54d1](https://github.com/shadow3aaa/fas-rs/commit/92d54d1))
42-
* fix(webui): Fix game configuration changes not automatically saving ([e9cb73d](https://github.com/shadow3aaa/fas-rs/commit/e9cb73d))
43-
* fix(webui): Game card not following light/dark theme ([69acc31](https://github.com/shadow3aaa/fas-rs/commit/69acc31))
44-
* chore(webui): Ignore package-lock.json in git ([3598f68](https://github.com/shadow3aaa/fas-rs/commit/3598f68))
45-
* refactor: Apply clippy lints ([b5c502f](https://github.com/shadow3aaa/fas-rs/commit/b5c502f))
46-
* refactor: Apply lints ([f12ccad](https://github.com/shadow3aaa/fas-rs/commit/f12ccad))
47-
* refactor(api): Only listen to localhost ([a544876](https://github.com/shadow3aaa/fas-rs/commit/a544876))
48-
* refactor(gitignore): Add MacOS DS_Store to .gitignore ([0f190ce](https://github.com/shadow3aaa/fas-rs/commit/0f190ce))
49-
* refactor(webui): Change API to use kernelsu package ([0d81041](https://github.com/shadow3aaa/fas-rs/commit/0d81041))
50-
* refactor(webui): Prettier syntax fix ([b3d8280](https://github.com/shadow3aaa/fas-rs/commit/b3d8280))
51-
* refactor(webui): Prettier to format the code ([55da796](https://github.com/shadow3aaa/fas-rs/commit/55da796))
52-
* refactor(webui): Redesigned WebUI ([e88f814](https://github.com/shadow3aaa/fas-rs/commit/e88f814))
53-
* refactor(webui): Show both package name and application name ([d43c947](https://github.com/shadow3aaa/fas-rs/commit/d43c947))
54-
* revert(api): Remove the API from rust ([ccdf165](https://github.com/shadow3aaa/fas-rs/commit/ccdf165))
55-
* revert(webui): Show application name on selection menu ([540620a](https://github.com/shadow3aaa/fas-rs/commit/540620a))
56-
* test(api): Test CORS ([d2c3970](https://github.com/shadow3aaa/fas-rs/commit/d2c3970))
3+
- Added support for Android 16
4+
- Changed the version number calculation method
5+
- Improved the web UI
6+
- Updated dependencies

update/update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionCode": 490,
3-
"version": "v4.9.0",
4-
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.9.0/fas-rs.zip",
2+
"versionCode": 491,
3+
"version": "v4.9.1",
4+
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.9.1/fas-rs.zip",
55
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/zh-CN/changelog.md"
66
}

update/update_en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionCode": 490,
3-
"version": "v4.9.0",
4-
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.9.0/fas-rs.zip",
2+
"versionCode": 491,
3+
"version": "v4.9.1",
4+
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v4.9.1/fas-rs.zip",
55
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md"
66
}

update/zh-CN/changelog.md

Lines changed: 5 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,6 @@
1-
# v4.9.0
1+
# v4.9.1
22

3-
* build(deps): bump anyhow from 1.0.97 to 1.0.98 ([f9f924a](https://github.com/shadow3aaa/fas-rs/commit/f9f924a))
4-
* build(deps): bump clap from 4.5.32 to 4.5.34 ([bebda27](https://github.com/shadow3aaa/fas-rs/commit/bebda27))
5-
* build(deps): bump clap from 4.5.34 to 4.5.35 ([fc10f13](https://github.com/shadow3aaa/fas-rs/commit/fc10f13))
6-
* build(deps): bump clap from 4.5.35 to 4.5.36 ([a6ff09c](https://github.com/shadow3aaa/fas-rs/commit/a6ff09c))
7-
* build(deps): bump clap from 4.5.36 to 4.5.37 ([3598599](https://github.com/shadow3aaa/fas-rs/commit/3598599))
8-
* build(deps): bump flexi_logger from 0.29.8 to 0.30.0 ([e6a4a5f](https://github.com/shadow3aaa/fas-rs/commit/e6a4a5f))
9-
* build(deps): bump flexi_logger from 0.30.0 to 0.30.1 ([346ed21](https://github.com/shadow3aaa/fas-rs/commit/346ed21))
10-
* build(deps): bump libc from 0.2.171 to 0.2.172 ([fa9a5ad](https://github.com/shadow3aaa/fas-rs/commit/fa9a5ad))
11-
* build(deps): bump libc from 0.2.171 to 0.2.172 ([735306d](https://github.com/shadow3aaa/fas-rs/commit/735306d))
12-
* build(deps): bump log from 0.4.26 to 0.4.27 ([d3c66e2](https://github.com/shadow3aaa/fas-rs/commit/d3c66e2))
13-
* build(deps): bump mimalloc from 0.1.44 to 0.1.45 ([ae5fcbc](https://github.com/shadow3aaa/fas-rs/commit/ae5fcbc))
14-
* build(deps): bump mimalloc from 0.1.45 to 0.1.46 ([9ba587e](https://github.com/shadow3aaa/fas-rs/commit/9ba587e))
15-
* build(deps): bump next from 15.2.3 to 15.2.4 in /webui ([ad8d031](https://github.com/shadow3aaa/fas-rs/commit/ad8d031))
16-
* build(deps): bump nix from 0.29.0 to 0.30.0 ([f8b286c](https://github.com/shadow3aaa/fas-rs/commit/f8b286c))
17-
* build(deps): bump nix from 0.30.0 to 0.30.1 ([82de17f](https://github.com/shadow3aaa/fas-rs/commit/82de17f))
18-
* build(deps): bump quick-xml from 0.37.2 to 0.37.3 ([762e8e6](https://github.com/shadow3aaa/fas-rs/commit/762e8e6))
19-
* build(deps): bump quick-xml from 0.37.3 to 0.37.4 ([b1d52a8](https://github.com/shadow3aaa/fas-rs/commit/b1d52a8))
20-
* build(deps): bump quick-xml from 0.37.4 to 0.37.5 ([229b3cd](https://github.com/shadow3aaa/fas-rs/commit/229b3cd))
21-
* build(deps): bump toml from 0.8.20 to 0.8.21 ([ea24e23](https://github.com/shadow3aaa/fas-rs/commit/ea24e23))
22-
* build(deps): bump toml from 0.8.21 to 0.8.22 ([7d107fb](https://github.com/shadow3aaa/fas-rs/commit/7d107fb))
23-
* build(deps): bump zip from 2.4.2 to 2.5.0 ([db8fc17](https://github.com/shadow3aaa/fas-rs/commit/db8fc17))
24-
* build(deps): bump zip from 2.5.0 to 2.6.1 ([81cae6e](https://github.com/shadow3aaa/fas-rs/commit/81cae6e))
25-
* build(deps): Sync binder_ndk ([faaba70](https://github.com/shadow3aaa/fas-rs/commit/faaba70))
26-
* build(webui): 在构建脚本添加npm intall ([8acae2b](https://github.com/shadow3aaa/fas-rs/commit/8acae2b))
27-
* build(webui): 更新package-lock.json ([141ebf1](https://github.com/shadow3aaa/fas-rs/commit/141ebf1))
28-
* feat(webui): App selection in webui ([ae5c62a](https://github.com/shadow3aaa/fas-rs/commit/ae5c62a))
29-
* feat(webui): Pop up when click edit in GameList ([0e5c619](https://github.com/shadow3aaa/fas-rs/commit/0e5c619))
30-
* feat(webui): 如果应用列表已经有此应用则不可再次添加 ([ab848ba](https://github.com/shadow3aaa/fas-rs/commit/ab848ba))
31-
* fix(actions): Add clean up temp ndk ([e105f9b](https://github.com/shadow3aaa/fas-rs/commit/e105f9b))
32-
* fix(actions): Use -p parameter for mkdir to prevent error ([5252fb7](https://github.com/shadow3aaa/fas-rs/commit/5252fb7))
33-
* fix(api): Fix webserver error ([92fe5cc](https://github.com/shadow3aaa/fas-rs/commit/92fe5cc))
34-
* fix(api): Use another approach to implement the app API ([eff4355](https://github.com/shadow3aaa/fas-rs/commit/eff4355))
35-
* fix(webui): App selection in webui ([d9f9fcd](https://github.com/shadow3aaa/fas-rs/commit/d9f9fcd))
36-
* fix(webui): Fix package name not displayed in the game deleting dialog ([5cf4e98](https://github.com/shadow3aaa/fas-rs/commit/5cf4e98))
37-
* fix(webui): Fix webui deps ([44af542](https://github.com/shadow3aaa/fas-rs/commit/44af542))
38-
* fix(webui): Nothing is shown in the selection menu ([99f0cb4](https://github.com/shadow3aaa/fas-rs/commit/99f0cb4))
39-
* fix(webui): Nothing shown in application selection menu ([bf15f3a](https://github.com/shadow3aaa/fas-rs/commit/bf15f3a))
40-
* fix(webui): Nothing shown in application selection menu ([9389642](https://github.com/shadow3aaa/fas-rs/commit/9389642))
41-
* fix(webui): Remove transparency of the pop up for adding games ([92d54d1](https://github.com/shadow3aaa/fas-rs/commit/92d54d1))
42-
* fix(webui): 修复游戏配置修改不会自动保存 ([e9cb73d](https://github.com/shadow3aaa/fas-rs/commit/e9cb73d))
43-
* fix(webui): 添加游戏卡片未跟随亮色/暗色主题 ([69acc31](https://github.com/shadow3aaa/fas-rs/commit/69acc31))
44-
* chore(webui): git忽略package-lock.json ([3598f68](https://github.com/shadow3aaa/fas-rs/commit/3598f68))
45-
* refactor: 应用clippy lints ([b5c502f](https://github.com/shadow3aaa/fas-rs/commit/b5c502f))
46-
* refactor: 应用lints ([f12ccad](https://github.com/shadow3aaa/fas-rs/commit/f12ccad))
47-
* refactor(api): Only listen to localhost ([a544876](https://github.com/shadow3aaa/fas-rs/commit/a544876))
48-
* refactor(gitignore): Add MacOS DS_Store to .gitignore ([0f190ce](https://github.com/shadow3aaa/fas-rs/commit/0f190ce))
49-
* refactor(webui): Change API to use kernelsu package ([0d81041](https://github.com/shadow3aaa/fas-rs/commit/0d81041))
50-
* refactor(webui): Prettier syntax fix ([b3d8280](https://github.com/shadow3aaa/fas-rs/commit/b3d8280))
51-
* refactor(webui): Prettier to format the code ([55da796](https://github.com/shadow3aaa/fas-rs/commit/55da796))
52-
* refactor(webui): Redesigned WebUI ([e88f814](https://github.com/shadow3aaa/fas-rs/commit/e88f814))
53-
* refactor(webui): Show both package name and application name ([d43c947](https://github.com/shadow3aaa/fas-rs/commit/d43c947))
54-
* revert(api): Remove the API from rust ([ccdf165](https://github.com/shadow3aaa/fas-rs/commit/ccdf165))
55-
* revert(webui): Show application name on selection menu ([540620a](https://github.com/shadow3aaa/fas-rs/commit/540620a))
56-
* test(api): Test CORS ([d2c3970](https://github.com/shadow3aaa/fas-rs/commit/d2c3970))
3+
- 适配了安卓16
4+
- 修改了版本号计算方式
5+
- 优化webui
6+
- 更新依赖

0 commit comments

Comments
 (0)