Skip to content

Releases: Codeblin/PinDroid

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 10:52

Changed

  • Rename the project and maintained package from DexMachina to PinDroid.
  • Add a legacy dexmachina transition package for one final inactive PyPI release.
  • Add a migration guide for old installs, scripts, config files, and workspace paths.

v0.1.1

v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 07:37

Fixed

  • Resolve DexMachina-managed adb during doctor, fix, and device flows.
  • Run Frida doctor checks through DexMachina's managed environment.
  • Reload config before fix re-checks so active Frida venv changes are visible.
  • Avoid false incomplete-download failures for Google platform-tools decoded responses.
  • Improve GitHub API rate-limit guidance during installs.

Documentation

  • Document Kali-safe pipx installation.
  • Document managed PATH usage with dexmachina shell and dexmachina env.
  • Document GITHUB_TOKEN retry path for GitHub API rate limits.

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jul 12:47
a4e340f

Added

  • Initial public alpha version marker.
  • CI matrix across Ubuntu, macOS, and Windows.
  • Android/ADB smoke test.
  • Shell-only rooted emulator integration workflow compatible with owner-only Actions policies.
  • Trust and supply-chain model documentation.
  • Security policy and coordinated disclosure process.
  • Contribution guide with registry extension instructions.
  • Dependabot configuration for Python dependencies.
  • Atomic direct downloads with incomplete-body rejection.
  • Optional SHA-256 verification support for direct-download registry entries.
  • GitHub Release checksum discovery for common upstream checksum assets.
  • Lockfile artifact digest recording and restore-time digest enforcement.
  • Safe archive extraction that rejects path traversal members.
  • Release metadata validation and GitHub release workflow for v* tags.
  • PyPI Trusted Publishing workflow using GitHub OIDC and uv publish.
  • CODEOWNERS and branch protection checklist.
  • Release process documentation.

Known Gaps

  • GitHub Release assets are checksum-verified only when upstream publishes a discoverable checksum file or a lockfile digest is available.
  • Signature verification is not implemented yet.
  • PyPI project Trusted Publisher configuration still must be completed in PyPI/GitHub settings before the first upload.