Releases: sandboxie-plus/Sandboxie
Release v1.2.2 / 5.57.2
This build fixes a few issues introduced in the last v1.2.1 build.
If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.
You can support the project through donations, any help will be greatly appreciated.
ChangeLog
Fixed
- fixed issues with frame-drawing
- fixed issues with the tray and box menu introduced in the last build
- removed focus rectangle from the tree list
Changed
- refactored menu creation code
Release v1.2.1 / 5.57.1
This build adds various UI improvements and a Vintage View Mode which makes Sandman.exe look almost like the classic SbieCtrl.exe
If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.
You can support the project through donations, any help will be greatly appreciated.
ChangeLog
Added
- added Swedish translation to Plus UI (thanks pb1)
- added Vintage View Mode to make SandMan UI look like SbieCtrl
- added alternative tray menu mechanics
- added ability to auto-generate sandbox icons based on the border colour
Changed
- changed box group icon to a dedicated one
- "browse content" is now available as a side panel in the main window
- animated hourglass icon overlay
Fixed
- fixed DPI issue on Windows 7
- fixed issue with Software Compatibility tab
- fixed issue with OpenKeyPath introduced in build 1.1.1 #2006
Release v1.2.0 / 5.57.0
This build is a test build, it changes two core Sandboxie mechanics.
- It reworks the hooking mechanism to enable proper unhooking on dll unload which should solve various compatibility issues
- It lets Sandboxie to use custom logon tokens instead of the anonymous one, the option is on by default in the test build and can be controlled with the "SandboxieLogon" setting
EDIT: there was an issue with the Plus builds v1.2.0, so they were rebuilt and re-uploaded, but due to lack of time they were not signed: https://www.wilderssecurity.com/threads/sandboxie-plus-v1-2-0.445783/#post-3090370
If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.
You can support the project through donations, any help will be greatly appreciated.
ChangeLog
Added
- Reenginiered "SandboxieLogon=y" and set it on by default, now every sandbox gets its own SID
-- Note: this enforces the isolation of individual sandboxes from each other.
Changed
- reworked hook management, now unloaded dll's are properly unhooked #1243
- box order is now stored in the plus ini
- improved dpi scaling behavioure
Release v1.1.3 / 5.56.3
Known Issue
- OpenKeyPath settings do not work between v1.1.1 and v1.1.3: #2006 #1276 (comment)
This release changes how sandboxie marks deleted host files as deleted, instead of creating dummy entries it uses an internal data structure to keep the stat of changes to the host file system. With the new mechanics it is possible to rename folders and keys properly.
This new behavior needs to be enabled by specifying UseFileDeleteV2=y sand UseRegDeleteV2=y in later builds this will be enabled by default, hence please test this build and report back if there are any issues.
This build also adds a new UI functionality, sandman.exe now monitors the size of sandboxes and reports it in the info column, this functionality needs to be enabled in the global settings.
Last but not least this build reduces the cpu usage of sandman.exe a lot.
If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.
You can support the project through donations, any help will be greatly appreciated.
ChangeLog
[1.1.3 / 5.56.3] - 2022-06-20
Added
- added group first sorting #1922
Changed
- updated Classic UI Swedish translation (thanks pb1)
- restored Plus UI Turkish translation #1419 (thanks fmbxnary)
Fixed
- fixed issue with recovery window on delete #1948
- fixed double-click issue on path column #1951
- "AllowBoxedJobs=n" is back to the default behaviour as issues were reported #1954
- fixed issue with internet block #1955
- fixed grouping issue in the Plus UI #1950
- fixed issue with CredentialUIBroker.exe on win 11 with win32k hooks #1839
- fixed issue with delete V2 #1939
[1.1.2 / 5.56.2] - 2022-06-14
Added
- added missing file recovery log to SandMan #425
- the immediate recovery window will now auto-close when all files have been recovered #1498
- the immediate recovery window of SandMan is always on top by default like in SbieCtrl; this can be disabled with "Options/RecoveryOnTop=n" #1465
- added option to toggle immediate recovery from the presets submenu #1653
- added option to disable file recovery and message pop-up globally
- added per box refresh option #1945
Changed
- the desktop security workaround used for Chrome, Firefox and Acrobat can now be enabled for all processes using "UseSbieDeskHack=y"
- improved double-click behaviour #1935
- box size info is refreshed on file recovery
Fixed
- fixed issue with unnecessary Sandboxie config reloads introduced in 1.1.1 #1938
- fixed issue with recovery window focus #1374
- fixed issues with desktop objects introduced in 1.1.1 #1934
- fixed issues with Edge startup boost using a GPO preset #1913
[1.1.1 / 5.56.1] - 2022-06-07
Added
- compatibility templates can now be viewed from the settings window #1891
- the refresh command is now bound to F5 #1885
- added more first start wizard options
- added option to permanently disable immediate recovery for any given box when it opens #1478
- double click on the path column now opens the box root in explorer #1924
Changed
- changed Move Box behaviour #1879
- improved implementation of the PreferExternalManifest option
- Win32k hooks are now by default only used for Edge and Chromium apps as they cause issues with other software #1902 #1912 #1897
- "AllowBoxedJobs=y" is now the default behaviour
Fixed
- fixed Edge issue with Windows 11 after KB5014019
- fixed issues with the new delete V2 mechanism when using "SeparateUserFolders=y" #1885
- fixed credential issue #1770
- fixed force process priorities #1883
- fixed issues with the new delete V2 mechanism
- fixed issue with the Windows 11 menu on older Windows builds 1877
- refresh now works without WatchBoxSize option #1885
- fixed crash issue with WatchBoxSize=true #1885
- fixed issue with recovery folder paths #1840
- fixed issues with Sbie desktop and wndStation affecting Acrobat Reader #1863
- fixed issues with box grouping #1921 #1920
- fixed issues when changing language #1914
- fixed issue with BreakoutFolder #1908
- fixed issue with SbieDll.dll for x86 exception handling
- fixed issues with application-specific hives (RegLoadAppKey) affecting Visual Studio #1576 #1452
[1.1.0 / 5.56.0] - 2022-05-24
Added
Changed
- reworked the mechanism Sandboxie uses to mark host files as deleted
-- under the new behaviour a data file (FilePaths.dat) is created in the box root instead of dummy files
-- it can be enabled with UseFileDeleteV2=y and also for the registry with UseRegDeleteV2=y which creates a reg file (RegPaths.dat) - reworked the TlsNameBuffer mechanism to be more versatile and less error-prone
- significantly reduced the CPU usage of SandMan.exe
Fixed
Release v1.1.2 / 5.56.2
This is an experimental release it changes how sandboxie marks deleted host files as deleted, instead of creating dummy entries it uses an internal data structure to keep the stat of changes to the host file system. With the new mechanics it is possible to rename folders and keys properly.
This new behavior needs to be enabled by specifying UseFileDeleteV2=y sand UseRegDeleteV2=y in later builds this will be enabled by default, hence please test this pre release build and report back if there are any issues.
This build also adds a new UI functionality, sandman.exe now monitors the size of sandboxes and reports it in the info column, this functionality needs to be enabled in the global settings.
Last but not least this build reduces the cpu usage of sandman.exe a lot.
If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.
You can support the project through donations, any help will be greatly appreciated.
ChangeLog
Added
- added missing file recovery log from sbiectrl to sandman #425
- Imminent recovery window will now auto close when all files are recovered #1498
- the imminent recovery window of sandman is now by default alway on top like in sbiectrl this can be disabled with "Options/RecoveryOnTop=n" #1465
- added option to toggle Imminent recovery from the presets sub menu #1653
- added option to disable file recovery and or message pop up globally
- added per box refresh opzion #1945
Changed
- desktop security workaround used for chrome, firefox and acrobat can now be enabled for all processes using "UseSbieDeskHack=y"
- inproved double click behavioure #1935
- box size info is refreshed on file recovery
Fixed
Release v1.1.1 / 5.56.1
This is an experimental release it changes how sandboxie marks deleted host files as deleted, instead of creating dummy entries it uses an internal data structure to keep the stat of changes to the host file system. With the new mechanics it is possible to rename folders and keys properly.
This new behavior needs to be enabled by specifying UseFileDeleteV2=y sand UseRegDeleteV2=y in later builds this will be enabled by default, hence please test this pre release build and report back if there are any issues.
This build also adds a new UI functionality, sandman.exe now monitors the size of sandboxes and reports it in the info column, this functionality needs to be enabled in the global settings.
Last but not least this build reduces the cpu usage of sandman.exe a lot.
If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.
You can support the project through donations, any help will be greatly appreciated.
ChangeLog
Added
- compatibility templates can now be viewed from the settings window #1891
- the refresh command is now bound to F5 #1885
- added more first start wizard options
- added option to permanently disable immediate recovery for any given box when it opens #1478
- double click on the path column now opens the box root in explorer #1924
Changed
- changed Move Box behaviour #1879
- improved implementation of the PreferExternalManifest option
- Win32k hooks are now by default only used for Edge and Chromium apps as they cause issues with other software #1902 #1912 #1897
- "AllowBoxedJobs=y" is now the default behaviour
Fixed
- fixed Edge issue with Windows 11 after KB5014019
- fixed issues with the new delete V2 mechanism when using "SeparateUserFolders=y" #1885
- fixed credential issue #1770
- fixed force process priorities #1883
- fixed issues with the new delete V2 mechanism
- fixed issue with the Windows 11 menu on older Windows builds 1877
- refresh now works without WatchBoxSize option #1885
- fixed crash issue with WatchBoxSize=true #1885
- fixed issue with recovery folder paths #1840
- fixed issues with Sbie desktop and wndStation affecting Acrobat Reader #1863
- fixed issues with box grouping #1921 #1920
- fixed issues when changing language #1914
- fixed issue with BreakoutFolder #1908
- fixed issue with SbieDll.dll for x86 exception handling
- fixed issues with application-specific hives (RegLoadAppKey) affecting Visual Studio #1576 #1452
Release v1.1.0 / 5.56.0
This is an experimental release it changes how sandboxie marks deleted host files as deleted, instead of creating dummy entries it uses an internal data structure to keep the stat of changes to the host file system. With the new mechanics it is possible to rename folders and keys properly.
This new behavior needs to be enabled by specifying UseFileDeleteV2=y sand UseRegDeleteV2=y in later builds this will be enabled by default, hence please test this pre release build and report back if there are any issues.
EDIT: please note due to a bug in the current build the UseFileDeleteV2=y sand UseRegDeleteV2=y requires also SeparateUserFolders=y this will be fixed in the next build.
This build also adds a new UI functionality, sandman.exe now monitors the size of sandboxes and reports it in the info column, this functionality needs to be enabled in the global settings.
Last but not least this build reduces the cpu usage of sandman.exe a lot.
If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.
You can support the project through donations, any help will be greatly appreciated.
ChangeLog
Added
Changed
- reworked the mechanism sandboxie uses to mark host files as deleted
-- the new behavioure creates a data file in the box root FilePaths.dat instead of creating dummy files
-- it can be enabled with UseFileDeleteV2=y sane for the registry UseRegDeleteV2=y using RegPaths.dat - reworked the TlsNameBuffer mechanism to be more versatile and less error prone
- significantly reduced the CPU usage of sandman.exe
Fixed
Release v1.0.22 / 5.55.22
This build brings a few fixes as well as a few small features, most notably support for the new windows 11 explorer context menu.
For now to get it enabled the setting needs to be manually toggled on windows 11, a later installer update will automate this for win 11.
If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.
You can support the project through donations, any help will be greatly appreciated.
ChangeLog
Added
- added auto update download and silent install option to sandman.exe #917
- trace monitor mode can now also save to file #1851
- trace log now shows ipc object type information
- added support for windows 11 context menus
Fixed
Release v1.0.21 / 5.55.21
This build is a maintenance release, fixing various issues
If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.
You can support the project through donations, any help will be greatly appreciated.
ChangeLog
Added
- added "FuncSkipHook=FunctionName" option to selectively disable certain function hooks
Changed
- improved the support certificate entry box
- changing the language no longer requires a restart on Plus UI
- fixed issue with high CPU load when using SbieCtrl to change settings
Fixed
Release v1.0.20 / 5.55.20
This build is a maintenance release, fixing various issues