Skip to content

Commit f3b9129

Browse files
committed
chore(release): bump version to v4.0 and update changelog
Covers all work since v3.1: image manager, boot automount, one-shot pipeline, visual refresh, daemon hardening, Magisk sepolicy compat, and CI pipeline.
1 parent 276c8c3 commit f3b9129

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v4.0
2+
3+
- One-shot create, format, and mount pipeline for streamlined disk setup
4+
- Image manager with batch select-to-delete and clear unmounted
5+
- Auto-mount saved images at boot without opening the app
6+
- Visual refresh: rotating backgrounds, animated cards, modernized sheets
7+
- Auto-increment disk names with creation timestamps
8+
- Module banner and action script for root manager integration
9+
- Batch image operations and improved image lifecycle management
10+
- Bypass FUSE for configfs lun writes on Android 11+ (direct sysfs path)
11+
- Merged SELinux policy into sepolicy.rule for Magisk compatibility
12+
- Hardened bootloop guard with retry loops and resource leak fixes
13+
- Socket read timeout and connection reliability for daemon client
14+
- Fixed device removal index mismatch and coroutine lifecycle
15+
- Escaped single quotes in automount config paths
16+
- CI pipeline with auto-build, signing, and release publishing
17+
118
## v3.1
219

320
- Full app and installer localization with 32 languages

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=usbmassstorage
22
name=USB Mass Storage
3-
version=v3.1
4-
versionCode=310
3+
version=v4.0
4+
versionCode=400
55
author=Enginex0
66
description=💾 USB Mass Storage gadget controller · Turn your phone into a USB drive · KernelSU / Magisk / APatch
77
banner=banner.png

0 commit comments

Comments
 (0)