diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2d689..25b8273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.0 +- Reword the `add` command to `crerate` +- Reword the `keep` option to `preserve` +- Allow setting `swappiness` to `0` for some reason (not recommended) +- Fix wrong command ranges with `create` +- Make the usage block more understandable +- Add a free space check +- Optimize the code + ## 1.3 - Upstream the MMT-EX template to 3.7 - Stop the module from unnecessarily modifying `swappiness` diff --git a/module.prop b/module.prop index e10ff05..7c14075 100755 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=magisk-swapspace name=Magisk SwapSpace -version=v1.3 -versionCode=13 +version=v2.0 +versionCode=20 author=chickendrop89 description=Save memory a bit by swapping some to a disk (magiskswap in terminal) updateJson=https://raw.githubusercontent.com/chickendrop89/magisk-swapspace/master/update.json \ No newline at end of file diff --git a/update.json b/update.json index f5166b9..2a4f1fc 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.3", - "versionCode": 13, + "version": "v2.0", + "versionCode": 20, "zipUrl": "https://github.com/chickendrop89/magisk-swapspace/releases/latest/download/magiskswapspace.zip", "changelog": "https://raw.githubusercontent.com/chickendrop89/magisk-swapspace/master/CHANGELOG.md" } \ No newline at end of file