Skip to content

Commit

Permalink
Merge pull request #19 from NightRainMilkyWay/main
Browse files Browse the repository at this point in the history
添加apk版本
  • Loading branch information
NightRainMilkyWay authored Nov 10, 2024
2 parents 7f8d999 + 2365fa3 commit 8ef277d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/Create Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ jobs:
prerelease: ${{ env.IS_PRERELEASE }}
body: ${{ env.RELEASE_NOTES }}

files: ./*.zip
files: |
./*.zip
./apk/*.apk
repository: TimeBreeze/Tritium
# note you'll typically need to create a personal access token
# with permissions to create releases in the other repo
Expand Down
Binary file added apk/app-debug.apk
Binary file not shown.
17 changes: 15 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
更新日志:
## V4.8.2日志
重大更新,解决了部分人不看文档并且不会使用导入配置的bug.
现使用[Tritium_box](https://github.com/TimeBreeze/Tritium_box)非必要不建议,存在未知bug,由于无人反馈使用状态,现快进到存档

## V4.8.1日志
```
- 优化MTK平台的GPU参数
- 优化性能模式的性能冗余 升频延迟
- 改进性能jank Bigjank情况下的Boost值

```
## 贡献:
- @chenzyadb
- @Suni-code
- @NightRainMilkyWay
- @NightRainMilkyWay

Full Changelog: [`V4.8.1 -> V4.8.2`](https://github.com/TimeBreeze/Tritium/commits/main/)

## 使用项目
- [CuprumTurbo Scheduler](https://github.com/chenzyadb/CuprumTurbo-Scheduler)
- [Tritium](https://github.com/TimeBreeze/Tritium)
- [Tritium_box](https://github.com/TimeBreeze/Tritium_box)
2 changes: 1 addition & 1 deletion config.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CONFIG_ENV=config.env
ZIP_FILENAME=Magisk
CONFIG_NAME=configs
IS_PRERELEASE=false
VERSION=V4.8.1
VERSION=V4.8.2
VERSIONCODE=241108

FILE=Tritium.json

0 comments on commit 8ef277d

Please sign in to comment.