Releases: Mygod/librootkotlinx
Releases · Mygod/librootkotlinx
v1.2.1
- New convenience API
ParcelableThrowable
to more robustly transmitThrowable
s for IPC. - (BREAKING
inline
API 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.0
from1.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
JniInit
to 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.myExe
andmyExeCanonical
are 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
init
so that JVMTI debugger works. AppProcess.myExeCanonical
is deprecated, usemyExe
instead.- 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.1
from1.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
RootCommandChannel
to close the channel by itself without either crashing the entireRootServer
or 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.