From 5f20d7ab7562ecd1d892d86a99e1451158bc498d Mon Sep 17 00:00:00 2001 From: JingMatrix Date: Wed, 16 Oct 2024 10:52:25 +0200 Subject: [PATCH] Android 15 is released --- README.md | 2 +- magisk-loader/magisk_module/module.prop | 2 +- magisk-loader/update/changelog.md | 22 +++++++++++++++++++--- magisk-loader/update/zygisk.json | 6 +++--- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dc9df9463e7..7eb2a8d20eb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A Zygisk module trying to provide an ART hooking framework which delivers consis ## Supported Versions -Android 8.1 ~ 15 Beta 4 +Android 8.1 ~ 15 ## Install diff --git a/magisk-loader/magisk_module/module.prop b/magisk-loader/magisk_module/module.prop index e2d94d7a55c..aa8ca2facaa 100644 --- a/magisk-loader/magisk_module/module.prop +++ b/magisk-loader/magisk_module/module.prop @@ -3,5 +3,5 @@ name=${api} - LSPosed version=${versionName} (${versionCode}) versionCode=${versionCode} author=${authorList} -description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 15 Beta 4. ${requirement}. +description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 15. ${requirement}. updateJson=${updateJson} diff --git a/magisk-loader/update/changelog.md b/magisk-loader/update/changelog.md index e454a660192..8fcd62a9a6c 100644 --- a/magisk-loader/update/changelog.md +++ b/magisk-loader/update/changelog.md @@ -1,5 +1,21 @@ -Support Android 15 Beta 4 ! +🎉 Android 15 is out now 🎉, let's release a new version 😉! -Special thanks to the [mywalkb/LSPosed_mod](https://github.com/mywalkb/LSPosed_mod) project for parsing stripped `libart.so` of Android 15. +### New features +1. Fully support Android 15 +2. Use `LSPlt` to hook (stripped) `libart` +3. New option to disable log watchdog +4. Open LSPosed manager through WebUI (KernelSU and APatch) -**Full Changelog**: [v1.9.2...v1.10.0](https://github.com/JingMatrix/LSPosed/compare/v1.9.2...v1.10.0) +### Bugs fixed +1. Parasitic manager not available in certains devices +2. `dex2oat` command fails +3. `CorePatch` and `HideMockLocation` not working in certains devices +4. LSPosed daemon started in post-fs-data mode triggers Play Integrity detection +5. LSPosed manager UI breaks when users click on items before the list of modules is fully loaded +6. Crowdin translation project outdated + +### Breaking changes +1. Use Zygisk API v4 +2. Remove Riru module support + +**Full Changelog**: [v1.10.0...v1.10.1](https://github.com/JingMatrix/LSPosed/compare/v1.10.0...v1.10.1) diff --git a/magisk-loader/update/zygisk.json b/magisk-loader/update/zygisk.json index 745701f2a98..dbeb7949f90 100644 --- a/magisk-loader/update/zygisk.json +++ b/magisk-loader/update/zygisk.json @@ -1,6 +1,6 @@ { - "version": "v1.10.0", - "versionCode": 7068, - "zipUrl": "https://github.com/JingMatrix/LSPosed/releases/download/v1.10.0/LSPosed-v1.10.0-7068-zygisk-release.zip", + "version": "v1.10.1", + "versionCode": 7115, + "zipUrl": "https://github.com/JingMatrix/LSPosed/releases/download/v1.10.1/LSPosed-v1.10.1-7115-zygisk-release.zip", "changelog": "https://raw.githubusercontent.com/JingMatrix/LSPosed/master/magisk-loader/update/changelog.md" }