File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 1+ ** v2024.12.15 (202412150)**
2+ - [ Android] : Wait for boot_completed
3+ - Add vm daemon to enforce vm tweaks
4+ - Fix infinite recursion
5+ - mem_estimates(): Add support for disksize suffixes
6+ - Optimize default config
7+ - Optimize installer
8+ - Prioritize nano over vim, vi.
9+ - Update busybox config
10+ - Update compression ratios
11+ - Update doc & funding info
12+ - Upgrade flashable zip generator
13+ - Use zramctl when available
14+
115** v2023.7.17 (202307170)**
216- KernelSu support
317- Updated documentation
Original file line number Diff line number Diff line change 11{
22 "busybox" : " https://github.com/Magisk-Modules-Repo/busybox-ndk" ,
33 "changelog" : " https://raw.githubusercontent.com/VR-25/zram-swap-manager/master/changelog.md" ,
4- "curl" : " https://github.com/Zackptg5/Cross-Compiled-Binaries-Android/tree/master/curl" ,
5- "version" : " v2023.7.17" ,
6- "versionCode" : 202307170 ,
7- "zipUrl" : " https://github.com/VR-25/zram-swap-manager/releases/download/v2023.7.17/zsm_android_2023-07-17_19.26.51.zip"
4+ "version" : " v2024.12.15" ,
5+ "versionCode" : 202412150 ,
6+ "zipUrl" : " https://github.com/VR-25/zram-swap-manager/releases/download/v2024.12.15/zsm_android_2024-12-15_10.30.42.zip"
87}
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description=A versatile zRAM swap manager with dynamic swappiness - for Android
33domain=vr25
44id=zram-swap-manager
55name=zRAM Swap Manager
6- version=v2023.7.17
7- versionCode=202307170
6+ version=v2024.12.15
7+ versionCode=202412150
88updateJson=https://raw.githubusercontent.com/VR-25/zram-swap-manager/master/module.json
You can’t perform that action at this time.
0 commit comments