Xandboxie-Plus v1.4.1 Released
Added 2022-10-05 21:03:52 +0000 UTC
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 sandman 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.
Changelog
[1.4.1 / 5.59.1] - 2022-10-05
Added
- addes dark title bar support for Windows 11 #2299
Changed
- In sbie 5.28 and later WinInetCache is open, this breks IE's source view, hence 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 advanced tab in the advanced tab allowing to configure specific processes and other advanced options
- added "SeparateUserFolders=y" and "SandboxieLogon=y" to the sandbox options dialog
- added icons to option section labels
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)