Skip to content

Commit f688084

Browse files
committed
mountify 190
$ git log --pretty=%s 189..HEAD --reverse scripts/customize: skip checking umount success on test_ext4_image() Signed-off-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
1 parent b734a23 commit f688084

3 files changed

Lines changed: 6 additions & 11 deletions

File tree

CHANGELOG.md

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

44
## Changelog
5-
## 189
5+
## 190
66
- scripts: revert 2-stage mounting routine
77
- scripts: move logging folder to /dev
8+
- scripts/customize: skip checking umount success
89

910
## 188
1011
- scripts: support APatch metamodule mode
@@ -14,11 +15,5 @@ Globally mounted modules and whiteouts via OverlayFS.
1415
- scripts: updates for 2-stage mounts
1516
- scripts/post-fs-data: 2-stage mounts
1617

17-
## 187
18-
- webui/js: modular append function
19-
- webui/js: add moutnify prefix in local storage
20-
- webui/js: fix config not saved
21-
- scripts: account for non-tmpfs /mnt/vendor
22-
2318
### Full Changelog
2419
- [Commit history](https://github.com/backslashxx/mountify/commits/master/)

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.9
4-
versionCode=189
3+
version=v1.9.0
4+
versionCode=190
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.9",
3-
"versionCode": 189,
2+
"version": "v1.9.0",
3+
"versionCode": 190,
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)