Skip to content

Commit 06abb8a

Browse files
committed
Release LSPosed v1.10.2
1 parent d625e00 commit 06abb8a

File tree

5 files changed

+37
-32
lines changed

5 files changed

+37
-32
lines changed

README.md

Lines changed: 2 additions & 4 deletions
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
13+
Android 8.1 ~ 16
1414

1515
## Install
1616

@@ -44,9 +44,7 @@ We use our own module repository. We welcome developers to submit modules to our
4444

4545
## Community Discussion
4646

47-
- Telegram: [@LSPosed](https://t.me/s/LSPosed)
48-
49-
Notice: These community groups don't accept any bug report, please use [Get help](#get-help) to report.
47+
[Troubleshooting guide](https://github.com/JingMatrix/LSPosed/issues/123) and [Disscusions](https://github.com/JingMatrix/LSPosed/discussions).
5048

5149
## Translation Contributing
5250

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ val injectedPackageUid by extra(2000)
6666
val defaultManagerPackageName by extra("org.lsposed.manager")
6767
val verCode by extra(commitCount)
6868
val verName by extra(latestTag)
69-
val androidTargetSdkVersion by extra(35)
69+
val androidTargetSdkVersion by extra(36)
7070
val androidMinSdkVersion by extra(27)
71-
val androidBuildToolsVersion by extra("35.0.0")
72-
val androidCompileSdkVersion by extra(35)
71+
val androidBuildToolsVersion by extra("36.0.0")
72+
val androidCompileSdkVersion by extra(36)
7373
val androidCompileNdkVersion by extra("29.0.13113456")
7474
val androidSourceCompatibility by extra(JavaVersion.VERSION_21)
7575
val androidTargetCompatibility by extra(JavaVersion.VERSION_21)

magisk-loader/magisk_module/module.prop

Lines changed: 1 addition & 1 deletion
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. ${requirement}.
6+
description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 16. ${requirement}.
77
updateJson=${updateJson}

magisk-loader/update/changelog.md

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
1-
🎉 Android 15 is out now 🎉, let's release a new version 😉!
2-
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)
8-
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)
1+
To celebrate the release of Android 16, we are excited to announce a new stable version of LSPosed!
2+
3+
For the past few months, I have been focused on finishing my PhD thesis manuscript, which has limited my active development on LSPosed. I sincerely appreciate the community's passion and support during this time. It has been a pleasure to witness our community grow and thrive. Your trust and respect have been invaluable, helping me navigate the challenges of being a PhD candidate.
4+
5+
While maintaining this project is a joyful responsibility, my academic commitments to research and teaching also call for my attention. The current codebase of LSPosed is stable and robust. For those eager for new features, I encourage you to get involved! Developers are welcome to contribute to the project, and all users can participate in the [Discussions](https://github.com/JingMatrix/LSPosed/discussions) to share experiences and tips. A vibrant community is the most valuable asset for any open-source project.
6+
7+
To better understand LSPosed, we recommend reading our [troubleshooting guide](https://github.com/JingMatrix/LSPosed/issues/123).
8+
9+
### What's New
10+
* Full support for Android 16.
11+
* Hide traces introduced by the `dex2oat` hook.
12+
* The LSPosed manager can now be opened via the Action button.
13+
* New options have been added to the `Select` menu for scopes.
14+
* Allow users to disable detectable logging of LSPosed.
15+
16+
### Bug Fixes
17+
* The `LSPlt` hook has been abandoned for efficiency considerations.
18+
* Resolved an issue where modules targeting `systemui` (e.g., `ClassicPowerMenu`) were not working.
19+
* Removed Telemetry monitoring.
20+
21+
### Other Changes
22+
* The dependency on `topjohnwu/libcxx` has been removed in favor of the official C++ implementation. This will result in a larger release archive for LSPosed.
23+
24+
### Development Priorities
25+
* Creating comprehensive development documentation for LSPosed.
26+
* Resolving open issues with assignees.
27+
28+
**Full Changelog**: [v1.10.1...v1.10.2](https://github.com/JingMatrix/LSPosed/compare/v1.10.1...v1.10.2)

magisk-loader/update/zygisk.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
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",
2+
"version": "v1.10.2",
3+
"versionCode": 7182,
4+
"zipUrl": "https://github.com/JingMatrix/LSPosed/releases/download/v1.10.2/LSPosed-v1.10.12-7182-zygisk-release.zip",
55
"changelog": "https://raw.githubusercontent.com/JingMatrix/LSPosed/master/magisk-loader/update/changelog.md"
66
}

0 commit comments

Comments
 (0)