Skip to content

Commit c714ffc

Browse files
chisewaguriKOWX712
andcommitted
v1.1.4
Co-Authored-By: KOWX712 <[email protected]>
1 parent 165d88e commit c714ffc

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Simple debloater and whiteout maker with WebUI support.
55

66
---
77

8+
### v1.1.4
9+
10+
#### WebUI
11+
- Enhance ripple animation's scroll detection (@KOWX712, #34)
12+
- Drop support for MMRL version < 33329 (@KOWX712, #34)
13+
- Optimize UI animation (@KOWX712, #35, #36)
14+
15+
#### Scripts
16+
- Initial /my_bigball partition support (on mountify-supported env)
17+
- Add dynamic module desc
18+
- Improved bootloop protection and nuking logic
19+
20+
---
21+
822
### v1.1.3
923

1024
#### WebUI

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=system_app_nuker
22
name=App Nuker
3-
version=v1.1.3
4-
versionCode=113
3+
version=v1.1.4
4+
versionCode=114
55
author=ChiseWaguri
66
description=Simple system app debloater and whiteout creator
77
updateJson=https://raw.githubusercontent.com/ChiseWaguri/systemapp_nuker/master/update.json

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.1.3",
3-
"versionCode": 113,
4-
"zipUrl": "https://github.com/ChiseWaguri/systemapp_nuker/releases/download/v1.1.3/SAN_v1.1.3.zip",
2+
"version": "v1.1.4",
3+
"versionCode": 114,
4+
"zipUrl": "https://github.com/ChiseWaguri/systemapp_nuker/releases/download/v1.1.4/SAN_v1.1.4.zip",
55
"changelog": "https://raw.githubusercontent.com/ChiseWaguri/systemapp_nuker/refs/heads/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)