Skip to content

Commit 5692db0

Browse files
backslashxxKOWX712
andcommitted
mountify 163
$ git log --pretty=format:%s 162..HEAD --reverse scripts/post-fs-data: prevent persist fuckup webui/js: support config requirement LKM: add mountify as prefix for easy grep webui/config: tweak LKM nuke / spoof sparse logic after d0cbcf3 LKM: update prebuilts to 3dab8a0 Co-Authored-By: KOWX712 <[email protected]> Signed-off-by: backslashxx <[email protected]>
1 parent 3f85fd6 commit 5692db0

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

CHANGELOG.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,16 @@
22
Globally mounted modules and whiteouts via OverlayFS.
33

44
## Changelog
5+
## 163
6+
- scripts/post-fs-data: prevent persist fuckup
7+
- webui/js: support config requirement
8+
- LKM: add mountify as prefix for easy grep
9+
- webui/config: tweak LKM nuke / spoof sparse logic after d0cbcf3
10+
- LKM: update prebuilts to 3dab8a0
11+
512
## 162
613
- LKM: update prebuilts to 66cd4af
714
- LKM, scripts/post-fs-data: fix usage when kernel is on cfi
815

9-
## 160
10-
- scripts/post-fs-data: mount our own tmpfs
11-
- scripts/post-fs-data: tweak decoy mounting
12-
- scripts/post-fs-data: add more debug
13-
- LKM: tests: strip debug info
14-
- scripts: cleanup logs and sparse
15-
- scripts: expose in-kernel umount options
16-
- scripts/post-fs-data: nuke always when ksud nuke-ext4-sysfs is available
17-
- webui: add umount config option
18-
- scripts/customize: handle small config changes
19-
- scripts/service: fixup "no modules mounted"
20-
2116
### Full Changelog
2217
- [Commit history](https://github.com/backslashxx/mountify/commits/master/)

module/module.prop

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=mountify
22
name=mountify
3-
version=v1.6.2
4-
versionCode=162
5-
author=xx
3+
version=v1.6.3
4+
versionCode=163
5+
author=xx, KOWX712
66
description=Globally mounted modules via OverlayFS.
77
updateJson=https://raw.githubusercontent.com/backslashxx/mountify/master/update.json

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.6.2",
3-
"versionCode": 162,
2+
"version": "v1.6.3",
3+
"versionCode": 163,
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)