Skip to content

Commit

Permalink
mss: update: version 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: chickendrop89 <[email protected]>
  • Loading branch information
chickendrop89 committed Jul 19, 2024
1 parent 8dce8ab commit 21f58e7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 21f58e7

Please sign in to comment.