Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
VR-25 committed Dec 15, 2024
1 parent 88432ce commit 02d8e29
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
**v2024.12.15 (202412150)**
- [Android]: Wait for boot_completed
- Add vm daemon to enforce vm tweaks
- Fix infinite recursion
- mem_estimates(): Add support for disksize suffixes
- Optimize default config
- Optimize installer
- Prioritize nano over vim, vi.
- Update busybox config
- Update compression ratios
- Update doc & funding info
- Upgrade flashable zip generator
- Use zramctl when available

**v2023.7.17 (202307170)**
- KernelSu support
- Updated documentation
Expand Down
7 changes: 3 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"busybox": "https://github.com/Magisk-Modules-Repo/busybox-ndk",
"changelog": "https://raw.githubusercontent.com/VR-25/zram-swap-manager/master/changelog.md",
"curl": "https://github.com/Zackptg5/Cross-Compiled-Binaries-Android/tree/master/curl",
"version": "v2023.7.17",
"versionCode": 202307170,
"zipUrl": "https://github.com/VR-25/zram-swap-manager/releases/download/v2023.7.17/zsm_android_2023-07-17_19.26.51.zip"
"version": "v2024.12.15",
"versionCode": 202412150,
"zipUrl": "https://github.com/VR-25/zram-swap-manager/releases/download/v2024.12.15/zsm_android_2024-12-15_10.30.42.zip"
}
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ description=A versatile zRAM swap manager with dynamic swappiness - for Android
domain=vr25
id=zram-swap-manager
name=zRAM Swap Manager
version=v2023.7.17
versionCode=202307170
version=v2024.12.15
versionCode=202412150
updateJson=https://raw.githubusercontent.com/VR-25/zram-swap-manager/master/module.json

0 comments on commit 02d8e29

Please sign in to comment.