Android 15 is released

This commit is contained in:
JingMatrix 2024-10-16 10:52:25 +02:00
parent be5c575eae
commit 5f20d7ab75
4 changed files with 24 additions and 8 deletions

View File

@ -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

View File

@ -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}

View File

@ -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)

View File

@ -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"
}