|
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. |
| 1 | +🎉 To celebrate the release of Android 16, we are excited to announce a new stable version of LSPosed! |
6 | 2 |
|
7 | 3 | To better understand LSPosed, we recommend reading our [troubleshooting guide](https://github.com/JingMatrix/LSPosed/issues/123). |
8 | 4 |
|
9 | | -### What's New |
10 | | -* Full support for Android 16. |
| 5 | +### ✨ What's New |
| 6 | +* Fully support Android 16. |
11 | 7 | * Hide traces introduced by the `dex2oat` hook. |
12 | 8 | * The LSPosed manager can now be opened via the Action button. |
13 | 9 | * New options have been added to the `Select` menu for scopes. |
14 | | -* Allow users to disable detectable logging of LSPosed. |
| 10 | +* Allow users to toggle off detectable logging of LSPosed. |
15 | 11 |
|
16 | | -### Bug Fixes |
| 12 | +### 🐛 Bug Fixes |
17 | 13 | * The `LSPlt` hook has been abandoned for efficiency considerations. |
18 | 14 | * Resolved an issue where modules targeting `systemui` (e.g., `ClassicPowerMenu`) were not working. |
19 | 15 | * Removed Telemetry monitoring. |
20 | 16 |
|
21 | | -### Other Changes |
| 17 | +### 🔄 Other Changes |
22 | 18 | * 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 | 19 |
|
24 | | -### Development Priorities |
| 20 | +### 🚀 High-Priority Plans |
25 | 21 | * Creating comprehensive development documentation for LSPosed. |
26 | 22 | * Resolving open issues with assignees. |
27 | 23 |
|
28 | 24 | **Full Changelog**: [v1.10.1...v1.10.2](https://github.com/JingMatrix/LSPosed/compare/v1.10.1...v1.10.2) |
| 25 | + |
| 26 | +<details> |
| 27 | +<summary>❤️ A personal note</summary> |
| 28 | + |
| 29 | +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 around this open-source fork. I am deeply indebted to your trust and respect, which has indeed helped me navigate the unavoidable challenges and depressions faced by a PhD candidate. |
| 30 | + |
| 31 | +Maintaining this project is a joyful responsibility. However, life is a grand museum of passions, and I am constantly called by my devotion to research and teaching at the university. For users eagerly awaiting new features, I want to reassure you that the LSPosed codebase is quite stable and sufficient for its functionality. Moreover, I sincerely encourage developers to join the project. For all users, please consider participating in the [GitHub Discussions](https://github.com/JingMatrix/LSPosed/discussions) to share your experiences and various tips. Nothing is more valuable to an open-source project than an active community. |
| 32 | + |
| 33 | +</details> |
0 commit comments