Skip to content

Commit 02d8e29

Browse files
committed
Bump version
1 parent 88432ce commit 02d8e29

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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

module.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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
}

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description=A versatile zRAM swap manager with dynamic swappiness - for Android
33
domain=vr25
44
id=zram-swap-manager
55
name=zRAM Swap Manager
6-
version=v2023.7.17
7-
versionCode=202307170
6+
version=v2024.12.15
7+
versionCode=202412150
88
updateJson=https://raw.githubusercontent.com/VR-25/zram-swap-manager/master/module.json

0 commit comments

Comments
 (0)