Skip to content

v1.2.0

Latest

Choose a tag to compare

@punchIn-app-bot punchIn-app-bot released this 11 Jun 23:45
· 2 commits to main since this release
659c682

[1.2.0] — 2026-06-11

Changed

  • App-context windows can now genuinely close themselves. Browsers only honour
    window.close() when the window has an opener or its back/forward stack holds fewer than two
    entries (the OAuth-popup pattern). The app opens the forms with noopener, and a native POST
    navigation made the success page entry #2 — so the v1.1.1 Close button always fell back to the
    ✕ hint. In app context the form now submits via fetch() and the response (success, form
    error, or error page) replaces the document in place, keeping the stack at one entry — the
    Close button is then permitted to dismiss the tab/Custom Tab. Native form POST remains for
    direct visitors, no-JS, and as the automatic fallback if fetch() fails. (#6 follow-up)