File tree 4 files changed +24
-8
lines changed
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
10
10
11
11
## Supported Versions
12
12
13
- Android 8.1 ~ 15 Beta 4
13
+ Android 8.1 ~ 15
14
14
15
15
## Install
16
16
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name=${api} - LSPosed
3
3
version=${versionName} (${versionCode})
4
4
versionCode=${versionCode}
5
5
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}.
7
7
updateJson=${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 😉 !
2
2
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)
4
8
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 1
1
{
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" ,
5
5
"changelog" : " https://raw.githubusercontent.com/JingMatrix/LSPosed/master/magisk-loader/update/changelog.md"
6
6
}
You can’t perform that action at this time.
0 commit comments