Skip to content

Commit 5f20d7a

Browse files
committed
Android 15 is released
1 parent be5c575 commit 5f20d7a

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A Zygisk module trying to provide an ART hooking framework which delivers consis
1010
1111
## Supported Versions
1212

13-
Android 8.1 ~ 15 Beta 4
13+
Android 8.1 ~ 15
1414

1515
## Install
1616

magisk-loader/magisk_module/module.prop

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name=${api} - LSPosed
33
version=${versionName} (${versionCode})
44
versionCode=${versionCode}
55
author=${authorList}
6-
description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 15 Beta 4. ${requirement}.
6+
description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 15. ${requirement}.
77
updateJson=${updateJson}

magisk-loader/update/changelog.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
1-
Support Android 15 Beta 4 !
1+
🎉 Android 15 is out now 🎉, let's release a new version 😉!
22

3-
Special thanks to the [mywalkb/LSPosed_mod](https://github.com/mywalkb/LSPosed_mod) project for parsing stripped `libart.so` of Android 15.
3+
### New features
4+
1. Fully support Android 15
5+
2. Use `LSPlt` to hook (stripped) `libart`
6+
3. New option to disable log watchdog
7+
4. Open LSPosed manager through WebUI (KernelSU and APatch)
48

5-
**Full Changelog**: [v1.9.2...v1.10.0](https://github.com/JingMatrix/LSPosed/compare/v1.9.2...v1.10.0)
9+
### Bugs fixed
10+
1. Parasitic manager not available in certains devices
11+
2. `dex2oat` command fails
12+
3. `CorePatch` and `HideMockLocation` not working in certains devices
13+
4. LSPosed daemon started in post-fs-data mode triggers Play Integrity detection
14+
5. LSPosed manager UI breaks when users click on items before the list of modules is fully loaded
15+
6. Crowdin translation project outdated
16+
17+
### Breaking changes
18+
1. Use Zygisk API v4
19+
2. Remove Riru module support
20+
21+
**Full Changelog**: [v1.10.0...v1.10.1](https://github.com/JingMatrix/LSPosed/compare/v1.10.0...v1.10.1)

magisk-loader/update/zygisk.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.10.0",
3-
"versionCode": 7068,
4-
"zipUrl": "https://github.com/JingMatrix/LSPosed/releases/download/v1.10.0/LSPosed-v1.10.0-7068-zygisk-release.zip",
2+
"version": "v1.10.1",
3+
"versionCode": 7115,
4+
"zipUrl": "https://github.com/JingMatrix/LSPosed/releases/download/v1.10.1/LSPosed-v1.10.1-7115-zygisk-release.zip",
55
"changelog": "https://raw.githubusercontent.com/JingMatrix/LSPosed/master/magisk-loader/update/changelog.md"
66
}

0 commit comments

Comments
 (0)