Skip to content

Releases: aaalllexxx/enpaf

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 01 Jul 21:15

Full Changelog: v1.1.2...v1.1.3

.whl and .gz for python module
.apk for companion application

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 30 Jun 22:20

Full Changelog: v1.1.1...v1.1.2

ENPAF 1.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 00:12

Maintenance + DX release.

Framework

  • New paf update command — upgrade PAF from the console (paf update, --pre for pre-releases).
  • CLI banner shows the real installed version and the box border is computed programmatically (no more drift).
  • Dev-server hardening: same-origin Socket.IO CORS on loopback, path-traversal guard on static serving, ENPAF_SECRET_KEY override.
  • Honest maturity: Development Status :: Beta; tests are shipped in the sdist.
  • Quality: ruff lint + coverage wired into CI (171+ tests).
  • Correct project metadata (repository, Wiki, Issues) and single-source version.

Apps (release-signed APKs)

  • testapp-1.0.1.apk — feature demo.
  • enpaf_companion-1.1.0.apk — focused project loader (Connect / Logs / Device / Settings) with auto-reload watch, paste-URL, favorites, device diagnostics and a connection tester.

Install the framework: pip install enpaf-1.1.1-py3-none-any.whl · Docs: https://github.com/aaalllexxx/enpaf/wiki

ENPAF 1.1.0

Choose a tag to compare

@aaalllexxx aaalllexxx released this 29 Jun 21:37

First public release of ENPAF.

Framework

  • enpaf-1.1.0-py3-none-any.whl / enpaf-1.1.0.tar.gz — install with pip install enpaf-1.1.0-py3-none-any.whl, then use the paf CLI.

Apps (release-signed APKs)

  • testapp-1.0.1.apk — example app demonstrating the framework.
  • enpaf_companion-1.0.13.apk — Expo-Go-style companion/debugger.

Install an APK with adb install <file>.apk or transfer it to your device.