Skip to content

Releases: karkason/pywinsandbox

v1.4.0

26 Jun 05:23
5faa13d
Compare
Choose a tag to compare

Bugfix version.

  • Support the case where the user-site dir doesn't exist because 'pip install --user' wasn't run on the installment.
  • Extend startup timeout due to Win11 slower startup times
  • Support python3.exe use-case for firewall disablement inside target sandbox

Hopefully fixes #14.

v1.3.0

01 Sep 08:40
85d82fd
Compare
Choose a tag to compare

Support for Virtual Environments and user-site packages (i.e. installing the package not-as-admin on Windows).

Closes #14 :)

v1.2.0

30 Apr 14:36
1316bd0
Compare
Choose a tag to compare

Don't allow to import the package when the Windows Sandbox Feature is not enabled.

Thanks @victork1996 for the contribution!

v1.1.0

31 Mar 09:56
f8356eb
Compare
Choose a tag to compare

Support for a "Run Sandboxed" & "Open Sandboxed" shell extensions!

v1.0.0

24 Mar 20:08
Compare
Choose a tag to compare

First release of PyWinSandbox!
Features:

  • Create configuration for the Windows Sandbox
  • Launch new sandboxes
  • Online sandbox with an RPyC connection
  • Commandline utillities (winsandbox / wsb) with interactive mode (-i)