Skip to content

Commit ccdab12

Browse files
Update by CLI (2026-05-09 06:10:35.035776)
1 parent d8f1864 commit ccdab12

5 files changed

Lines changed: 42 additions & 22 deletions

File tree

json/modules.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"description": "A wonderful collection of useful modules that are known or considered as hidden gems, all in one repo, It also contains ZG089's projects (modules) as well.",
1010
"metadata": {
1111
"version": 1,
12-
"timestamp": 1778292759.340351
12+
"timestamp": 1778307035.035776
1313
},
1414
"modules": [
1515
{
@@ -1617,16 +1617,16 @@
16171617
{
16181618
"id": "systemapp_nuker",
16191619
"name": "App Nuker",
1620-
"version": "v1.2.0",
1621-
"versionCode": 120,
1620+
"version": "v1.2.1",
1621+
"versionCode": 121,
16221622
"author": "ChiseWaguri & Contributors",
16231623
"description": "WebUI-based debloater and whiteout creator",
16241624
"support": "https://github.com/ChiseWaguri/systemapp_nuker/issues",
16251625
"readme": "https://raw.githubusercontent.com/ChiseWaguri/systemapp_nuker/main/README.md",
16261626
"verified": false,
16271627
"added": 0,
1628-
"timestamp": 1776079892.0,
1629-
"size": 1215189,
1628+
"timestamp": 1778302551.0,
1629+
"size": 1215187,
16301630
"permissions": [
16311631
"magisk.permission.SERVICE",
16321632
"magisk.permission.POST_FS_DATA",
@@ -1647,21 +1647,21 @@
16471647
"build_metadata": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/track.yaml"
16481648
},
16491649
"versions": [
1650-
{
1651-
"timestamp": 1760293772.0,
1652-
"version": "v1.1.9",
1653-
"versionCode": 119,
1654-
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.1.9_119.zip",
1655-
"changelog": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.1.9_119.md",
1656-
"size": 1213816
1657-
},
16581650
{
16591651
"timestamp": 1776079892.0,
16601652
"version": "v1.2.0",
16611653
"versionCode": 120,
16621654
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.2.0_120.zip",
16631655
"changelog": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.2.0_120.md",
16641656
"size": 1215189
1657+
},
1658+
{
1659+
"timestamp": 1778302551.0,
1660+
"version": "v1.2.1",
1661+
"versionCode": 121,
1662+
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.2.1_121.zip",
1663+
"changelog": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.2.1_121.md",
1664+
"size": 1215187
16651665
}
16661666
]
16671667
},

modules/systemapp_nuker/track.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
enable: true
22
id: systemapp_nuker
3-
last_update: 1776079892.0
3+
last_update: 1778302551.0
44
readme: https://raw.githubusercontent.com/ChiseWaguri/systemapp_nuker/main/README.md
55
source: https://github.com/ChiseWaguri/systemapp_nuker.git
66
support: https://github.com/ChiseWaguri/systemapp_nuker/issues

modules/systemapp_nuker/update.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"id": "systemapp_nuker",
33
"timestamp": 1746679502.0,
44
"versions": [
5-
{
6-
"timestamp": 1760293772.0,
7-
"version": "v1.1.9",
8-
"versionCode": 119,
9-
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.1.9_119.zip",
10-
"changelog": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.1.9_119.md",
11-
"size": 1213816
12-
},
135
{
146
"timestamp": 1776079892.0,
157
"version": "v1.2.0",
168
"versionCode": 120,
179
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.2.0_120.zip",
1810
"changelog": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.2.0_120.md",
1911
"size": 1215189
12+
},
13+
{
14+
"timestamp": 1778302551.0,
15+
"version": "v1.2.1",
16+
"versionCode": 121,
17+
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.2.1_121.zip",
18+
"changelog": "https://zguation-projects.github.io/ZG-R/modules/systemapp_nuker/v1.2.1_121.md",
19+
"size": 1215187
2020
}
2121
]
2222
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ Simple debloater and whiteout maker with WebUI support.
33

44
### Changelog
55

6+
### v1.2.1
7+
8+
#### Scripts
9+
- create_applist: prevent trailing comma bug in JSON output (fix #55)
10+
11+
### v1.2.0
12+
13+
#### Scripts
14+
- sync mountify to 019a216
15+
- search additional partition if mounted by mountify
16+
- make whiteouts optional and validate mounting
17+
- treat KSU >22098 the same as magic mount (should fix meta module mounting)
18+
- fix mountify
19+
- better default mode check
20+
- fix error description
21+
22+
#### WebUI
23+
- force redo link (fix #49, thanks @kowx712)
24+
25+
626
### v1.1.9
727

828
- minor module metadata fix

0 commit comments

Comments
 (0)