Skip to content

Releases: sandboxie-plus/Sandboxie

Release v1.6.1 / 5.61.1

04 Dec 16:08
0640414
Compare
Choose a tag to compare
Pre-release

0 5 5

This build fixes a few issues and improves on the new update mechanism.

[1.6.1 / 5.61.1] - 2022-12-04

Added

  • added global option to introduce run menu entries to all boxes

Changed

  • reorganized command prompt entries #2451
  • the "live" update channel is now part of the "preview" channel for which Version Updates can now be disabled

Fixed

  • fixed issue with support setting drop-down menu multiplying #2502 (okrc)
  • added translations folder as deprecated, to be removed upon installation #2500 (lufog)
  • fixed issue with disk usage of hidden items not counted #2503 (okrc)
  • fixed issue with boolean settings which can also be set per process #2495
  • fixed issue with disk usage of hidden items not counted #2503

Release v1.6.0 / 5.61.0

26 Nov 15:59
d9eecd4
Compare
Choose a tag to compare
Pre-release

0 5 5

This build fixes a few issues and introduces a new update mechanism which allows to update individual files.

On the "Support Tab" in the "Global Options" the user can now choose from 3 release channels:

  1. Stable - GitHub Releases
  2. Preview - GitHub Pre-Releases
  3. Live - Test builds before they are mature enough to be a Pre-Release

There the user can also select how to behave when a "Full Update" (where an installer is available) or a "Version Revision" (where only individual files of the existing installation will be updated) is found.

The installers will offer the ability to download the latest Templates.ini and translations when installing.

The Live release channel will be available as "Version Revision" only.

[1.6.0 / 5.61.0] - 2022-11-26

Added

  • added ability to import/export boxes into 7z files
  • added new update mechanism allowing for incremental updates
    -- used for nightly test builds in the "live" update channel
    -- used to update Templates.ini and translations after installation #1105

Changed

  • restructured the box context menu a bit
  • SandMan translations are now compressed and located in translations.7z

Fixed

  • fixed issue with recycle icon not updated in time #2457 (thanks okrc)
  • fixed issue with "index out of range" #2470 (thanks okrc)
  • fixed issue starting SandMan after install #2284
  • fixed encoding issue with my_version.h #2475
  • fixed issue with empty group blinking sequence #2486 (thanks okrc)

Release v1.5.3 / 5.60.3

08 Nov 07:29
Compare
Choose a tag to compare

0 5 5

This build fixes various issues and minor improvements.

Note: if you encounter the new message SBIE2227, the right course of action is to enable 8.3 name support for all volume on your system. Use the following command in an elevated command prompt:

fsutil behavior set disable8dot3 0

This is not a new issue, but an old forgotten one.
The message has been added to bring attention to potential problems and offer instructions how to properly resolve the issue.

You can support the project through donations, any help will be greatly appreciated.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

Changelog

Added

  • boxes set to auto-delete are now marked with a small red recycle symbol
  • added Vietnamese language on Plus UI #2438

Fixed

  • fixed issue with box options #2400
  • fixed issue with Smart App Control #2341
  • fixed issue with snapshots when using privacy boxes #2427
  • fixed issue with m_pColorslider change not applied #2433 (thanks okrc)
  • fixed issue with switching snapshots when the file panel is open
  • fixed issue with file panel when an empty box is selected #2419
  • fixed issue with menu icon not being disabled #2406
  • fixed compatibility issue with Microsoft Edge #2312
  • fixed UsePrivacyMode=y compatibility with Windows 7 #2423
  • fixed minor issue during Sandboxie Plus uninstall #2421
  • fixed BSOD issue when driver initialization fails (introduced in 1.5.1) #2431
  • fixed fake paths being listed even if true paths do not exist #2403
  • fixed issue with Firefox 106.x requesting write access to plugin executables #2391 #2411

Release v1.5.2 / 5.60.2

28 Oct 08:20
Compare
Choose a tag to compare
Pre-release

0 5 5

This build fixes various issues and minor improvements.

Note: if you encounter the new message SBIE2227, the right course of action is to enable 8.3 name support for the volume you are using. Assuming you are using for example a RAM disk with the letter R:\, use the following command in an elevated command prompt:

fsutil behavior set disable8dot3 R: 0

This is not a new issue, but an old forgotten one.
The message has been added to bring attention to potential problems and offer instructions how to properly resolve the issue.

Note: this installers are not signed as its an um scheduled hotfix release

You can support the project through donations, any help will be greatly appreciated.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

Changelog

Changed

  • utility groups are now cleaned up automatically
  • improved removal of leftovers #2409

Fixed

  • fixed issues with SBIE2227 on virtual drives
  • fixed issues on native 32-bit windows introduced with 1.5.0 #2401

Release v1.5.1 / 5.60.1

26 Oct 10:19
Compare
Choose a tag to compare

0 5 5

This build fixes various issues and minor improvements.

Note: if you encounter the new message SBIE2227, the right course of action is to enable 8.3 name support for the volume you are using. Assuming you are using for example a RAM disk with the letter R:\, use the following command in an elevated command prompt:

fsutil behavior set disable8dot3 R: 0

This is not a new issue, but an old forgotten one.
The message has been added to bring attention to potential problems and offer instructions how to properly resolve the issue.

Known Issues

You can support the project through donations, any help will be greatly appreciated.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

Changelog

Added

  • added SBIE2227 warning when a sandbox is located on a volume without 8.3 name support
  • added template for Tencent QQ #2367

Fixed

  • fixed issues when renaming a sandbox with a custom path #2368
  • properly fixed the Firefox 106 issue 46e9979
  • fixed issue with alternative UI modes #2380
  • fixed command line corruption with breakout processes #2377
  • fixed issues with Privacy Enhanced box types #2342
  • fixed issue with boxed object directory initialization #2342
  • Sandboxie no longer leaves behind permanent directory objects
  • FIXED SECURITY ISSUE ID-21 AlpcConnectPortEx was not filtered by the driver #2396
  • fixed issues with program control options #2395

Release v1.5.0 / 5.60.0

19 Oct 09:00
e0d0e77
Compare
Choose a tag to compare

0 5 5

This build brings ARM64 support to sandboxie it supports windows 10 and 11 on ARM64, for non ARM users this build brings only a couple of fixes and minor improvements.
The ARM64 build is to be considered pre-release it may still contain bugs, while the regular Intel/AMD builds are regular bug fix releases where no issues are to be expected.

You can support the project through donations, any help will be greatly appreciated.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

Changelog

Added

  • Added support for Windows on ARM64 #1321 #645
    -- Ported SbieDrv for ARM64
    -- Ported low level injection mechanism for ARM64/ARM64EC
    -- Ported syscall hooks for ARM64/ARM64EC
    -- Ported SbieDll.dll to ARM64/ARM64EC
    -- Note: ARM32 on ARM64 is not implemented and will terminate with message SBIE2338
    -- Note: When Sandboxie is running, it disables the use of CHPE binaries for x86 processes globally, this is required for the forced processes functionality. This behaviour can be disabled by adding the global option "DisableCHPE=n" to the Sandboxie.ini, then x86 processes started outside the sandbox, instead of being forced, will be terminated with message SBIE2338

fixed

  • fixed issue with Win32 hooks in x86 applications
  • Avoid window overlap when editing templates #2339 (thanks okrc)
  • Fixed the wrong write of OpenWinClass setting UI #2347 (thanks okrc)
  • Fixed issue about Local Template #2338 (thanks okrc)
  • fixed Edge WebView compatybility issue #2350
  • added provisional workaround for firefox 106 content process sandbox issue
  • Fixed bug with Rename Sandbox 2358 (thanks okrc)

Changed

  • reworked API compatibility check
  • Break out process is now available for all users

Release v1.4.2 / 5.59.2

10 Oct 07:21
Compare
Choose a tag to compare

0 5 5

This build fixes various compatibility and usability issues.

You can support the project through donations, any help will be greatly appreciated.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

Changelog

Added

  • added tooltips to resource access modes #2300
  • added UI option to control ApplyElevateCreateProcessFix #2302
  • added message 2226 issued when a process may need 'ApplyElevateCreateProcessFix=y'

Changed

  • Moved Restrictions tab from the new Security page back to the General page

Fixed

  • fixed wrong button captions in the breakout process page
  • fixed issue with saving box recovery options
  • fixed the display problem of Sandman #2306 (thanks okrc)
  • fixed theme not auto changing #2307
  • fixed issue with saving sandman window state on windows shutdown
  • fixed miscellaneous minor issues #2301
  • fixed issue with MSEdge introduced in 106.x #2325
  • fixed vivaldi hooking issue, UseVivaldiWorkaround is no longer needed #1783
  • fixed issues with misc advanced options page #2315

Release v1.4.1 / 5.59.1

05 Oct 20:59
Compare
Choose a tag to compare

0 5 5

This build improves the SandMan UI a lot and adds various new UX oriented features, it also makes the Sandboxie Plus code base Qt6 compatible, that said, the build currently uses still Qt5, a switch to Qt6 is planned for later. With regard to Qt6's no longer present Windows 7 support, this won't be an issue as a custom build of Qt6's base components will be used which are Windows 7 compatible.

You can support the project through donations, any help will be greatly appreciated.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

Changelog

[1.4.1 / 5.59.1] - 2022-10-05

Added

  • added dark title bar support for Windows 11 #2299

Changed

  • in Sbie 5.28 and later WinInetCache is open, which breaks IE's source view, therefore it can now be disabled with 'CloseWinInetCache=y'

Fixed

  • fixed WarnProcess and WarnFolder not working with certain configurations

[1.4.0 / 5.59.0] - 2022-09-30

Added

  • added integrated run from start menu #1836
  • added start menu enumeration #1570
  • added UI for breakout processes #1904
  • added option to customize double-click action per sandbox
  • added new miscellaneous tab in the advanced options tab allowing to configure specific processes and other advanced options
  • added "SeparateUserFolders=y" and "SandboxieLogon=y" to the sandbox options dialog
  • added icons to the section labels on the option pages

Changed

  • prepared for Qt 6.3.1
  • restructured the general settings page
  • restructured the sandbox options page, added a new tab and moved some of the advanced options there

Fixed

  • fixed menu bar issue in Plus UI #2280 (thanks okrc)

Release v1.4.0 / 5.59.0

30 Sep 15:39
Compare
Choose a tag to compare
Pre-release

0 5 5

This is a unsigned test build (that is the driver is signed but not the installers), it improves the SandMan UI a lot and adds various new UX oriented features, it also makes the Sandboxie Plus code base Qt6 compatible, that said, the build currently uses still Qt5, a switch to Qt6 is planned for later. With regard to Qt6's no longer present Windows 7 support, this won't be an issue as a custom build of Qt6's base components will be used which are Windows 7 compatible.

You can support the project through donations, any help will be greatly appreciated.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

Changelog

Added

  • added integrated run from start menu #1836
  • added start menu enumeration #1570
  • added UI for breakout processes #1904
  • added option to customize double-click action per sandbox
  • added new miscellaneous tab in the advanced options tab allowing to configure specific processes and other advanced options
  • added "SeparateUserFolders=y" and "SandboxieLogon=y" to the sandbox options dialog
  • added icons to the section labels on the option pages

Changed

  • prepared for Qt 6.3.1
  • restructured the general settings page
  • restructured the sandbox options page, added a new tab and moved some of the advanced options there

Fixed

  • fixed menu bar issue in Plus UI #2280 (thanks okrc)

Release v1.3.5 / 5.58.5

26 Sep 06:49
5924824
Compare
Choose a tag to compare

0 5 5

This build fixes various minor issues and adds some improvements.

You can support the project through donations, any help will be greatly appreciated.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

Changelog

Added

  • added localization to Windows 11 shell menu #2229

Changed

  • improved recovery window behaviour in Plus UI #2266

Fixed

  • fixed issues with stale data in Sandboxie-Plus.ini #2248 (thanks okrc)
  • fixed issue with dummy manifests #2252
  • fixed issue with XYplorer #2230
  • fixed crash in Plus UI e9e21c2
  • fixed m_pCleanUpButton is displayed empty when NoIcons=1 #2273 (thanks okrc)