Skip to content

Commit d84cf1e

Browse files
Update by CLI (2026-04-15 13:09:31.487878)
1 parent 78ac788 commit d84cf1e

5 files changed

Lines changed: 29 additions & 28 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": 1776244316.759394
12+
"timestamp": 1776258571.487878
1313
},
1414
"modules": [
1515
{
@@ -1363,8 +1363,8 @@
13631363
{
13641364
"id": "mountify",
13651365
"name": "mountify",
1366-
"version": "v1.9.7",
1367-
"versionCode": 197,
1366+
"version": "v1.9.8",
1367+
"versionCode": 198,
13681368
"author": "xx, KOWX712",
13691369
"description": "Globally mounted modules via OverlayFS.",
13701370
"metamodule": "true",
@@ -1376,8 +1376,8 @@
13761376
"readme": "https://raw.githubusercontent.com/backslashxx/mountify/master/README.md",
13771377
"verified": false,
13781378
"added": 0,
1379-
"timestamp": 1775058638.0,
1380-
"size": 552999,
1379+
"timestamp": 1776250820.0,
1380+
"size": 553077,
13811381
"permissions": [
13821382
"magisk.permission.SERVICE",
13831383
"magisk.permission.POST_FS_DATA",
@@ -1402,21 +1402,21 @@
14021402
"build_metadata": "https://zguation-projects.github.io/ZG-R/modules/mountify/track.yaml"
14031403
},
14041404
"versions": [
1405-
{
1406-
"timestamp": 1774152947.0,
1407-
"version": "v1.9.6",
1408-
"versionCode": 196,
1409-
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.9.6_196.zip",
1410-
"changelog": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.9.6_196.md",
1411-
"size": 553015
1412-
},
14131405
{
14141406
"timestamp": 1775058638.0,
14151407
"version": "v1.9.7",
14161408
"versionCode": 197,
14171409
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.9.7_197.zip",
14181410
"changelog": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.9.7_197.md",
14191411
"size": 552999
1412+
},
1413+
{
1414+
"timestamp": 1776250820.0,
1415+
"version": "v1.9.8",
1416+
"versionCode": 198,
1417+
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.9.8_198.zip",
1418+
"changelog": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.9.8_198.md",
1419+
"size": 553077
14201420
}
14211421
]
14221422
},

modules/mountify/track.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ categories:
33
- metamodule
44
enable: true
55
id: mountify
6-
last_update: 1775058638.0
6+
last_update: 1776250820.0
77
readme: https://raw.githubusercontent.com/backslashxx/mountify/master/README.md
88
source: https://github.com/backslashxx/mountify
99
support: https://github.com/backslashxx/mountify/issues

modules/mountify/update.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"id": "mountify",
33
"timestamp": 1741872659.0,
44
"versions": [
5-
{
6-
"timestamp": 1774152947.0,
7-
"version": "v1.9.6",
8-
"versionCode": 196,
9-
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.9.6_196.zip",
10-
"changelog": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.9.6_196.md",
11-
"size": 553015
12-
},
135
{
146
"timestamp": 1775058638.0,
157
"version": "v1.9.7",
168
"versionCode": 197,
179
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.9.7_197.zip",
1810
"changelog": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.9.7_197.md",
1911
"size": 552999
12+
},
13+
{
14+
"timestamp": 1776250820.0,
15+
"version": "v1.9.8",
16+
"versionCode": 198,
17+
"zipUrl": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.9.8_198.zip",
18+
"changelog": "https://zguation-projects.github.io/ZG-R/modules/mountify/v1.9.8_198.md",
19+
"size": 553077
2020
}
2121
]
2222
}
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
Globally mounted modules and whiteouts via OverlayFS.
33

44
## Changelog
5-
## 196
5+
## 198
6+
- sepolicy.rule fixes for magisk 30.7
7+
- webui: fix kb insets
8+
9+
## 197
10+
- webui: expressive switch
11+
- metainstall: test allow hot install on non-ksu
612
- webui: new list styling
713
- initial support for hot install
814

9-
## 195
10-
- scripts/customize: skip ext4 test on 4.x kernels and up
11-
- module: add android16-6.12-nuke.ko
12-
- scripts/service: restart android on service on KSU_LATE_LOAD
13-
1415
### Full Changelog
1516
- [Commit history](https://github.com/backslashxx/mountify/commits/master/)

0 commit comments

Comments
 (0)