From 02d8e293bf317e13280283950df15d31f5f36401 Mon Sep 17 00:00:00 2001 From: VR-25 <28943176+VR-25@users.noreply.github.com> Date: Sun, 15 Dec 2024 10:30:27 +0100 Subject: [PATCH] Bump version --- changelog.md | 14 ++++++++++++++ module.json | 7 +++---- module.prop | 4 ++-- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index b61efa6..865d909 100755 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/module.json b/module.json index fbcf781..b896da2 100644 --- a/module.json +++ b/module.json @@ -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" } diff --git a/module.prop b/module.prop index ab26cfb..5d883b3 100644 --- a/module.prop +++ b/module.prop @@ -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