forked from LSPosed/LSPosed
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be5c575
commit 5f20d7a
Showing
4 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |