File tree Expand file tree Collapse file tree 7 files changed +15
-11
lines changed Expand file tree Collapse file tree 7 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1
1
## Change Log
2
+ ** v10 - 2024.9.8 (202409080)**
3
+ - Updated Magisk version support to ** Magisk v19.0 - v27.X**
4
+ - Added MMRL documentation
5
+
2
6
** v9 - 2023.12.6 (202312060)**
3
7
- Added Magisk Manager + MRepo update support
4
8
- Updated documentation
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# Flashable zip builder
3
- # Copyright (C) 2018-2023 , VR25 & Rikj000 @ xda-developers
3
+ # Copyright (C) 2018-2024 , VR25 & Rikj000 @ xda-developers
4
4
# License: GPLv3+
5
5
6
6
echo
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# Basic shell syntax checker
3
- # Copyright (C) 2018-2023 , VR25 & Rikj000 @ xda-developers
3
+ # Copyright (C) 2018-2024 , VR25 & Rikj000 @ xda-developers
4
4
# License: GPLv3+
5
5
6
6
echo
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ unset -f print
133
133
print_modname () {
134
134
ui_print " "
135
135
ui_print " $name $version "
136
- ui_print " Copyright (C) 2017-2023 , $author "
136
+ ui_print " Copyright (C) 2017-2024 , $author "
137
137
ui_print " License: GPLv3+"
138
138
ui_print " "
139
139
}
Original file line number Diff line number Diff line change 1
1
#! /sbin/sh
2
2
# Magisk Manager for Recovery Mode (mm)
3
- # Copyright (C) 2018-2023 , VR25 & Rikj000 @ xda-developers
3
+ # Copyright (C) 2018-2024 , VR25 & Rikj000 @ xda-developers
4
4
# License: GPLv3+
5
5
6
6
@@ -13,8 +13,8 @@ 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.12.6
17
- Copyright (C) 2018-2023 , VR25 & Rikj000 @ xda-developers
16
+ echo -e " \nMagisk Manager for Recovery Mode (mm) 2024.9.8
17
+ Copyright (C) 2018-2024 , VR25 & Rikj000 @ xda-developers
18
18
License: GPLv3+\n"
19
19
20
20
trap ' exxit $?' EXIT
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.12.6
4
- versionCode=202312060
3
+ version=2024.9.8
4
+ versionCode=202409080
5
5
author=VR25 & Rikj000 @ XDA-Developers
6
6
description=Easily manage your Magisk v19-27 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.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" ,
2
+ "version" : " 2024.9.8 " ,
3
+ "versionCode" : " 202409080 " ,
4
+ "zipUrl" : " https://github.com/Rikj000/Magisk-Manager-for-Recovery-Mode/releases/download/2024.9.8/MagiskManagerForRecovery_v10_202409080 .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