scp81: decoded script-results panel in the tab (v2.1.7)

- results carry the originating APDU, so auto-continued SW CAFE pages group
  under their logical command
- new tab panel: memory pages decode to applets / free NV / free volatile,
  GET STATUS pages decode to AID + lifecycle + privileges (via the existing
  decodePrivileges) + module AIDs, truncated page tails are skipped
- tests: decoders and grouping (frontend 342, python 192)
- service worker v144
This commit is contained in:
2026-09-16 01:59:04 +03:00
parent a352d8fe3f
commit e255677dd9
5 changed files with 176 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'otaman-v143';
const CACHE = 'otaman-v144';
const URLS = [
'index.html',
'help.html',