Skip to content

Commit

Permalink
Android 15 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed Oct 16, 2024
1 parent be5c575 commit 5f20d7a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion magisk-loader/magisk_module/module.prop
Original file line number Diff line number Diff line change
Expand Up @@ -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}
22 changes: 19 additions & 3 deletions magisk-loader/update/changelog.md
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)
6 changes: 3 additions & 3 deletions magisk-loader/update/zygisk.json
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"
}

0 comments on commit 5f20d7a

Please sign in to comment.