Releases: aaalllexxx/enpaf
Releases · aaalllexxx/enpaf
Release list
v1.1.3
Full Changelog: v1.1.2...v1.1.3
.whl and .gz for python module
.apk for companion application
v1.1.2
ENPAF 1.1.1
Maintenance + DX release.
Framework
- New
paf updatecommand — upgrade PAF from the console (paf update,--prefor 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_KEYoverride. - 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
First public release of ENPAF.
Framework
enpaf-1.1.0-py3-none-any.whl/enpaf-1.1.0.tar.gz— install withpip install enpaf-1.1.0-py3-none-any.whl, then use thepafCLI.
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.