Skip to content

xVeil v0.13.39

Choose a tag to compare

@github-actions github-actions released this 03 Sep 09:38
· 15 commits to main since this release
48069e9

[0.13.39] — 2026-09-03

Fixed

  • Revoking a shared folder now stays revoked. The withdrawal was recorded by
    removing the share and saving the list afterwards, so a save that failed —
    a full container is enough — left the folder on disk with nothing saying it
    had been withdrawn, and the next launch served the link again for the rest
    of its seven days. The runtime state was already gone by then, so there was
    nothing left to retry. The withdrawal is now written down first, and a
    launch reads that record before it hosts anything. File shares have worked
    this way all along; folders did not.