Skip to content

Release v1.1.3 / 5.56.3

Compare
Choose a tag to compare
@DavidXanatos DavidXanatos released this 20 Jun 20:35
· 3269 commits to master since this release
8655f40

0 5 5

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

  • added support for NtRenameKey (this requires UseRegDeleteV2=y) #205
  • added box size info #1780

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

  • fixed folder rename issues (this requires UseFileDeleteV2=y) #71
  • fixed issue with process access #1603
  • fixed translation issue #1864
  • fixed UI issue with the box selection window #1867
  • fixed UI issue when switching languages #1871