Skip to content

Commit

Permalink
R65A24840-kitsune
Browse files Browse the repository at this point in the history
  • Loading branch information
HuskyDG authored Jan 14, 2024
1 parent 51fad67 commit 02ba306
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
Binary file modified app-debug.apk
Binary file not shown.
Binary file modified app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion canary.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"magisk": {
"version": "R659E930C-kitsune",
"version": "R65A24840-kitsune",
"versionCode": "26404",
"link": "https://github.com/HuskyDG/magisk-files/raw/main/app-release.apk",
"note": "https://github.com/HuskyDG/magisk-files/raw/main/note.md"
Expand Down
2 changes: 1 addition & 1 deletion debug.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"magisk": {
"version": "R659E930C-kitsune",
"version": "R65A24840-kitsune",
"versionCode": "26404",
"link": "https://github.com/HuskyDG/magisk-files/raw/main/app-debug.apk",
"note": "https://github.com/HuskyDG/magisk-files/raw/main/note.md"
Expand Down
10 changes: 3 additions & 7 deletions note.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
## R659E930C-kitsune (26404)
## R65A24840-kitsune (26404)

- Update resetprop to avoid increasing serial counter
- Mounting module files to system no longer need mirrors
- Add biometric authentication back
- Check full path of `init.rc`
- Grant root to shell by default (for debug build)
- Update resetprop to avoid increasing serial counter for read-only properties

If you want to read changelog of previous builds, please visit [Release page](https://github.com/HuskyDG/magisk-files/releases)

Expand All @@ -19,7 +15,7 @@ Kitsune 26404+ has changed the mounting `su` location from `/system/bin` to `/ap
- [Zygisk] Added support for GrepheneOS Android 14, a privacy and security focused mobile OS with Android app compatibility. This is because the official Magisk does not support it.
- [General] Restored support for devices with no selinux support, which was removed by the official Magisk. This allows users to use Magisk on devices that do not have selinux enabled in kernel.
- [Module] Cancel the writable exception for `/system/etc/hosts`
- [General] Update resetprop to avoid increasing serial counter
- [General] Update resetprop to avoid increasing serial counter for read-only properties
- [Module] Mounting module files to system no longer need mirrors
- [App] Add biometric authentication back
- [General] Check full path of `init.rc`
Expand Down

0 comments on commit 02ba306

Please sign in to comment.