File tree Expand file tree Collapse file tree 4 files changed +24
-8
lines changed
Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name=${api} - LSPosed
33version=${versionName} (${versionCode})
44versionCode=${versionCode}
55author=${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}.
77updateJson=${updateJson}
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments