Skip to content

Megingiard-v0.9.2

Latest

Choose a tag to compare

@stormpanda stormpanda released this 06 Sep 16:26
· 38 commits to main since this release

Megingiard Release Notes — 0.9.1 to 0.9.2

Megingiard v0.9.2 is a critical hotfix release addressing an issue where Privileged Mode ADB wireless pairing and connection failed on release APK builds due to missing ProGuard/R8 retention rules.

🐛 Bug Fixes

  • Privileged Mode ProGuard & Crypto Keep Rules (246b39a1): Resolved an issue in release builds where ADB wireless pairing and Privileged Mode setup failed due to R8 code minification stripping internal crypto classes, native Spake2 JNI bindings, and dynamic X.509 certificate generation helpers. Also hardens TLS cache clearing to ensure credentials reset reliably.

⚠️ Known Issues

  • None identified in this release.

📄 Development & Documentation Updates

View Documentation Details

The following development docs and specifications were updated in this release:

  • Privileged Mode Feature Specification (FEATURE.md): Updated feature documentation with ProGuard retention details for libadb-android and sun-security-android runtime dependencies.