Skip to content

Commit a73d5ad

Browse files
backslashxxaviraxp
andcommitted
mountify 184
$ git log --pretty=%s 183..HEAD --reverse scripts/post-fs-data: fix ext4 image context (#25) Co-Authored-By: Wang Han <[email protected]> Signed-off-by: backslashxx <[email protected]>
1 parent 162ef35 commit a73d5ad

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
Globally mounted modules and whiteouts via OverlayFS.
33

44
## Changelog
5-
## 183
5+
## 184
66
- scripts: handle sepolicy for ksu pr 3019
77
- scripts/post-fs-data: redo sparse sepolicy handling
8+
- scripts/post-fs-data: fix ext4 image context (#25)
89

910
## 181
1011
- scripts/service: remove redundant LOG_FOLDER lookup

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=mountify
22
name=mountify
3-
version=v1.8.3
4-
versionCode=183
3+
version=v1.8.4
4+
versionCode=184
55
author=xx, KOWX712
66
metamodule=true
77
description=Globally mounted modules via OverlayFS.

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.8.3",
3-
"versionCode": 183,
2+
"version": "v1.8.4",
3+
"versionCode": 184,
44
"zipUrl": "https://github.com/backslashxx/mountify/releases/latest/download/mountify.zip",
55
"changelog": "https://raw.githubusercontent.com/backslashxx/mountify/refs/heads/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)