Skip to content

Releases: Mygod/librootkotlinx

v1.2.1

22 Oct 06:33
Compare
Choose a tag to compare
  • New convenience API ParcelableThrowable to more robustly transmit Throwables 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 from 1.6.4.
  • Fixes.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

10 Aug 02:46
Compare
Choose a tag to compare
  • 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

19 Oct 03:14
Compare
Choose a tag to compare
  • Fixes Mygod/VPNHotspot#515.
  • Changes to APIs AppProcess.myExe and myExeCanonical are reverted. They now work the same as v1.0.x.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Sep 02:40
Compare
Choose a tag to compare
  • You should now pass the non-DeviceProtectedStorageContext to init so that JVMTI debugger works.
  • AppProcess.myExeCanonical is deprecated, use myExe instead.
  • Fixes. (Mygod/VPNHotspot#504)

Full Changelog: v1.0.5...v1.1.0

v1.0.5

13 Jun 02:52
Compare
Choose a tag to compare
  • Fix a subtle race condition.
  • Compile for API 34.

Full Changelog: v1.0.4...v1.0.5

v1.0.4

19 May 15:42
Compare
Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

v1.0.3

08 Apr 19:48
Compare
Choose a tag to compare
v1.0.3 Pre-release
Pre-release

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

10 Mar 04:57
Compare
Choose a tag to compare
  • It was impossible for RootCommandChannel to close the channel by itself without either crashing the entire RootServer 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

05 Dec 04:41
Compare
Choose a tag to compare

Minor fixes.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

31 Aug 19:04
Compare
Choose a tag to compare

Initial release, forked from VPN Hotspot v2.14.2.