Releases: Mygod/librootkotlinx
Releases · Mygod/librootkotlinx
v1.2.1
- New convenience API
ParcelableThrowableto more robustly transmitThrowables for IPC. - (BREAKING
inlineAPI CHANGE) Fixing some error-prone inline APIs. You probably need to recompile any Kotlin code that depends on this library to take advantage of these fixes. - Dependency update:
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0from1.6.4. - Fixes.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
- Support running JNI code on API 23+. (The library min API is kept at API 21 for compatibility. If you are targeting API 21: you will need to adapt
JniInitto Lollipop yourself.) - Adopt fixes from libsu v6.0.0.
Full Changelog: v1.1.1...v1.2.0
v1.1.1
- Fixes Mygod/VPNHotspot#515.
- Changes to APIs
AppProcess.myExeandmyExeCanonicalare reverted. They now work the same as v1.0.x.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- You should now pass the non-DeviceProtectedStorageContext to
initso that JVMTI debugger works. AppProcess.myExeCanonicalis deprecated, usemyExeinstead.- Fixes. (Mygod/VPNHotspot#504)
Full Changelog: v1.0.5...v1.1.0
v1.0.5
- Fix a subtle race condition.
- Compile for API 34.
Full Changelog: v1.0.4...v1.0.5
v1.0.4
- Dependency update:
androidx.core:core:1.10.1from1.10.0. Fixes an important bug that prevents returning null. https://android-review.googlesource.com/c/platform/frameworks/support/+/2538152 - More error migrations are added.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
This release is bugged. Please use v1.0.2 for now.
This release contains a bug in androidx.core:core:1.10.0. It will be fixed in androidx.core:core:1.10.1.
Fix a crash on Android 13 devices.
New dependency: androidx.core:core:1.10.0
Full Changelog: v1.0.2...v1.0.3
v1.0.2
- It was impossible for
RootCommandChannelto close the channel by itself without either crashing the entireRootServeror throwing an exception, e.g. being cancelled by the client. This is now fixed. The demo app is updated to reflect this test case. - Minor fixes.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Minor fixes.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial release, forked from VPN Hotspot v2.14.2.