File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
## Change Log
2
+ ** v9 - 2023.12.6 (202312060)**
3
+ - Added Magisk Manager + MRepo update support
4
+ - Updated documentation
5
+
2
6
** v8 - 2023.11.4 (202311040)**
3
7
- Updated Magisk version support to ** Magisk v19.0 - v26.X**
4
8
- Updated documentation
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ mountPath=/_magisk
13
13
img=/data/adb/magisk.img
14
14
[ -f $img ] || img=/data/adb/modules
15
15
16
- echo -e " \nMagisk Manager for Recovery Mode (mm) 2023.11.4
16
+ echo -e " \nMagisk Manager for Recovery Mode (mm) 2023.12.6
17
17
Copyright (C) 2018-2023, VR25 & Rikj000 @ xda-developers
18
18
License: GPLv3+\n"
19
19
Original file line number Diff line number Diff line change 1
1
id=mm
2
2
name=Magisk Manager for Recovery Mode (mm)
3
- version=2023.11.4
4
- versionCode=202311040
3
+ version=2023.12.6
4
+ versionCode=202312060
5
5
author=VR25 & Rikj000 @ XDA-Developers
6
6
description=Easily manage your Magisk v19-26 Modules by running "*/mm" or "sh /sdcard/mm" from a terminal session in your custom recovery! (e.g. TWRP)
7
7
updateJson=https://raw.githubusercontent.com/Rikj000/Magisk-Manager-for-Recovery-Mode/master/update.json
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2023.11.4 " ,
3
- "versionCode" : " 202311040 " ,
4
- "zipUrl" : " https://github.com/Rikj000/Magisk-Manager-for-Recovery-Mode/releases/download/2023.11.4/MagiskManagerForRecovery_v8_202311040 .zip" ,
2
+ "version" : " 2023.12.6 " ,
3
+ "versionCode" : " 202312060 " ,
4
+ "zipUrl" : " https://github.com/Rikj000/Magisk-Manager-for-Recovery-Mode/releases/download/2023.12.6/MagiskManagerForRecovery_v9_202312060 .zip" ,
5
5
"changelog" : " https://github.com/Rikj000/Magisk-Manager-for-Recovery-Mode/blob/master/CHANGELOG.md"
6
6
}
You can’t perform that action at this time.
0 commit comments