Skip to content

Commit cd556b8

Browse files
committed
🔖 Bumped version to v10 - 2024.9.8
1 parent 8267710 commit cd556b8

File tree

7 files changed

+15
-11
lines changed

7 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## Change Log
2+
**v10 - 2024.9.8 (202409080)**
3+
- Updated Magisk version support to **Magisk v19.0 - v27.X**
4+
- Added MMRL documentation
5+
26
**v9 - 2023.12.6 (202312060)**
37
- Added Magisk Manager + MRepo update support
48
- Updated documentation

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# Flashable zip builder
3-
# Copyright (C) 2018-2023, VR25 & Rikj000 @ xda-developers
3+
# Copyright (C) 2018-2024, VR25 & Rikj000 @ xda-developers
44
# License: GPLv3+
55

66
echo

check_syntax.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# Basic shell syntax checker
3-
# Copyright (C) 2018-2023, VR25 & Rikj000 @ xda-developers
3+
# Copyright (C) 2018-2024, VR25 & Rikj000 @ xda-developers
44
# License: GPLv3+
55

66
echo

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ unset -f print
133133
print_modname() {
134134
ui_print " "
135135
ui_print "$name $version"
136-
ui_print "Copyright (C) 2017-2023, $author"
136+
ui_print "Copyright (C) 2017-2024, $author"
137137
ui_print "License: GPLv3+"
138138
ui_print " "
139139
}

mm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/sbin/sh
22
# Magisk Manager for Recovery Mode (mm)
3-
# Copyright (C) 2018-2023, VR25 & Rikj000 @ xda-developers
3+
# Copyright (C) 2018-2024, VR25 & Rikj000 @ xda-developers
44
# License: GPLv3+
55

66

@@ -13,8 +13,8 @@ mountPath=/_magisk
1313
img=/data/adb/magisk.img
1414
[ -f $img ] || img=/data/adb/modules
1515

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
1818
License: GPLv3+\n"
1919

2020
trap 'exxit $?' EXIT

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=mm
22
name=Magisk Manager for Recovery Mode (mm)
3-
version=2023.12.6
4-
versionCode=202312060
3+
version=2024.9.8
4+
versionCode=202409080
55
author=VR25 & Rikj000 @ XDA-Developers
66
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)
77
updateJson=https://raw.githubusercontent.com/Rikj000/Magisk-Manager-for-Recovery-Mode/master/update.json

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
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",
55
"changelog": "https://github.com/Rikj000/Magisk-Manager-for-Recovery-Mode/blob/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)