2020-04-10 15:06:27 +01:00
# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning ](http://semver.org/ ).
2021-07-30 20:08:35 +01:00
2021-08-08 09:14:47 +01:00
2021-09-12 11:43:35 +01:00
2021-09-19 18:45:04 +01:00
## [0.9.7 / 5.52.7] - 2021-09-??
2021-09-12 11:43:35 +01:00
### Added
2021-09-19 18:45:04 +01:00
- added forced process indicator to process status column [#1174 ](https://github.com/sandboxie-plus/Sandboxie/issues/1174 )
- added "SbieTrace=y" option to trace the intaraction between sandboxie processes and the core sandboxie components
- when initializing an empty sandbox MSI debug keys are set to generate msi service debug output
- added "DisableComProxy=y" alowing to disable com proxying through the service
2021-09-12 11:43:35 +01:00
### Changed
2021-09-12 19:52:12 +01:00
- reworked SbieSvc ini server to allow settings caching and greatly improve performance
-- Now comments in the Sandboxie.ini are being preserved as well as the order of all entries
2021-09-12 11:43:35 +01:00
- enabled configuration section list replacement with a hash map to improve configuration performance
2021-09-12 19:52:12 +01:00
- improved progress and status messages for the Plus installer (by mpheath) [#1168 ](https://github.com/sandboxie-plus/Sandboxie/pull/1168 )
2021-09-20 17:01:09 +01:00
- disabled Turkish language on Plus UI for inactivity (by isaak654) [#1215 ](https://github.com/sandboxie-plus/Sandboxie/pull/1215 )
2021-09-12 11:43:35 +01:00
### Fixed
2021-09-14 14:26:52 +01:00
- fixed Plus upgrade install in Windows 7 (by mpheath) [#1194 ](https://github.com/sandboxie-plus/Sandboxie/pull/1194 )
2021-09-19 18:45:04 +01:00
- fixed custom autoexec commands being executed on each box start instead of only on the initialization
- fixed a design issue limiting the maximal amount of processes in one box to 511
- fixed handle leaks in the lingering process monitor mechanism
2021-09-20 17:01:09 +01:00
- fixed build issue with explicit SHA256 fd algorithm for driver sign (by isaak654) [#1210 ](https://github.com/sandboxie-plus/Sandboxie/pull/1210 )
2021-09-12 11:43:35 +01:00
2021-09-19 18:45:04 +01:00
### removed
- removed support for Microsoft EMET (Enhanced Mitigation Experience Toolkit), as it was EOL in 2018
- removed support for Messenger Plus! Live MSN messanger addon as MSN messager is EOL sinde 2013
2021-09-12 11:43:35 +01:00
2021-09-12 10:48:51 +01:00
## [0.9.6 / 5.51.6] - 2021-09-12
2021-09-03 19:35:48 +01:00
### Added
- added ability to rename groups [#1152 ](https://github.com/sandboxie-plus/Sandboxie/issues/1152 )
2021-09-12 19:52:12 +01:00
- added ability to define a custom order for the sandboxes, they can be moved by using the move context menu, or holding Alt + Arrow Key
2021-09-11 09:05:43 +01:00
- added recovery to list to the recovery window: [#988 ](https://github.com/sandboxie-plus/Sandboxie/issues/988 )
- added finder to the recovery window
2021-09-05 00:23:25 +01:00
### Changed
- updated the BlockPort rule inside Template_BlockPorts to the new NetworkAccess format (by isaak654) [#1162 ](https://github.com/sandboxie-plus/Sandboxie/pull/1162 )
2021-09-12 19:52:12 +01:00
- default for immediate recovery behaviour is now to show the recovery window instead of using the notifications window [#988 ](https://github.com/sandboxie-plus/Sandboxie/issues/988 )
- the new run dialog now requires a double-click [#1171 ](https://github.com/sandboxie-plus/Sandboxie/issues/1171 )
2021-09-11 09:05:43 +01:00
- reworked the recovery window
2021-09-03 19:35:48 +01:00
### Fixed
- fixed issue with create group menu [#1151 ](https://github.com/sandboxie-plus/Sandboxie/issues/1151 )
2021-09-12 19:52:12 +01:00
- fixed issue that caused a box to lose its group association when renaming
- fixed issue with Thunderbird 91+ [#1156 ](https://github.com/sandboxie-plus/Sandboxie/issues/1156 )
2021-09-03 19:35:48 +01:00
- fixed an issue with file disposition handling [#1161 ](https://github.com/sandboxie-plus/Sandboxie/issues/1161 )
2021-09-12 19:52:12 +01:00
- fixed issue with Windows 11 22449.1000 [#1164 ](https://github.com/sandboxie-plus/Sandboxie/issues/1164 )
2021-09-05 00:23:25 +01:00
- fixed SRWare Iron template (by Dyras) [#1146 ](https://github.com/sandboxie-plus/Sandboxie/pull/1146 )
2021-09-12 19:52:12 +01:00
- fixed label positioning in Classic UI (by isaak654) [#1088 ](https://github.com/sandboxie-plus/Sandboxie/issues/1088 )
2021-09-14 15:01:18 +01:00
- fixed an old issue that occurred when only an asterisk was set as path [#971 ](https://github.com/sandboxie-plus/Sandboxie/issues/971 )
2021-09-03 19:35:48 +01:00
2021-08-31 14:56:37 +01:00
## [0.9.5 / 5.51.5] - 2021-08-30
2021-08-30 07:52:45 +01:00
### Added
2021-08-31 14:56:37 +01:00
- added option to run a sandbox in [session 0 ](https://techcommunity.microsoft.com/t5/ask-the-performance-team/application-compatibility-session-0-isolation/ba-p/372361 )
2021-08-31 16:20:51 +01:00
-- Note: the processes then have a system token, hence it's recommended to enable "DropAdminRights=y"
2021-08-31 14:56:37 +01:00
- if the UI is run with admin privileges, it can terminate sandboxed processes in other sessions now
- added "StartSystemBox=" option to auto-run a box on Sbie start/system boot in session 0
-- Note: box start is done by issuing Start.exe /box:[name] auto_run
- add Start.exe auto_run command to start all sandboxed auto-start locations
- add Start.exe /keep_alive command line switch which keeps a process running in the box until it gracefully terminates
- added "StartCommand=" which starts a complex command through Start.exe on box startup
- added menu option to start regedit and load the box's registry key
- added system tray option in the Plus UI to show Classic icon [#963 ](https://github.com/sandboxie-plus/Sandboxie/issues/963#issuecomment-903933535 )
2021-08-30 07:52:45 +01:00
### Changed
2021-08-31 14:56:37 +01:00
- changed command prompt icon and string from "Terminal" to "Command Prompt" [#1135 ](https://github.com/sandboxie-plus/Sandboxie/issues/1135 )
2021-08-30 07:52:45 +01:00
- reworked box menu layout a bit
2021-08-31 14:56:37 +01:00
### Fixed
- fixed driver compatibility with Windows Server 2022 (build 20348) [#1143 ](https://github.com/sandboxie-plus/Sandboxie/issues/1143 )
2021-08-30 07:52:45 +01:00
- fixed issue with creating shortcuts [#1134 ](https://github.com/sandboxie-plus/Sandboxie/issues/1134 )
2021-08-31 14:56:37 +01:00
### Installers re-released on 2021-08-31 with the following fix:
- fixed KmdUtil warning 1061 after Plus upgrade (by mpheath) [#968 ](https://github.com/sandboxie-plus/Sandboxie/issues/968 ) [#1139 ](https://github.com/sandboxie-plus/Sandboxie/issues/1139 )
2021-08-30 07:52:45 +01:00
2021-08-22 20:20:22 +01:00
## [0.9.4 / 5.51.4] - 2021-08-22
2021-08-31 14:56:37 +01:00
### Added
2021-08-24 11:25:49 +01:00
- added clear commands to log submenus [#391 ](https://github.com/sandboxie-plus/Sandboxie/issues/391 )
- added option to disable process termination prompt [#514 ](https://github.com/sandboxie-plus/Sandboxie/issues/514 )
- added "Options/InstantRecovery" setting to sandboxie-plus.ini to use the recovery window instead of the notification pop-up [#988 ](https://github.com/sandboxie-plus/Sandboxie/issues/988 )
- added ability to rename a non-empty sandbox [#1100 ](https://github.com/sandboxie-plus/Sandboxie/issues/1100 )
- added ability to remove a non-empty sandbox
- added file browser window to SandMan UI to cover the file-view functionality of SbieCtrl [#578 ](https://github.com/sandboxie-plus/Sandboxie/issues/578 )
2021-08-22 20:20:22 +01:00
### Changed
2021-08-24 11:25:49 +01:00
- generic errors in Sbie UI now show the status code as hex and provide a string description when available
2021-08-22 20:20:22 +01:00
2021-08-31 14:56:37 +01:00
### Fixed
2021-08-24 11:25:49 +01:00
- fixed "del" shortcut to terminate a process not always working
2021-08-22 20:20:22 +01:00
- fixed group display issue [#1094 ](https://github.com/sandboxie-plus/Sandboxie/issues/1094 )
2021-08-24 11:25:49 +01:00
- fixed issue when using "run sandboxed" on a file that is already located in a sandbox [#1099 ](https://github.com/sandboxie-plus/Sandboxie/issues/1099 )
2021-08-22 20:20:22 +01:00
2021-08-08 17:40:23 +01:00
## [0.9.3 / 5.51.3] - 2021-08-08
2021-08-08 09:14:47 +01:00
2021-08-31 14:56:37 +01:00
> Read the developer's notes about the new [WFP functionality](https://github.com/sandboxie-plus/Sandboxie/releases/tag/0.9.3).
### Added
2021-08-08 21:57:40 +01:00
- ability to use the "run unsandboxed" option with Sandboxie links [#614 ](https://github.com/sandboxie-plus/Sandboxie/issues/614 )
2021-08-08 09:14:47 +01:00
### Fixed
2021-08-10 10:45:04 +01:00
- fixed "run outside sandbox" issue on Classic build [#614 ](https://github.com/sandboxie-plus/Sandboxie/issues/614#issuecomment-894710466 )
2021-08-08 21:57:40 +01:00
- fixed open template does not load the edit tab [#1054 ](https://github.com/sandboxie-plus/Sandboxie/issues/1054#issuecomment-893001316 )
- fixed issue with "explore sandboxed" [#972 ](https://github.com/sandboxie-plus/Sandboxie/issues/972 )
2021-08-08 09:14:47 +01:00
- fixed start directory for sandboxed processes [#1071 ](https://github.com/sandboxie-plus/Sandboxie/issues/1071 )
2021-08-08 21:57:40 +01:00
- fixed issue with language auto-detection [#1018 ](https://github.com/sandboxie-plus/Sandboxie/issues/1018 )
- fixed issue with multiple files with the same name, by always showing the extension [#1041 ](https://github.com/sandboxie-plus/Sandboxie/issues/1041 )
- fixed multiple program grouping issues with the SandMan UI [#1054 ](https://github.com/sandboxie-plus/Sandboxie/issues/1054 )
- fixed "no disk" error [#966 ](https://github.com/sandboxie-plus/Sandboxie/issues/966 )
2021-08-10 10:45:04 +01:00
- fixed issue with 32bit build using qMake, the -O2 option resulted in a crash in the QSbieAPI.dll [#995 ](https://github.com/sandboxie-plus/Sandboxie/issues/995 )
2021-08-08 19:28:16 +01:00
- fixed issue with UserSettings introduced in a recent build [#1054 ](https://github.com/sandboxie-plus/Sandboxie/issues/1054 )
2021-08-08 09:14:47 +01:00
2021-08-08 21:57:40 +01:00
2021-08-31 14:56:37 +01:00
## [0.9.2 / 5.51.2] - 2021-08-07 (pre-release)
2021-08-07 10:25:04 +01:00
### Added
2021-08-07 21:45:41 +01:00
- added ability to reconfigure the driver, which allows enabling/disabling WFP and other features without a reload/reboot
2021-08-07 10:25:04 +01:00
2021-08-08 09:14:47 +01:00
### Changed
- reorganized and improved the settings window
- improved the tray icon a bit, the sand is now more yellow
2021-08-07 10:25:04 +01:00
### Fixed
- fixed issue with process start handling introduced in 5.51.0 [#1063 ](https://github.com/sandboxie-plus/Sandboxie/issues/1063 )
- fixed issue with quick recovery introduced in 5.51.0
2021-08-07 21:45:41 +01:00
- fixed incompatibility with CET Hardware-enforced Stack Protection on Intel 11th gen and AMD Ryzen 5XXX CPUs [#1067 ](https://github.com/sandboxie-plus/Sandboxie/issues/1067 ) [#1012 ](https://github.com/sandboxie-plus/Sandboxie/issues/1012 )
2021-08-07 10:25:04 +01:00
2021-08-31 14:56:37 +01:00
### Removed
2021-08-08 09:14:47 +01:00
- commented out all Windows XP-specific support code from the driver
2021-08-07 10:25:04 +01:00
2021-07-30 20:08:35 +01:00
2021-08-31 14:56:37 +01:00
## [0.9.1 / 5.51.1] - 2021-07-31 (pre-release)
2021-07-30 11:47:38 +01:00
### Added
2021-08-07 21:45:41 +01:00
- added tray icon indicating broken connection to the driver if it happens
2021-07-30 11:47:38 +01:00
- added option to customize the tray icon
2021-07-30 20:08:35 +01:00
- added "DllSkipHook=some.dll" option to disable installation of hooks into selected DLLs
2021-07-30 15:14:27 +01:00
- added localization support for Plus installer (by yfdyh000 and mpheath) [#923 ](https://github.com/sandboxie-plus/Sandboxie/pull/923 )
2021-07-30 11:47:38 +01:00
### Changed
- reworked NtClose handling for better performance and extendibility
2021-07-31 19:29:25 +01:00
- improved tray box menu and list
2021-07-30 11:47:38 +01:00
### Fixed
2021-07-30 20:08:35 +01:00
- fixed issue with fake admin and some NSIS installers [#1052 ](https://github.com/sandboxie-plus/Sandboxie/issues/1052 )
- fixed more issued with FileDispositionInformation behaviour, which resulted in bogus file deletion handling
2021-07-30 11:47:38 +01:00
- fixed issue with checking WFP status
2021-07-30 14:54:14 +01:00
- fixed issue WFP failing to initialize at boot
2021-07-30 20:08:35 +01:00
- fixed issue with tray sandbox options not being available just after boot
2021-08-07 21:45:41 +01:00
- fixed issue access changed flag not being properly set in box options [#1065 ](https://github.com/sandboxie-plus/Sandboxie/issues/1065 )
2021-07-12 21:22:22 +01:00
2021-07-21 19:11:48 +01:00
2021-08-31 14:56:37 +01:00
## [0.9.0 / 5.51.0] - 2021-07-29 (pre-release)
2021-07-21 19:11:48 +01:00
### Added
2021-07-24 09:24:19 +01:00
- added support for Windows Filtering Platform (WFP) to be used instead of the device-based network blocking scheme
-- to enable this support, add 'NetworkEnableWFP=y' to the global section and reboot or reload the driver
2021-07-30 20:08:35 +01:00
-- to use WFP for a specific sandbox, add 'AllowNetworkAccess=n'
-- you can allow certain processes by using 'AllowNetworkAccess=program.exe,y'
2021-07-21 19:11:48 +01:00
-- you can also enable this policy globally by adding 'AllowNetworkAccess=n' to the global section
2021-07-30 20:08:35 +01:00
-- in this case you can exempt entire sandboxes by adding 'AllowNetworkAccess=y' to specific boxes
-- you can block certain processes by using 'AllowNetworkAccess=program.exe,n'
-- Note: WFP is less absolute than the old approach, using WFP will filter only TCP/UDP communication
2021-07-21 19:11:48 +01:00
-- restricted boxed processes will still be able to resolve domain names using the system service
2021-07-24 09:24:19 +01:00
-- however, they will not be able to send or receive data packets directly
-- the advantages of WFP is that filter rules can be implemented by restricting communication only to specified addresses or selected ports using "NetworkAccess=..."
- added fully functional rule-based packet filter in user mode for the case when "NetworkEnableWFP=y" is not set
2021-07-21 19:11:48 +01:00
-- the mechanism replaces the old "BlockPort=..." functionality
2021-07-24 09:24:19 +01:00
-- Note: this filter applies only to outgoing connections/traffic, for incoming traffic either the WFP mode or a third-party firewall is needed
-- like the old user mode based mechanism, malicious applications can bypass it by unhooking certain functions
-- hence it's recommended to use the kernel mode WFP-based mechanism when reliable isolation is required
2021-07-21 19:11:48 +01:00
- added new trace option "NetFwTrace=*" to trace the actions of the firewall components
2021-07-24 09:24:19 +01:00
-- please note that the driver only trace logs the kernel debug output, use DbgView.exe to log
- API_QUERY_PROCESS_INFO can now be used to get the impersonation token of a sandboxed thread
-- Note: this capability is used by TaskExplorer to allow inspecting sandbox-internal tokens
2021-07-21 19:11:48 +01:00
-- Note: a process must have administrative privileges to be able to use this API
- added a UI option to switch "MsiInstallerExemptions=y" on and off
2021-07-30 20:08:35 +01:00
-- just in case a future Windows build breaks something in the systemless mode
2021-07-23 08:44:35 +01:00
- added sample code for ObRegisterCallbacks to the driver
2021-07-24 09:24:19 +01:00
- added new debug options "DisableFileFilter=y" and "DisableKeyFilter=y" that allow to disable file and registry filtering
-- Note: these options are for testing only and disable core parts of the sandbox isolation
- added a few command line options to SandMan.exe
2021-07-21 19:11:48 +01:00
### Changed
2021-07-30 12:21:36 +01:00
- greatly improved the performance of the trace log, but it's no longer possible to log to both SandMan and SbieCtrl at the same time
2021-07-21 19:11:48 +01:00
- reworked process creation code to use PsSetCreateProcessNotifyRoutineEx and improved process termination
### Fixed
2021-07-24 09:24:19 +01:00
- added missing hook for ConnectEx function
2021-07-21 19:11:48 +01:00
2021-07-30 11:47:38 +01:00
2021-07-29 00:03:50 +01:00
## [0.8.9 / 5.50.9] - 2021-07-28 HotFix 2
### Fixed
Fixed issue with registering session leader
2021-07-30 12:21:36 +01:00
2021-07-28 11:26:03 +01:00
## [0.8.9 / 5.50.9] - 2021-07-28 HotFix 1
2021-07-21 19:11:48 +01:00
2021-07-28 11:26:03 +01:00
### Fixed
Fixed issue with Windows 7
2021-07-21 19:11:48 +01:00
2021-07-30 12:21:36 +01:00
## [0.8.9 / 5.50.9] - 2021-07-27
2021-07-27 17:12:16 +01:00
2021-07-22 21:54:14 +01:00
### Changed
- updated a few icons
2021-07-24 09:24:19 +01:00
- updated GitHub build action to use Qt 5.15.2
- improved the "full" tray icon to be more distinguishable from the "empty" one
2021-07-30 12:21:36 +01:00
- changed code integrity verification policies [#1003 ](https://github.com/sandboxie-plus/Sandboxie/issues/1003 )
2021-07-24 09:24:19 +01:00
-- code signature is no longer required to change config, to protect presets use the existing "EditAdminOnly=y"
2021-07-14 10:36:29 +01:00
### Fixed
2021-07-22 21:54:14 +01:00
- fixed issue with systemless MSI mode introduced in the last build
2021-07-24 09:24:19 +01:00
- fixed MSI installer not being able to create the action server mechanism on Windows 11
- fixed MSI installer not working in systemless mode on Windows 11
2021-07-27 12:55:11 +01:00
- fixed Inno Setup script not being able to remove shell integration keys during Sandboxie Plus uninstall (by mpheath) [#1037 ](https://github.com/sandboxie-plus/Sandboxie/pull/1037 )
2021-07-14 10:36:29 +01:00
2021-07-13 12:09:24 +01:00
## [0.8.8 / 5.50.8] - 2021-07-13
2021-07-12 21:22:22 +01:00
### Changed
2021-07-13 12:09:24 +01:00
- MSIServer no longer requires being run as system; this completes the move to not use system tokens in a sandbox by default
-- the security-enhanced option "MsiInstallerExemptions=n" is now the default behaviour
2021-07-12 21:22:22 +01:00
### Fixed
2021-09-03 19:35:48 +01:00
- fixed issue with the "Explore Sandboxed" command [#972 ](https://github.com/sandboxie-plus/Sandboxie/issues/972 )
2021-07-13 12:09:24 +01:00
- rolled back the switch from using NtQueryKey to NtQueryObject as it seems to break some older Windows 10 versions like 1803 [#984 ](https://github.com/sandboxie-plus/Sandboxie/issues/984 )
2021-07-12 21:22:22 +01:00
-- this change was introduced to fix [#951 ](https://github.com/sandboxie-plus/Sandboxie/issues/951 )
2021-07-13 12:09:24 +01:00
-- to use NtQueryObject the option "UseObjectNameForKeys=y" can be added to Sandboxie.ini
2021-07-12 21:22:22 +01:00
2021-07-11 07:58:07 +01:00
## [0.8.7b / 5.50.7] - 2021-07-11
### Fixed
2021-07-12 21:22:22 +01:00
- fixed issue with boxes that had auto-delete activated introduced in the previous build [#986 ](https://github.com/sandboxie-plus/Sandboxie/issues/986 )
2020-07-04 11:07:36 +01:00
2021-07-30 20:08:35 +01:00
2021-07-10 09:42:39 +01:00
## [0.8.7 / 5.50.7] - 2021-07-10
### Added
2021-07-11 12:47:53 +01:00
- added option to always auto-pick the DefaultBox [#959 ](https://github.com/sandboxie-plus/Sandboxie/issues/959 )
-- when this option is enabled, the normal behaviour with a box selection dialog can be brought up by holding down CTRL
- added option to hide a sandbox from the "run in box" dialog
-- useful to avoid listing insecure compatibility test boxes for example
- added box options to system tray [#439 ](https://github.com/sandboxie-plus/Sandboxie/issues/439 ) [#272 ](https://github.com/sandboxie-plus/Sandboxie/issues/272 )
2021-07-10 09:42:39 +01:00
### Changed
2021-07-11 12:47:53 +01:00
- changed default "terminate all boxed processes" key from Ctrl+Pause to Ctrl+Alt+Pause [#974 ](https://github.com/sandboxie-plus/Sandboxie/issues/974 )
- Start.exe no longer links in unused MFC code, which reduced its file size from over 2.5 MB to below 250 KB
- updated the main SandMan and tray icon [#963 ](https://github.com/sandboxie-plus/Sandboxie/issues/963 )
- improved the box tree-style view
2021-07-10 09:42:39 +01:00
### Fixed
2021-07-11 12:47:53 +01:00
- added additional delay and retries to KmdUtil.exe to mitigate issues when unloading the driver [#968 ](https://github.com/sandboxie-plus/Sandboxie/issues/968 )
- fixed issue with SbieCtrl not being properly started after setup [#969 ](https://github.com/sandboxie-plus/Sandboxie/issues/969 )
- fixed issue with "explore sandboxed" shell option [#972 ](https://github.com/sandboxie-plus/Sandboxie/issues/972 )
- fixed issue when running SandMan elevated [#932 ](https://github.com/sandboxie-plus/Sandboxie/issues/932 )
2021-07-10 11:59:32 +01:00
- fixed new box selection dialog showing disabled boxes
- fixed issue updating box active status
2021-07-10 09:42:39 +01:00
### Removed
- removed Online Armor support as this product is deprecated since 2016
2021-07-07 15:53:08 +01:00
## [0.8.6 / 5.50.6] - 2021-07-07
2021-07-05 12:37:28 +01:00
### Added
2021-07-07 15:53:08 +01:00
- added LibreWolf template (by Dyras) [#929 ](https://github.com/sandboxie-plus/Sandboxie/pull/929 )
### Fixed
- fixed performance bug introduced in 0.8.5
## [0.8.5 / 5.50.5] - 2021-07-06
### Added
- added global hotkey to terminate all sandboxed processes (default: Ctrl+Pause)
2021-07-11 12:47:53 +01:00
- the Run Sandboxed dialog can now be handled by the SandMan UI
2021-07-05 13:47:51 +01:00
- added "AllowBoxedJobs=y" allowing boxed processes to use nested jobs on Windows 8 and later
2021-07-07 15:53:08 +01:00
-- Note: this allows Chrome and other programs to use the job system for additional isolation
2021-07-11 12:47:53 +01:00
- added Librewolf.exe to the list of Firefox derivatives [#927 ](https://github.com/sandboxie-plus/Sandboxie/issues/927 )
2021-07-05 12:37:28 +01:00
- added run regedit sandboxed menu command
2021-07-11 12:47:53 +01:00
- added new support settings tab to SandMan UI for updates and news
2021-07-05 13:47:51 +01:00
- added code integrity verification to Sbie service and UI
- added template for Vivaldi Notes (by isaak654) [#948 ](https://github.com/sandboxie-plus/Sandboxie/issues/948 )
2021-07-05 12:37:28 +01:00
### Changed
2021-07-07 15:53:08 +01:00
- replaced the Process List used by the driver with a much faster Hash Map implementation
-- Note: this change provides an almost static system call speed of 1.2µs regardless of the running process count
-- The old list, with 100 programs running required 4.5µs; with 200: 12µs; and with 300: 18µs per syscall
-- Note: some of the slowdown was also affecting non-sandboxed applications due to how the driver handles certain callbacks
- replaced the per-process Thread List used by the driver with a much faster Hash Map implementation
- replaced configuration section list with a hash map to improve configuration performance, and increased line limit to 100000
2021-07-05 13:47:51 +01:00
-- not yet enabled in production build
2021-07-07 15:53:08 +01:00
- the presence of the default box is only checked on connect
- the portable directory dialog now shows the directory [#924 ](https://github.com/sandboxie-plus/Sandboxie/issues/924 )
- when terminated, boxed processes now first try doing that by terminating the job object
- the driver now can terminate problematic processes by default without the help of the service
- the box delete routine now retries up to 10 times, see [#954 ](https://github.com/sandboxie-plus/Sandboxie/issues/954 )
- replaced the Process List used by the service with a much faster Hash Map implementation
- replaced the per-process Thread List used by the service with a much faster Hash Map implementation
2021-07-05 12:37:28 +01:00
### Fixed
2021-07-05 13:47:51 +01:00
- fixed faulty initialization in SetServiceStatus (by flamencist) [#921 ](https://github.com/sandboxie-plus/Sandboxie/issues/921 )
- fixed buttons position in Classic UI settings (by isaak654) [#914 ](https://github.com/sandboxie-plus/Sandboxie/issues/914 )
2021-07-11 12:47:53 +01:00
- fixed missing password length check in the SandMan UI [#925 ](https://github.com/sandboxie-plus/Sandboxie/issues/925 )
2021-07-05 12:37:28 +01:00
- fixed issues opening job objects by name
2021-07-05 13:47:51 +01:00
- fixed missing permission check when reopening job object handles (thanks Diversenok)
2021-07-07 15:53:08 +01:00
- fixed issue with some Chromium 90+ hooks affecting the display of PDFs in derived browsers [#930 ](https://github.com/sandboxie-plus/Sandboxie/issues/930 ) [#817 ](https://github.com/sandboxie-plus/Sandboxie/issues/817 )
2021-07-05 22:51:18 +01:00
- fixed issues with reconnecting broken LPC ports used for communication with SbieSvc
2021-07-05 12:37:28 +01:00
- fixed minor setting issue [#957 ](https://github.com/sandboxie-plus/Sandboxie/issues/957 )
2021-07-05 13:47:51 +01:00
- fixed minor UI issue with resource access COM settings [#958 ](https://github.com/sandboxie-plus/Sandboxie/issues/958 )
2021-07-05 12:37:28 +01:00
- fixed an issue with NtQueryKey using NtQueryObject instead [#951 ](https://github.com/sandboxie-plus/Sandboxie/issues/951 )
- fixed crash in key.c when failing to resolve key paths
2021-07-05 13:47:51 +01:00
- added workaround for topmost modality issue [#873 ](https://github.com/sandboxie-plus/Sandboxie/issues/873 )
-- the notification window is not only topmost for 5 seconds
- fixed an issue deleting directories introduced in 5.49.5
2021-07-07 15:53:08 +01:00
- fixed an issue when creating box copies
2021-07-05 12:37:28 +01:00
### Removed
2021-07-05 13:47:51 +01:00
- removed switch for "BlockPassword=n" as it does not seem to be working [#938 ](https://github.com/sandboxie-plus/Sandboxie/issues/938 )
2021-07-07 15:53:08 +01:00
-- it's recommended to use "OpenSamEndpoint=y" to allow password changes in Windows 10
2021-07-05 12:37:28 +01:00
2021-06-15 16:51:55 +01:00
## [0.8.2 / 5.50.2] - 2021-06-15
2021-07-01 20:25:34 +01:00
### Changed
2021-07-07 15:53:08 +01:00
- split anti-phishing rules per browser (by isaak654) [#910 ](https://github.com/sandboxie-plus/Sandboxie/pull/910 )
2021-07-01 20:25:34 +01:00
2021-06-15 16:51:55 +01:00
### Fixed
2021-07-01 20:25:34 +01:00
- properly fixed an issue with Driver Verifier and user handles [#906 ](https://github.com/sandboxie-plus/Sandboxie/issues/906 )
2021-06-15 16:59:31 +01:00
- fixed an issue with CreateWindow function introduced with 0.8.0
2021-07-01 20:25:34 +01:00
- fixed issue with outdated BoxDisplayOrder entries being retained [#900 ](https://github.com/sandboxie-plus/Sandboxie/issues/900 )
2021-06-15 16:51:55 +01:00
2021-06-14 09:08:16 +01:00
## [0.8.1 / 5.50.1] - 2021-06-14
### Fixed
2021-06-14 14:19:52 +01:00
- fixed an issue with Driver Verifier and user handles
2021-06-14 09:08:16 +01:00
- fixed driver memory leak of FLT_FILE_NAME_INFORMATION objects
2021-07-01 20:25:34 +01:00
- fixed broken clipboard introduced in 5.50.0 [#899 ](https://github.com/sandboxie-plus/Sandboxie/issues/899 )
- fixed DcomLaunch issue on Windows 7 32 bit introduced in 5.50.0 [#898 ](https://github.com/sandboxie-plus/Sandboxie/issues/898 )
2021-06-14 09:08:16 +01:00
2021-01-18 12:04:14 +00:00
2021-06-13 17:11:04 +01:00
## [0.8.0 / 5.50.0] - 2021-06-13
2021-01-26 20:58:43 +00:00
2021-06-13 17:11:04 +01:00
### Added
2021-09-03 19:35:48 +01:00
- Normally Sandboxie applies "Close...=!< program > ,..." directives to non-excluded images if they are located in a sandbox
2021-06-13 19:10:48 +01:00
-- added 'AlwaysCloseForBoxed=n' to disable this behaviour as it may not be always desired, and it doesn't provide extra security
2021-07-11 12:47:53 +01:00
- added process image information to SandMan UI
2021-07-01 20:25:34 +01:00
- localized template categories in the Plus UI [#727 ](https://github.com/sandboxie-plus/Sandboxie/issues/727 )
- added "DisableResourceMonitor=y" to disable resource access monitor for selected boxes [#886 ](https://github.com/sandboxie-plus/Sandboxie/issues/886 )
- added option to show trace entries only for the selected sandbox [#886 ](https://github.com/sandboxie-plus/Sandboxie/issues/886 )
2021-06-13 19:10:48 +01:00
- added "UseVolumeSerialNumbers=y" that allows drive letters to be suffixed with the volume SN in the \drive\ sandbox location
-- it helps to avoid files mixed together on multiple pendrives using the same letter
2021-07-07 15:53:08 +01:00
-- Note: this option is not compatible with the recovery function of the Classic UI, only SandMan UI is fully compatible
2021-07-01 20:25:34 +01:00
- added "ForceRestart=PicoTorrent.exe" to the PicoTorrent template in order to fix a compatibility issue [#720 ](https://github.com/sandboxie-plus/Sandboxie/issues/720 )
- added localization support for RPC templates (by isaak654) [#736 ](https://github.com/sandboxie-plus/Sandboxie/issues/736 )
2021-01-26 20:58:43 +00:00
2021-06-13 17:11:04 +01:00
### Changed
2021-07-01 20:25:34 +01:00
- portable cleanup message now has yes/no/cancel options [#874 ](https://github.com/sandboxie-plus/Sandboxie/issues/874 )
2021-06-13 17:11:04 +01:00
- consolidated Proc_CreateProcessInternalW and Proc_CreateProcessInternalW_RS5 to remove duplicate code
2021-07-01 20:25:34 +01:00
- the ElevateCreateProcess fix, as sometimes applied by the Program Compatibility Assistant, will no longer be emulated by default [#858 ](https://github.com/sandboxie-plus/Sandboxie/issues/858 )
2021-06-13 17:11:04 +01:00
-- use 'ApplyElevateCreateProcessFix=y' or 'ApplyElevateCreateProcessFix=program.exe,y' to enable it
2021-06-13 19:12:07 +01:00
- trace log gets disabled only when it has no entries and the logging is stopped
2021-01-26 20:58:43 +00:00
2021-06-13 17:11:04 +01:00
### Fixed
2021-07-01 20:25:34 +01:00
- fixed APC issue with the new global hook emulation mechanism and WoW64 processes [#780 ](https://github.com/sandboxie-plus/Sandboxie/issues/780 ) [#779 ](https://github.com/sandboxie-plus/Sandboxie/issues/779 )
2021-06-13 19:10:48 +01:00
- fixed IPv6 issues with BlockPort options
2021-07-01 20:25:34 +01:00
- fixed an issue with CheatEngine when "OpenWinClass=*" was specified [#786 ](https://github.com/sandboxie-plus/Sandboxie/issues/786 )
- fixed memory corruption in SbieDrv [#838 ](https://github.com/sandboxie-plus/Sandboxie/issues/838 )
- fixed crash issue with process elevation on CreateProcess calls [#858 ](https://github.com/sandboxie-plus/Sandboxie/issues/858 )
- fixed process elevation when running in the built-in administrator account [#3 ](https://github.com/sandboxie-plus/Sandboxie/issues/3 )
- fixed template preview resetting unsaved entries in box options window [#621 ](https://github.com/sandboxie-plus/Sandboxie/issues/621 )
2021-03-27 16:38:23 +00:00
2021-06-05 09:53:58 +01:00
## [0.7.5 / 5.49.8] - 2021-06-05
### Added
2021-07-01 20:25:34 +01:00
- clipboard access for a sandbox can now be disabled with "OpenClipboard=n" [#794 ](https://github.com/sandboxie-plus/Sandboxie/issues/794 )
2021-06-05 09:53:58 +01:00
### Changed
2021-07-01 20:25:34 +01:00
- now the OpenBluetooth template is enabled by default for compatibility with Unity games [#799 ](https://github.com/sandboxie-plus/Sandboxie/issues/799 )
2021-06-05 12:39:02 +01:00
- "PreferExternalManifest=program.exe,y" can now be set on a per-process basis
2021-06-05 09:53:58 +01:00
### Fixed
2021-06-05 12:39:02 +01:00
- fixed compiler issues with the most recent VS2019 update
2021-07-01 20:25:34 +01:00
- fixed issue with Vivaldi browser [#821 ](https://github.com/sandboxie-plus/Sandboxie/issues/821 )
- fixed some issues with box options in the Plus UI [#879 ](https://github.com/sandboxie-plus/Sandboxie/issues/879 )
- fixed some issues with hardware acceleration in Chromium based browsers [#795 ](https://github.com/sandboxie-plus/Sandboxie/issues/795 )
2021-07-11 12:47:53 +01:00
- the "Stop All" command now issues "KmdUtil scandll" first to solve issues when the SbieDll.dll is in use
2021-07-01 20:25:34 +01:00
- workaround for Electron apps, by forcing an additional command line argument on the GPU renderer process [#547 ](https://github.com/sandboxie-plus/Sandboxie/issues/547 ) [#310 ](https://github.com/sandboxie-plus/Sandboxie/issues/310 ) [#215 ](https://github.com/sandboxie-plus/Sandboxie/issues/215 )
- fixed issue with Software Compatibility tab that doesn't always show template names correctly [#774 ](https://github.com/sandboxie-plus/Sandboxie/issues/774 )
2021-06-05 09:53:58 +01:00
2021-07-30 20:08:35 +01:00
2021-06-05 09:53:58 +01:00
2021-06-05 12:52:09 +01:00
## [0.7.4 / 5.49.7] - 2021-04-11
2021-04-11 14:36:13 +01:00
### Added
2021-07-01 20:25:34 +01:00
- added option to disable file migration prompt in the Plus UI with PromptForFileMigration=n [#643 ](https://github.com/sandboxie-plus/Sandboxie/issues/643 )
2021-04-11 18:27:26 +01:00
- added UI options for various security isolation features
- added missing functionality to set template values in the Plus UI
2021-07-01 20:25:34 +01:00
- added templates for Popcorn-Time, Clementine Music Player, Strawberry Music Player, 32-bit MPC-HC (by Dyras) [#726 ](https://github.com/sandboxie-plus/Sandboxie/pull/726 ) [#737 ](https://github.com/sandboxie-plus/Sandboxie/pull/737 )
2021-04-11 14:36:13 +01:00
### Changed
2021-07-01 20:25:34 +01:00
- align default settings of AutoRecover and Favourites to the Plus version (thanks isaak654) [#747 ](https://github.com/sandboxie-plus/Sandboxie/pull/747 )
2021-04-11 18:27:26 +01:00
- list of email clients and browsers is now centralized in Dll_GetImageType
2021-07-01 20:25:34 +01:00
- localstore.rdf reference in Templates.ini was replaced with xulstore.json (by isaak654) [#751 ](https://github.com/sandboxie-plus/Sandboxie/pull/751 )
2021-04-11 14:36:13 +01:00
### Fixed
- fixed minor issue with logging internet blocks
2021-07-01 20:25:34 +01:00
- fixed issue with file recovery when located on a network share [#711 ](https://github.com/sandboxie-plus/Sandboxie/issues/711 )
- fixed UI issue with CallTrace [#769 ](https://github.com/sandboxie-plus/Sandboxie/issues/769 )
- fixed sandbox shortcuts receiving double extension upon creation [#770 ](https://github.com/sandboxie-plus/Sandboxie/issues/770 )
- fixed misplaced labels in the Classic UI (thanks isaak654) [#759 ](https://github.com/sandboxie-plus/Sandboxie/pull/759 )
- fixed separator line in SbieCtrl (thanks isaak654) [#761 ](https://github.com/sandboxie-plus/Sandboxie/pull/761 )
- fixed broken paths in The Bat! template (by isaak654) [#756 ](https://github.com/sandboxie-plus/Sandboxie/pull/756 )
- fixed issue about media players that attempt to write unneeded media files inside the box (by Dyras) [#743 ](https://github.com/sandboxie-plus/Sandboxie/pull/743 ) [#536 ](https://github.com/sandboxie-plus/Sandboxie/issues/536 )
2021-04-11 14:36:13 +01:00
2021-07-30 20:08:35 +01:00
2021-03-27 16:38:23 +00:00
## [0.7.3 / 5.49.5] - 2021-03-27
### Added
2021-07-01 20:25:34 +01:00
- added "UseSbieWndStation=y" to emulate CreateDesktop for selected processes, not only Firefox and Chrome [#635 ](https://github.com/sandboxie-plus/Sandboxie/issues/635 )
- added option to drop the console host process integrity, now you can use "DropConHostIntegrity=y" [#678 ](https://github.com/sandboxie-plus/Sandboxie/issues/678 )
2021-03-27 16:38:23 +00:00
- added option to easily add local templates
2021-07-01 20:25:34 +01:00
- added new torrent clients and media players templates (by Dyras) [#719 ](https://github.com/sandboxie-plus/Sandboxie/pull/719 )
2021-03-27 16:38:23 +00:00
### Changed
2021-07-01 20:25:34 +01:00
- reworked window hooking mechanism to improve performance [#697 ](https://github.com/sandboxie-plus/Sandboxie/issues/697 ) [#519 ](https://github.com/sandboxie-plus/Sandboxie/issues/519 ) [#662 ](https://github.com/sandboxie-plus/Sandboxie/issues/662 ) [#69 ](https://github.com/sandboxie-plus/Sandboxie/issues/69 ) [#109 ](https://github.com/sandboxie-plus/Sandboxie/issues/109 ) [#193 ](https://github.com/sandboxie-plus/Sandboxie/issues/193 )
2021-07-07 15:53:08 +01:00
-- resolves issues with file save dialogs taking 30+ seconds to open
2021-03-28 17:03:06 +01:00
-- this fix greatly improves the win32 GUI performance of sandboxed processes
2021-04-11 18:27:26 +01:00
- reworked RPC resolver to be ini-configurable
2021-03-28 17:03:06 +01:00
-- the following options are now deprecated:
--- "UseRpcMgmtSetComTimeout=some.dll,n", so use "RpcPortBinding=some.dll,*,TimeOut=y"
2021-04-16 08:05:09 +01:00
--- "OpenUPnP=y", "OpenBluetooth=y", "OpenSmartCard=n", so use the new RPC templates instead
2021-04-11 18:27:26 +01:00
-- See Templates.ini for usage examples
2021-03-27 16:38:23 +00:00
### Fixed
2021-03-28 17:03:06 +01:00
- fixed process-specific hooks being applied to all processes in a given sandbox
2021-03-28 17:19:52 +01:00
- fixed issue with messages and templates sometimes not being properly displayed in the SandMan UI
2021-03-28 17:03:06 +01:00
- fixed issue with compatibility settings not being applied properly
2021-07-01 20:25:34 +01:00
- fixed auto delete issue that got introduced with 0.7.1 [#637 ](https://github.com/sandboxie-plus/Sandboxie/issues/637 )
2021-03-28 17:03:06 +01:00
- fixed issue with NtSetInformationFile, FileDispositionInformation resulting in Opera installer failing
2021-07-01 20:25:34 +01:00
- fixed issue with MacType introduced in the 0.7.2 build [#676 ](https://github.com/sandboxie-plus/Sandboxie/issues/676 )
2021-03-28 17:03:06 +01:00
- fixed global sandboxed windows hooks not working when window rename option is disabled
- fixed issue with saving local templates
2021-07-01 20:25:34 +01:00
- fixed issue when using runas to start a process that was created outside of the Sandboxie supervision [#688 ](https://github.com/sandboxie-plus/Sandboxie/issues/688 )
2021-03-27 16:38:23 +00:00
-- since the runas facility is not accessible by default, this did not constitute a security issue
2021-03-28 17:03:06 +01:00
-- to enable runas functionality, add "OpenIpcPath=\RPC Control\SECLOGON" to your Sandboxie.ini
-- please take note that doing so may open other yet unknown issues
- fixed a driver compatibility issue with Windows 10 32 bit Insider Preview Build 21337
2021-04-11 18:27:26 +01:00
- fixed issues with driver signature for Windows 7
2021-03-27 16:38:23 +00:00
## [0.7.2 / 5.49.0] - 2021-03-04
2021-03-04 20:13:45 +00:00
### Added
2021-07-01 20:25:34 +01:00
- added option to alter reported Windows version "OverrideOsBuild=7601" for Windows 7 SP1 [#605 ](https://github.com/sandboxie-plus/Sandboxie/issues/605 )
2021-03-05 00:18:09 +00:00
- the trace log can now be structured like a tree with processes as root items and threads as branches
2021-03-04 20:13:45 +00:00
### Changed
2021-03-05 00:18:09 +00:00
- SandboxieCrypto now always migrates the CatRoot2 files in order to prevent locking of real files
- greatly improved trace log performance
2021-07-01 20:25:34 +01:00
- MSI Server can now run with the "FakeAdminRights=y" and "DropAdminRights=y" options [#600 ](https://github.com/sandboxie-plus/Sandboxie/issues/600 )
2021-03-05 00:18:09 +00:00
-- special service allowance for the MSI Server can be disabled with "MsiInstallerExemptions=n"
- changed SCM access check behaviour; non elevated users can now start services with a user token
-- elevation is now only required to start services with a system token
- reworked the trace log mechanism to be more verbose
- reworked RPC mechanism to be more flexible
2021-03-04 20:13:45 +00:00
### Fixed
2021-07-01 20:25:34 +01:00
- fixed issues with some installers introduced in 5.48.0 [#595 ](https://github.com/sandboxie-plus/Sandboxie/issues/595 )
- fixed "add user to sandbox" in the Plus UI [#597 ](https://github.com/sandboxie-plus/Sandboxie/issues/597 )
2021-03-04 20:13:45 +00:00
- FIXED SECURITY ISSUE: the HostInjectDll mechanism allowed for local privilege escalation (thanks hg421)
2021-07-01 20:25:34 +01:00
- Classic UI no longer allows to create a sandbox with an invalid or reserved device name [#649 ](https://github.com/sandboxie-plus/Sandboxie/issues/649 )
2021-03-04 20:13:45 +00:00
2021-02-21 14:32:20 +00:00
## [0.7.1 / 5.48.5] - 2021-02-21
### Added
2021-02-21 22:48:56 +00:00
- enhanced RpcMgmtSetComTimeout handling with "UseRpcMgmtSetComTimeout=some.dll,n"
2021-02-21 21:24:28 +00:00
-- this option allows to specify if RpcMgmtSetComTimeout should be used or not for each individual dll
-- this setting takes precedence over hard-coded and per-process presets
2021-02-21 14:32:20 +00:00
-- "UseRpcMgmtSetComTimeout=some.dll" and "UseRpcMgmtSetComTimeout=some.dll,y" are equivalent
2021-02-21 22:48:56 +00:00
- added "FakeAdminRights=y" option that makes processes think they have admin permissions in a given box
2021-02-21 21:24:28 +00:00
-- this option is recommended to be used in combination with "DropAdminRights=y" to improve security
-- with "FakeAdminRights=y" and "DropAdminRights=y" installers should still work
2021-02-21 22:48:56 +00:00
- added RPC support for SSDP API (the Simple Service Discovery Protocol), you can enable it with "OpenUPnP=y"
2021-02-21 14:32:20 +00:00
### Changed
- SbieCrypto no longer triggers message 1313
2021-02-21 21:24:28 +00:00
- changed enum process API; now more than 511 processes per box can be enumerated (no limit)
- reorganized box settings a bit
- made COM tracing more verbose
2021-02-21 22:48:56 +00:00
- "RpcMgmtSetComTimeout=y" is now again the default behaviour, it seems to cause less issues overall
2021-02-21 14:32:20 +00:00
### Fixed
- fixed issues with webcam access when the DevCMApi filtering is in place
2021-07-01 20:25:34 +01:00
- fixed issue with free download manager for 'AppXDeploymentClient.dll', so RpcMgmtSetComTimeout=y will be used by default for this one [#573 ](https://github.com/sandboxie-plus/Sandboxie/issues/573 )
2021-02-21 14:32:20 +00:00
- fixed not all WinRM files were blocked by the driver, with "BlockWinRM=n" this file block can be disabled
2021-07-01 20:25:34 +01:00
- fixed Sandboxie Classic crash when saving any option in Sandbox Settings -> Appearance (by typpos) [#586 ](https://github.com/sandboxie-plus/Sandboxie/issues/586 )
2021-02-21 14:32:20 +00:00
2021-02-14 19:18:29 +00:00
## [0.7.0 / 5.48.0] - 2021-02-14
### Added
- sandboxed indicator for tray icons, the tooltip now contains [#] if enabled
- the trace log buffer can now be adjusted with "TraceBufferPages=2560"
2021-02-15 11:56:36 +00:00
-- the value denotes the count of 4K large pages to be used; here for a total of 10 MB
- new functionality for the list finder
2021-02-14 19:18:29 +00:00
### Changed
- improved RPC debugging
2021-02-15 11:56:36 +00:00
- improved IPC handling around RpcMgmtSetComTimeout; "RpcMgmtSetComTimeout=n" is now the default behaviour
-- required exceptions have been hard-coded for specific calling DLLs
- the LogApi dll is now using Sbie's tracing facility to log events instead of its own pipe server
2021-02-14 19:18:29 +00:00
### Fixed
- FIXED SECURITY ISSUE: elevated sandboxed processes could access volumes/disks for reading (thanks hg421)
2021-02-21 14:32:20 +00:00
-- this protection option can be disabled by using "AllowRawDiskRead=y"
2021-02-14 19:18:29 +00:00
- fixed crash issue around SetCurrentProcessExplicitAppUserModelID observed with GoogleUpdate.exe
2021-02-21 21:24:28 +00:00
- fixed issue with Resource Monitor sort by timestamp
2021-07-01 20:25:34 +01:00
- fixed invalid Opera bookmarks path (by isaak654) [#542 ](https://github.com/sandboxie-plus/Sandboxie/pull/542 )
- FIXED SECURITY ISSUE: a race condition in the driver allowed to obtain an elevated rights handle to a process (thanks typpos) [#549 ](https://github.com/sandboxie-plus/Sandboxie/pull/549 )
- FIXED SECURITY ISSUE: "\RPC Control\samss lpc" is now filtered by the driver (thanks hg421) [#553 ](https://github.com/sandboxie-plus/Sandboxie/issues/553 )
2021-02-15 11:56:36 +00:00
-- this allowed elevated processes to change passwords, delete users and alike; to disable filtering use "OpenSamEndpoint=y"
2021-07-01 20:25:34 +01:00
- FIXED SECURITY ISSUE: "\Device\DeviceApi\CMApi" is now filtered by the driver (thanks hg421) [#552 ](https://github.com/sandboxie-plus/Sandboxie/issues/552 )
2021-02-15 11:56:36 +00:00
-- this allowed elevated processes to change hardware configuration; to disable filtering use "OpenDevCMApi=y"
2021-02-14 19:18:29 +00:00
2021-02-01 19:13:09 +00:00
## [0.6.7 / 5.47.1] - 2021-02-01
### Added
2021-02-01 20:38:13 +00:00
- added UI language auto-detection
2021-02-01 19:13:09 +00:00
### Fixed
2021-06-21 21:04:26 +01:00
- fixed Brave.exe now being properly recognized as Chrome-, not Firefox-based
2021-02-01 20:38:13 +00:00
- fixed issue introduced in 0.6.5 with recent Edge builds
-- the 0.6.5 behaviour can be set on a per-process basis using "RpcMgmtSetComTimeout=POPPeeper.exe,n"
2021-07-01 20:25:34 +01:00
- fixed grouping issues [#445 ](https://github.com/sandboxie-plus/Sandboxie/issues/445 )
- fixed main window restore state from tray [#288 ](https://github.com/sandboxie-plus/Sandboxie/issues/288 )
2021-02-01 19:13:09 +00:00
2021-01-31 10:58:50 +00:00
## [0.6.5 / 5.47.0] - 2021-01-31
### Added
2021-07-01 20:25:34 +01:00
- added detection for Waterfox.exe, Palemoon.exe and Basilisk.exe Firefox forks as well as Brave.exe [#468 ](https://github.com/sandboxie-plus/Sandboxie/issues/468 )
- added Bluetooth API support, IPC port can be opened with "OpenBluetooth=y" [#319 ](https://github.com/sandboxie-plus/Sandboxie/issues/319 )
2021-01-31 23:03:11 +00:00
-- this should resolve issues with many Unity games hanging on startup for a long time
2021-01-31 12:31:05 +00:00
- added enhanced RPC/IPC interface tracing
- when DefaultBox is not found by the SandMan UI, it will be recreated
2021-01-31 12:39:54 +00:00
- "Disable Forced Programs" time is now saved and reloaded
2021-01-31 10:58:50 +00:00
### Changed
2021-01-31 23:03:11 +00:00
- reduced SandMan CPU usage
2021-07-01 20:25:34 +01:00
- Sandboxie.ini and Templates.ini can now be UTF8 encoded [#461 ](https://github.com/sandboxie-plus/Sandboxie/issues/461 ) [#197 ](https://github.com/sandboxie-plus/Sandboxie/issues/197 )
2021-01-31 10:58:50 +00:00
-- this feature is experimental, files without a UTF-8 Signature should be recognized also
2021-01-31 23:03:11 +00:00
-- "ByteOrderMark=yes" is obsolete, Sandboxie.ini is now always saved with a BOM/Signature
2021-01-31 10:58:50 +00:00
- legacy language files can now be UTF8 encoded
2021-07-01 20:25:34 +01:00
- reworked file migration behaviour, removed hardcoded lists in favour of templates [#441 ](https://github.com/sandboxie-plus/Sandboxie/issues/441 )
2021-01-31 12:31:05 +00:00
-- you can now use "CopyAlways=", "DontCopy=" and "CopyEmpty=" that support the same syntax as "OpenFilePath="
2021-01-31 23:03:11 +00:00
-- "CopyBlockDenyWrite=program.exe,y" makes a write open call to a file that won't be copied fail instead of turning it read-only
2021-01-31 12:31:05 +00:00
- removed hardcoded SkipHook list in favour of templates
2021-01-31 10:58:50 +00:00
### Fixed
2021-07-01 20:25:34 +01:00
- fixed old memory pool leak in the Sbie driver [#444 ](https://github.com/sandboxie-plus/Sandboxie/issues/444 )
2021-01-31 23:03:11 +00:00
- fixed issue with item selection in the access restrictions UI
2021-07-11 12:47:53 +01:00
- fixed updater crash in SbieCtrl.exe [#450 ](https://github.com/sandboxie-plus/Sandboxie/issues/450 )
2021-01-31 23:03:11 +00:00
- fixed issues with RPC calls introduced in Sbie 5.33.1
- fixed recently broken 'terminate all' command
- fixed a couple minor UI issues with SandMan UI
- fixed IPC issue with Windows 7 and 8 resulting in process termination
2021-01-31 10:58:50 +00:00
- fixed "recover to" functionality
2021-01-26 20:58:43 +00:00
## [0.6.0 / 5.46.5] - 2021-01-25
### Added
2021-01-31 12:31:05 +00:00
- added confirmation prompts to terminate all commands
2021-07-01 20:25:34 +01:00
- added window title to boxed process info [#360 ](https://github.com/sandboxie-plus/Sandboxie/issues/360 )
- added WinSpy based sandboxed window finder [#351 ](https://github.com/sandboxie-plus/Sandboxie/issues/351 )
2021-01-26 20:58:43 +00:00
- added option to view disabled boxes and double click on box to enable it
### Changed
2021-07-01 20:25:34 +01:00
- "Reset Columns" now resizes them to fit the content, and it can now be localized [#426 ](https://github.com/sandboxie-plus/Sandboxie/issues/426 )
- modal windows are now centered to the parent [#417 ](https://github.com/sandboxie-plus/Sandboxie/issues/417 )
- improved new box window [#417 ](https://github.com/sandboxie-plus/Sandboxie/issues/417 )
2021-01-26 20:58:43 +00:00
### Fixed
2021-07-01 20:25:34 +01:00
- fixed issues with window modality [#409 ](https://github.com/sandboxie-plus/Sandboxie/issues/409 )
- fixed issues when main window was set to be always on top [#417 ](https://github.com/sandboxie-plus/Sandboxie/issues/417 )
2021-01-31 23:03:11 +00:00
- fixed a driver issue with Windows 10 insider build 21286
2021-07-01 20:25:34 +01:00
- fixed issues with snapshot dialog [#416 ](https://github.com/sandboxie-plus/Sandboxie/issues/416 )
- fixed an issue when writing to a path that already exists in the snapshot but not outside [#415 ](https://github.com/sandboxie-plus/Sandboxie/issues/415 )
2021-01-26 20:58:43 +00:00
## [0.5.5 / 5.46.4] - 2021-01-17
2021-01-18 12:04:14 +00:00
### Added
- added "SandboxService=..." to force selected services to be started in the sandbox
2021-07-01 20:25:34 +01:00
- added template clean-up functionality to Plus UI
2021-01-19 10:50:56 +00:00
- added internet prompt to now also allow internet access permanently
2021-07-01 20:25:34 +01:00
- added browse button for box root folder in the SandMan UI [#382 ](https://github.com/sandboxie-plus/Sandboxie/issues/382 )
- added explorer info message [#352 ](https://github.com/sandboxie-plus/Sandboxie/issues/352 )
2021-01-31 23:03:11 +00:00
- added option to keep the SandMan UI always on top
2021-07-11 12:47:53 +01:00
- allow drag and drop file onto SandMan.exe to run it sandboxed [#355 ](https://github.com/sandboxie-plus/Sandboxie/issues/355 )
2021-07-01 20:25:34 +01:00
- added start SandMan UI when a sandboxed application starts [#367 ](https://github.com/sandboxie-plus/Sandboxie/issues/367 )
2021-01-18 12:04:14 +00:00
- recovery window can now list all files
2021-01-19 10:50:56 +00:00
- added file counter to recovery window
- when "NoAddProcessToJob=y" is specified, Chrome and related browsers now can fully use the job system
-- Note: "NoAddProcessToJob=y" reduces the box isolation, but the affected functions are mostly covered by UIPI anyway
- added optimized default column widths to Sbie view
2021-07-01 20:25:34 +01:00
- added template support for Yandex and Ungoogled Chromium browsers (by isaak654)
2021-01-18 12:04:14 +00:00
### Changed
2021-07-01 20:25:34 +01:00
- updated templates with multiple browsers fixes (thanks isaak654)
- when trying to take a snapshot of an empty sandbox a proper error message is displayed [#381 ](https://github.com/sandboxie-plus/Sandboxie/issues/381 )
2021-01-18 12:04:14 +00:00
- new layout for the recovery window
2021-01-19 10:50:56 +00:00
- Sbie view sorting is now case insensitive
2021-01-18 12:04:14 +00:00
### Fixed
2021-07-01 20:25:34 +01:00
- fixed issue child window closing terminating application when main was hidden [#349 ](https://github.com/sandboxie-plus/Sandboxie/issues/349 )
- fixed issues with non modal windows [#349 ](https://github.com/sandboxie-plus/Sandboxie/issues/349 )
2021-01-19 10:50:56 +00:00
- fixed issues connecting to driver in portable mode
2021-01-18 12:04:14 +00:00
- fixed minor issues with snapshot window
2021-07-01 20:25:34 +01:00
- fixed missing error message when attempting to create an already existing sandbox [#359 ](https://github.com/sandboxie-plus/Sandboxie/issues/359 )
- fixed issue allowing to save setting when a sandbox was already deleted [#359 ](https://github.com/sandboxie-plus/Sandboxie/issues/359 )
- fixed issues with disabled items in dark mode [#359 ](https://github.com/sandboxie-plus/Sandboxie/issues/359 )
2021-07-07 15:53:08 +01:00
- fixed some dialogs not closing when pressing Esc [#359 ](https://github.com/sandboxie-plus/Sandboxie/issues/359 )
2021-01-18 18:30:26 +00:00
- fixed tab stops on many windows
2021-01-18 12:04:14 +00:00
2021-01-12 08:41:57 +00:00
## [0.5.4d / 5.46.3] - 2021-01-11
### Changed
- improved access tracing, removed redundant entries
- OpenIpcPath=\BaseNamedObjects\[CoreUI]-* is now hardcoded in the driver no need for the template entry
- WindowsFontCache is now open by default
- refactored some IPC code in the driver
### Fixed
2021-02-14 19:18:29 +00:00
- FIXED SECURITY ISSUE: the registry isolation could be bypassed, present since Windows 10 Creators Update
2021-01-12 08:41:57 +00:00
- fixed creation time not always being properly updated in the SandMan UI
2021-01-08 17:27:00 +00:00
2021-01-12 08:10:25 +00:00
## [0.5.4c / 5.46.2] - 2021-01-10
### Added
- added "CallTrace=*" to log all system calls to the access log
### Changed
2021-01-13 00:57:35 +00:00
- improved IPC logging code
2021-01-12 08:10:25 +00:00
- improved MSG_2101 logging
### Fixed
2021-01-13 00:57:35 +00:00
- fixed more issues with IPC tracing
- fixed SBIE2101 issue with Chrome and derivatives
2021-01-12 08:10:25 +00:00
2021-01-08 17:27:00 +00:00
## [0.5.4b / 5.46.1] - 2021-01-08
### Added
2021-01-08 23:37:13 +00:00
- added "RunServiceAsSystem=..." allows specific named services to be run as system
2021-01-08 17:27:00 +00:00
### Changed
- refactored some code around SCM access
### Fixed
- fixed a crash issue in SbieSvc.exe introduced with the last build
2021-01-08 23:37:13 +00:00
- fixed issue with SandMan UI update check
2021-06-18 20:45:02 +01:00
- FIXED SECURITY ISSUE: a Sandboxed process could start sandboxed as system even with DropAdminRights in place
2021-01-08 17:27:00 +00:00
### Removed
2021-01-08 23:37:13 +00:00
- removed "ProtectRpcSs=y" due to incompatibility with new isolation defaults
2021-01-08 17:27:00 +00:00
2021-01-07 19:01:21 +00:00
## [0.5.4 / 5.46.0] - 2021-01-06
### Added
2021-02-14 19:18:29 +00:00
- FIXED SECURITY ISSUE: Sandboxie now strips particularly problematic privileges from sandboxed system tokens
2021-01-08 08:34:44 +00:00
-- with those a process could attempt to bypass the sandbox isolation (thanks Diversenok)
-- old legacy behaviour can be enabled with "StripSystemPrivileges=n" (absolutely NOT Recommended)
2021-01-07 19:01:21 +00:00
- added new isolation options "ClosePrintSpooler=y" and "OpenSmartCard=n"
2021-07-05 22:51:18 +01:00
-- those resources are open by default, but for a hardened box it is desired to close them
2021-02-14 19:18:29 +00:00
- FIXED SECURITY ISSUE: added print spooler filter to prevent printers from being set up outside the sandbox
2021-01-07 19:01:21 +00:00
-- the filter can be disabled with "OpenPrintSpooler=y"
- added overwrite prompt when recovering an already existing file
- added "StartProgram=", "StartService=" and "AutoExec=" options to the SandMan UI
2021-07-01 20:25:34 +01:00
- added more compatibility templates (thanks isaak654) [#294 ](https://github.com/sandboxie-plus/Sandboxie/pull/294 )
2021-01-07 19:01:21 +00:00
### Changed
2021-01-08 08:34:44 +00:00
- Changed Emulated SCM behaviour, boxed services are no longer by default started as boxed system
-- use "RunServicesAsSystem=y" to enable the old legacy behaviour
2021-01-07 19:01:21 +00:00
-- Note: sandboxed services with a system token are still sandboxed and restricted
-- However not granting them a system token in the first place removes possible exploit vectors
-- Note: this option is not compatible with "ProtectRpcSs=y" and takes precedence!
2021-02-21 21:24:28 +00:00
- reworked dynamic IPC port handling
- improved Resource Monitor status strings
2021-01-07 19:01:21 +00:00
### Fixed
2021-02-14 19:18:29 +00:00
- FIXED SECURITY ISSUE: processes could spawn processes outside the sandbox (thanks Diversenok)
- FIXED SECURITY ISSUE: bug in the dynamic IPC port handling allowed to bypass IPC isolation
2021-01-08 08:34:44 +00:00
- fixed issue with IPC tracing
2021-02-14 19:18:29 +00:00
- FIXED SECURITY ISSUE: CVE-2019-13502 "\RPC Control\LSARPC_ENDPOINT" is now filtered by the driver (thanks Diversenok)
2021-01-07 19:01:21 +00:00
-- this allowed some system options to be changed, to disable filtering use "OpenLsaEndpoint=y"
2021-07-01 20:25:34 +01:00
- fixed hooking issues SBIE2303 with Chrome, Edge and possibly others [#68 ](https://github.com/sandboxie-plus/Sandboxie/issues/68 ) [#166 ](https://github.com/sandboxie-plus/Sandboxie/issues/166 )
2021-01-07 19:01:21 +00:00
- fixed failed check for running processes when performing snapshot operations
- fixed some box option checkboxes were not properly initialized
2021-01-08 08:34:44 +00:00
- fixed unavailable options are not properly disabled when SandMan is not connected to the driver
2021-07-01 20:25:34 +01:00
- fixed MSI installer issue, not being able to create "C:\Config.msi" folder on Windows 20H2 [#219 ](https://github.com/sandboxie-plus/Sandboxie/issues/219 )
2021-01-07 19:01:21 +00:00
- added missing localization to generic list commands
2021-01-08 08:34:44 +00:00
- fixed issue with "iconcache_*" when running sandboxed explorer
2021-01-07 19:01:21 +00:00
- fixed more issues with groups
2021-01-04 10:43:49 +00:00
## [0.5.3b / 5.45.2] - 2021-01-02
2021-01-02 08:03:16 +00:00
### Added
2021-01-02 15:48:33 +00:00
- added settings for the portable boxed root folder option
2021-01-02 08:03:16 +00:00
- added process name to resource log
2021-01-02 15:48:33 +00:00
- added command line column to the process view in the SandMan UI
2021-01-02 08:03:16 +00:00
### Fixed
2021-07-01 20:25:34 +01:00
- fixed a few issues with group handling [#262 ](https://github.com/sandboxie-plus/Sandboxie/issues/262 )
2021-01-02 15:48:33 +00:00
- fixed issue with GetRawInputDeviceInfo when running a 32 bit program on a 64 bit system
- fixed issue when pressing apply in the "Resource Access" tab; the last edited value was not always applied
2021-02-21 21:24:28 +00:00
- fixed issue merging entries in Resource Access Monitor
2020-12-29 08:54:59 +00:00
2020-12-29 10:58:00 +00:00
## [0.5.3a / 5.45.2] - 2020-12-29
2020-12-29 08:54:59 +00:00
### Added
2021-07-01 20:25:34 +01:00
- added prompt to choose if links in the SandMan UI should be opened in a sandboxed or unsandboxed browser [#273 ](https://github.com/sandboxie-plus/Sandboxie/issues/273 )
2020-12-29 16:06:54 +00:00
- added more recovery options
2021-01-13 00:57:35 +00:00
- added "ClosedClsid=" to block COM objects from being used when they cause compatibility issues
2020-12-29 08:54:59 +00:00
- added "ClsidTrace=*" option to trace COM usage
- added "ClosedRT=" option to block access to problematic Windows RT interfaces
2020-12-29 16:06:54 +00:00
- added option to make a link for any selected process to SandMan UI
2020-12-29 08:54:59 +00:00
- added option to reset all hidden messages
2020-12-29 16:06:54 +00:00
- added more process presets "force program" and "allow internet access"
2021-01-13 00:57:35 +00:00
- added "SpecialImage=chrome,some_electron_app.exe" option to Sandboxie.ini, valid image types "chrome", "firefox"
2020-12-29 08:54:59 +00:00
-- with this option you can enable special hardcoded workarounds to new obscure forks of those browsers
2020-12-29 16:06:54 +00:00
- added German translation (thanks bastik-1001) to the SandMan UI
- added Russian translation (thanks lufog) to the SandMan UI
- added Portuguese translation (thanks JNylson ) to the SandMan UI
2020-12-29 08:54:59 +00:00
### Changed
2020-12-29 16:06:54 +00:00
- changed docs and update URLs to the new sandboxie-plus.com domain
2021-01-02 15:48:33 +00:00
- greatly improved the setup script (thanks mpheath)
2020-12-29 16:06:54 +00:00
- "OpenClsid=" and "ClosedClsid=" now support specifying a program or group name
2021-01-08 08:34:44 +00:00
- by default, when started in portable mode, the sandbox folder will be located in the parent directory of the Sandboxie instance
2020-12-29 08:54:59 +00:00
### Fixed
2021-07-01 20:25:34 +01:00
- grouping menu not fully working in the new SandMan UI [#277 ](https://github.com/sandboxie-plus/Sandboxie/issues/277 )
2020-12-29 16:06:54 +00:00
- fixed not being able to set quick recovery in SandMan UI
- fixed resource leak when loading process icons in SandMan UI
2020-12-29 08:54:59 +00:00
- fixed issue with OpenToken debug options
2021-07-01 20:25:34 +01:00
- fixed Chrome crashing on websites that cause the invocation of "FindAppUriHandlersAsync" [#198 ](https://github.com/sandboxie-plus/Sandboxie/issues/198 )
2020-12-29 08:54:59 +00:00
- fixed issue connecting to the driver when starting in portable mode
- fixed missing template setup when creating new boxes
### removed
2021-01-13 00:57:35 +00:00
- removed obsolete "OpenDefaultClsid=n" use "ClosedClsid=" with the appropriate values instead
2020-12-29 16:06:54 +00:00
- removed suspend/resume menu entry, pooling that state wastes substantial CPU cycles; use task explorer for that functionality
2020-12-29 08:54:59 +00:00
2020-12-23 18:17:24 +00:00
## [0.5.2a / 5.45.1] - 2020-12-23
### Fixed
2020-12-29 16:06:54 +00:00
- fixed translation support in the SandMan UI
2021-07-01 20:25:34 +01:00
- fixed sandboxed explorer issue [#289 ](https://github.com/sandboxie-plus/Sandboxie/issues/289 )
2020-12-29 08:54:59 +00:00
- fixed simplified Chinese localization
2020-12-23 18:17:24 +00:00
2020-12-22 14:50:58 +00:00
2020-12-23 10:38:21 +00:00
## [0.5.2 / 5.45.1] - 2020-12-23
2020-12-22 14:50:58 +00:00
### Added
2021-07-07 15:53:08 +01:00
- added advanced new box creation dialog to SandMan UI
2020-12-22 14:50:58 +00:00
- added show/hide tray context menu entry
2021-07-07 15:53:08 +01:00
- added refresh button to file recovery dialog
2020-12-22 14:50:58 +00:00
- added mechanism to load icons from {install-dir}/Icons/{icon}.png for UI customization
2020-12-29 16:06:54 +00:00
- added tray indicator to show disabled forced program status in the SandMan UI
- added program name suggestions to box options in SandMan UI
2020-12-22 14:50:58 +00:00
- added saving of column sizes in the options window
### Changed
- reorganized the advanced box options a bit
2021-07-01 20:25:34 +01:00
- changed icons (thanks Valinwolf for picking the new ones) [#235 ](https://github.com/sandboxie-plus/Sandboxie/issues/235 )
- updated Templates.ini (thanks isaak654) [#256 ](https://github.com/sandboxie-plus/Sandboxie/pull/256 ) [#258 ](https://github.com/sandboxie-plus/Sandboxie/pull/258 )
2021-01-13 00:57:35 +00:00
- increased max value for disable forced process time in SandMan UI
2020-12-22 14:50:58 +00:00
### Fixed
2021-07-01 20:25:34 +01:00
- fixed BSOD introduced in 5.45.0 when using Windows 10 "core isolation" [#221 ](https://github.com/sandboxie-plus/Sandboxie/issues/221 )
2020-12-22 14:50:58 +00:00
- fixed minor issue with lingering/leader processes
2020-12-29 16:06:54 +00:00
- fixed menu issue in SandMan UI
- fixed issue with stop behaviour page in SandMan UI
2021-07-11 12:47:53 +01:00
- fixed issue with Plus installer not displaying KmdUtil window
2021-01-08 08:34:44 +00:00
- fixed SandMan UI saving UI settings on Windows shutdown
2021-07-01 20:25:34 +01:00
- fixed issue with Plus installer autorun [#247 ](https://github.com/sandboxie-plus/Sandboxie/issues/247 )
2020-12-22 14:50:58 +00:00
- fixed issue with legacy installer not removing all files
2021-07-01 20:25:34 +01:00
- fixed a driver compatibility issue with Windows 20H1 and later [#228 ](https://github.com/sandboxie-plus/Sandboxie/issues/228 )
2020-12-29 16:06:54 +00:00
-- this solves "stop pending", LINE messenger hanging and other issues...
2021-07-01 20:25:34 +01:00
- fixed quick recovery issue in SbieCtrl.exe introduced in 5.45.0 [#224 ](https://github.com/sandboxie-plus/Sandboxie/issues/224 )
2020-12-29 16:06:54 +00:00
- fixed issue advanced hide process settings not saving
2021-07-01 20:25:34 +01:00
- fixed some typos in the UI (thanks isaak654) [#252 ](https://github.com/sandboxie-plus/Sandboxie/pull/252 ) [#253 ](https://github.com/sandboxie-plus/Sandboxie/pull/253 ) [#254 ](https://github.com/sandboxie-plus/Sandboxie/pull/254 )
- fixed issue with GetRawInputDeviceInfo failing when boxed processes are put in a job object [#176 ](https://github.com/sandboxie-plus/Sandboxie/issues/176 ) [#233 ](https://github.com/sandboxie-plus/Sandboxie/issues/233 )
2020-12-29 16:06:54 +00:00
-- this fix resolves issues with CP2077 and other games not getting keyboard input (thanks Rostok)
2020-12-23 12:06:54 +00:00
- fixed failing ClipCursor won't longer span the message log
2020-12-29 16:06:54 +00:00
- fixed issue with adding recovery folders in SandMan UI
- fixed issue with Office 2019 template when using a non-default Sbie install location
2021-07-01 20:25:34 +01:00
- fixed issue setting last access attribute on sandboxed folders [#218 ](https://github.com/sandboxie-plus/Sandboxie/issues/218 )
2020-12-22 14:50:58 +00:00
- fixed issue with process start signal
2020-12-12 11:55:20 +00:00
## [0.5.1 / 5.45.0] - 2020-12-12
### Added
2020-12-29 16:06:54 +00:00
- added simple view mode
2020-12-12 11:55:20 +00:00
### Changed
2020-12-29 16:06:54 +00:00
- updated SandMan UI to use Qt5.15.1
2020-12-12 11:55:20 +00:00
### Fixed
2021-07-07 15:53:08 +01:00
- fixed crash issue with progress dialog
- fixed progress dialog cancel button not working for update checker
2020-12-12 11:55:20 +00:00
- fixed issue around NtQueryDirectoryFile when deleting sandbox content
- fixed dark theme in the notification window
2020-12-23 12:06:54 +00:00
- fixed issue with disable force programs tray menu
2020-12-12 11:55:20 +00:00
2020-12-07 16:34:20 +00:00
## [0.5.0 / 5.45.0] - 2020-12-06
2020-11-28 16:20:56 +00:00
### Added
- added new notification window
- added user interactive control mechanism when using the new SandMan UI
2020-12-23 12:06:54 +00:00
-- when a file exceeds the copy limit instead of failing, the user is prompted if the file should be copied or not
2020-11-28 16:20:56 +00:00
-- when internet access is blocked it now can be exempted in real time by the user
2021-07-01 20:25:34 +01:00
- added missing file recovery and auto/quick recovery functionality [#188 ](https://github.com/sandboxie-plus/Sandboxie/issues/188 ) [#178 ](https://github.com/sandboxie-plus/Sandboxie/issues/178 )
2020-11-28 16:20:56 +00:00
- added silent MSG_1399 boxed process start notification to keep track of short lived boxed processes
2021-01-08 08:34:44 +00:00
- added ability to prevent system wide process starts, Sandboxie can now instead of just alerting also block processed on the alert list
2020-12-23 12:06:54 +00:00
-- set "StartRunAlertDenied=y" to enable process blocking
2020-11-28 16:20:56 +00:00
- the process start alert/block mechanism can now also handle folders use "AlertFolder=..."
2021-07-01 20:25:34 +01:00
- added ability to merge snapshots [#151 ](https://github.com/sandboxie-plus/Sandboxie/issues/151 )
2020-11-28 16:20:56 +00:00
- added icons to the sandbox context menu in the new UI
- added more advanced options to the sandbox options window
- added file migration progress indicator
- added more run commands and custom run commands per sandbox
2020-12-23 12:06:54 +00:00
-- the box settings users can now specify programs to be available from the box run menu
2020-11-28 16:20:56 +00:00
-- also processes can be pinned to that list from the presets menu
2021-01-08 08:34:44 +00:00
- added more Windows 10 specific template presets
2020-11-28 16:20:56 +00:00
- added ability to create desktop shortcuts to sandboxed items
- added icons to box option tabs
2020-12-01 20:29:26 +00:00
- added box grouping
- added new debug option "DebugTrace=y" to log debug output to the trace log
2020-12-07 16:34:20 +00:00
- added check for updates to the new SandMan UI
- added check for updates to the legacy SbieCtrl UI
2020-11-28 16:20:56 +00:00
### Changed
2021-07-01 20:25:34 +01:00
- File migration limit can now be disabled by specifying "CopyLimitKb=-1" [#526 ](https://github.com/sandboxie-plus/Sandboxie/issues/526 )
2020-12-23 12:06:54 +00:00
- improved and refactored message logging mechanism, reducing memory usage by factor of 2
- terminated boxed processes are now kept listed for a couple of seconds
- reworked sandbox deletion mechanism of the new UI
2020-11-28 16:20:56 +00:00
- restructured sandbox options window
2020-12-08 08:06:04 +00:00
- SbieDLL.dll can now be compiled with an up to date ntdll.lib (Thanks to TechLord from Team-IRA for help)
2020-12-07 16:34:20 +00:00
- improved automated driver self repair
2020-11-28 16:20:56 +00:00
### Fixed
- fixed issues migrating files > 4GB
2020-12-23 12:06:54 +00:00
- fixed an issue that would allow a malicious application to bypass the internet blockade
- fixed issue when logging messages from a non-sandboxed process, added process_id parameter to API_LOG_MESSAGE_ARGS
2020-11-28 16:20:56 +00:00
- fixed issues with localization
2021-01-08 08:34:44 +00:00
- fixed issue using file recovery in legacy UI SbieCtrl.exe when "SeparateUserFolders=n" is set
2020-11-28 16:20:56 +00:00
- when a program is blocked from starting due to restrictions no redundant messages are issues anymore
- fixed UI not properly displaying async errors
- fixed issues when a snapshot operation failed
- fixed some special cases of IpcPath and WinClass in the new UI
2020-12-23 12:06:54 +00:00
- fixed driver issues with WHQL passing compatibility testing
2021-07-07 15:53:08 +01:00
- fixed issues with Classic installer
2020-12-01 20:29:26 +00:00
2020-11-03 15:45:04 +00:00
2020-11-16 16:15:03 +00:00
## [0.4.5 / 5.44.1] - 2020-11-16
### Added
2021-01-08 08:34:44 +00:00
- added "Terminate all processes" and "disable forced programs" commands to tray menu in SandMan UI
2020-12-23 12:06:54 +00:00
- program start restrictions settings now can be switched between a white list and a black list
2020-11-16 16:15:03 +00:00
-- programs can be terminated and blacklisted from the context menu
- added additional process context menu options, lingering and leader process can be now set from menu
- added option to view template presets for any given box
- added text filter to template view
2020-12-23 12:06:54 +00:00
- added new compatibility templates:
2021-07-01 20:25:34 +01:00
-- Windows 10 core UI component: OpenIpcPath=\BaseNamedObjects\[CoreUI]-* solving issues with Chinese Input and Emojis [#120 ](https://github.com/sandboxie-plus/Sandboxie/issues/120 ) [#88 ](https://github.com/sandboxie-plus/Sandboxie/issues/88 )
2021-07-05 22:51:18 +01:00
-- Firefox Quantum, access to Windows’ FontCachePort for compatibility with Windows 7
2020-11-16 16:15:03 +00:00
- added experimental debug option "OriginalToken=y" which lets sandboxed processes retain their original unrestricted token
-- This option is comparable with "OpenToken=y" and is intended only for testing and debugging, it BREAKS most SECURITY guarantees (!)
- added debug option "NoSandboxieDesktop=y" it disables the desktop proxy mechanism
2020-12-23 12:06:54 +00:00
-- Note: without an unrestricted token with this option applications won't be able to start
2020-11-16 16:15:03 +00:00
- added debug option "NoSysCallHooks=y" it disables the sys call processing by the driver
2020-12-23 12:06:54 +00:00
-- Note: without an unrestricted token with this option applications won't be able to start
2021-02-21 21:24:28 +00:00
- added ability to record verbose access traces to the Resource Monitor
2020-11-16 16:15:03 +00:00
-- use ini options "FileTrace=*", "PipeTrace=*", "KeyTrace=*", "IpcTrace=*", "GuiTrace=*" to record all events
2020-12-23 12:06:54 +00:00
-- replace "*" to log only: "A" - allowed, "D" - denied, or "I" - ignore events
2021-02-21 21:24:28 +00:00
- added ability to record debug output strings to the Resource Monitor
2020-11-16 16:15:03 +00:00
-- use ini option DebugTrace=y to enable
### Changed
2021-01-08 08:34:44 +00:00
- AppUserModelID sting no longer contains Sandboxie version string
- now by default Sbie's application manifest hack is disabled, as it causes problems with version checking on Windows 10
2020-12-23 12:06:54 +00:00
-- to enable old behaviour add "PreferExternalManifest=y" to the global or the box specific ini section
2020-11-16 16:15:03 +00:00
- the resource log mechanism can now handle multiple strings to reduce on string copy operations
### Fixed
- fixed issue with disabling some restriction settings failed
- fixed disabling of internet block from the presets menu sometimes failed
2021-01-08 08:34:44 +00:00
- the software compatibility list in the SandMan UI now shows the proper template names
2020-11-16 16:15:03 +00:00
- fixed use of freed memory in the driver
- replaced swprintf with snwprintf to prevent potential buffer overflow in SbieDll.dll
2021-01-19 10:50:56 +00:00
- fixed bad list performance with resource log and API log in SandMan UI
2020-11-16 16:15:03 +00:00
2020-11-03 16:41:33 +00:00
## [0.4.4 / 5.44.0] - 2020-11-03
2020-11-03 15:45:04 +00:00
### Added
2020-11-03 16:41:33 +00:00
- added SbieLdr (experimental)
2020-11-03 15:45:04 +00:00
### Changed
2020-11-03 16:41:33 +00:00
- moved code injection mechanism from SbieSvc to SbieDll
- moved function hooking mechanism from SbieDrv to SbieDll
- introduced a new driverless method to resolve wow64 ntdll base address
### removed
2021-01-08 08:34:44 +00:00
- removed support for Windows Vista x64
2020-11-03 16:41:33 +00:00
2020-11-16 16:15:03 +00:00
2020-11-03 16:41:33 +00:00
## [0.4.3 / 5.43.7] - 2020-11-03
### Added
2021-01-08 08:34:44 +00:00
- added disable forced programs menu command to the SandMan UI
2020-11-03 15:45:04 +00:00
### Fixed
2021-07-01 20:25:34 +01:00
- fixed file rename bug introduced with an earlier Driver Verifier fix [#174 ](https://github.com/sandboxie-plus/Sandboxie/issues/174 ) [#153 ](https://github.com/sandboxie-plus/Sandboxie/issues/153 )
2020-11-03 15:45:04 +00:00
- fixed issue saving access lists
- fixed issue with program groups parsing in the SandMan UI
2021-07-01 20:25:34 +01:00
- fixed issue with internet access restriction options [#177 ](https://github.com/sandboxie-plus/Sandboxie/issues/177 ) [#185 ](https://github.com/sandboxie-plus/Sandboxie/issues/185 )
- fixed issue deleting sandbox when located on a drive directly [#139 ](https://github.com/sandboxie-plus/Sandboxie/issues/139 )
2020-11-03 15:45:04 +00:00
2021-07-30 20:08:35 +01:00
2020-11-03 15:45:04 +00:00
2020-10-10 17:18:01 +01:00
## [0.4.2 / 5.43.6] - 2020-10-10
### Added
- added explore box content menu option
### Fixed
2021-07-01 20:25:34 +01:00
- fixed thread handle leak in SbieSvc and other components [#144 ](https://github.com/sandboxie-plus/Sandboxie/issues/144 )
2021-01-19 10:50:56 +00:00
- msedge.exe is now categorized as a Chromium derivate
2021-07-01 20:25:34 +01:00
- fixed Chrome 86+ compatibility bug with Chrome's own sandbox [#149 ](https://github.com/sandboxie-plus/Sandboxie/issues/149 )
2020-10-10 17:18:01 +01:00
2021-07-30 20:08:35 +01:00
2020-09-12 09:09:24 +01:00
## [0.4.1 / 5.43.5] - 2020-09-12
### Added
2021-01-08 08:34:44 +00:00
- added core version compatibility check to SandMan UI
2020-09-12 09:09:24 +01:00
- added shell integration options to SbiePlus
### Changed
2020-12-23 12:06:54 +00:00
- SbieCtrl does not longer auto show the tutorial on first start
2021-07-01 20:25:34 +01:00
- when hooking to the trampoline, the migrated section of the original function is no longer noped out
-- it caused issues with unity games, will be investigated and re-enabled later
2020-09-12 09:09:24 +01:00
### Fixed
2021-01-13 00:57:35 +00:00
- fixed colour issue with vertical tabs in dark mode
2020-09-12 09:09:24 +01:00
- fixed wrong path separators when adding new forced folders
2020-12-23 12:06:54 +00:00
- fixed directory listing bug introduced in 5.43
2020-09-12 09:09:24 +01:00
- fixed issues with settings window when not being connected to driver
2021-01-08 08:34:44 +00:00
- fixed issue when starting SandMan UI as admin
- fixed auto content delete not working with SandMan UI
2020-09-12 09:09:24 +01:00
2020-09-05 16:45:39 +01:00
## [0.4.0 / 5.43] - 2020-09-05
### Added
2020-12-23 12:06:54 +00:00
- added a proper custom installer to the Plus release
2021-01-08 08:34:44 +00:00
- added sandbox snapshot functionality to Sbie core
2020-11-03 15:45:04 +00:00
-- filesystem is saved incrementally, the snapshots built upon each other
-- each snapshot gets a full copy of the box registry for now
-- each snapshot can have multiple children snapshots
2021-02-21 21:24:28 +00:00
- added access status to Resource Monitor
2021-07-01 20:25:34 +01:00
- added setting to change border width [#113 ](https://github.com/sandboxie-plus/Sandboxie/issues/113 )
2020-09-05 16:45:39 +01:00
- added snapshot manager UI to SandMan
- added template to enable authentication with an Yubikey or comparable 2FA device
2021-01-08 08:34:44 +00:00
- added UI for program alert
2020-12-23 12:06:54 +00:00
- added software compatibility options to the UI
2020-09-05 16:45:39 +01:00
### Changed
2020-12-23 12:06:54 +00:00
- SandMan UI now handles deletion of sandbox content on its own
- no longer adding redundant resource accesses as new events
2020-09-05 16:45:39 +01:00
### Fixed
- fixed issues when hooking functions from delay loaded libraries
- fixed issues when hooking an already hooked function
- fixed issues with the new box settings editor
### Removed
2021-01-13 00:57:35 +00:00
- removes deprecated workaround in the hooking mechanism for an obsolete anti-malware product
2020-09-05 16:45:39 +01:00
2020-07-19 21:09:02 +01:00
## [0.3.5 / 5.42.1] - 2020-07-19
### Added
2021-02-21 21:24:28 +00:00
- added settings window
2020-12-23 12:06:54 +00:00
- added translation support
2020-07-19 21:09:02 +01:00
- added dark theme
- added auto start option
- added sandbox options
- added debug option "NoAddProcessToJob=y"
### Changed
- improved empty sandbox tray icon
- improved message parsing
- updated homepage links
### Fixed
2021-01-08 08:34:44 +00:00
- fixed ini issue with SandMan.exe when renaming sandboxes
2020-07-19 21:09:02 +01:00
- fixed ini auto reload bug introduced in the last build
2020-12-23 12:06:54 +00:00
- fixed issue when hooking delayed loaded libraries
2020-07-19 21:09:02 +01:00
2020-07-04 11:39:06 +01:00
## [0.3 / 5.42] - 2020-07-04
2020-07-04 11:07:36 +01:00
### Added
- API_QUERY_PROCESS_INFO can be now used to get the original process token of sandboxed processes
2020-11-03 15:45:04 +00:00
-- Note: this capability is used by TaskExplorer to allow inspecting sandbox internal tokens
2021-02-21 21:24:28 +00:00
- added option "KeepTokenIntegrity=y" to make the Sbie token keep its initial integrity level (debug option)
2021-01-08 08:34:44 +00:00
-- Note: Do NOT USE Debug Options if you don't know their security implications (!)
2021-02-21 21:24:28 +00:00
- added process id to log messages very useful for debugging
- added finder to resource log
- added option to hide host processes "HideHostProcess=[name]"
2020-12-23 12:06:54 +00:00
-- Note: Sbie hides by default processes from other boxes, this behaviour can now be controlled with "HideOtherBoxes=n"
- Sandboxed RpcSs and DcomLaunch can now be run as system with the option "ProtectRpcSs=y" however this breaks sandboxed explorer and other
- Built In Clsid whitelist can now be disabled with "OpenDefaultClsid=n"
2020-07-04 11:07:36 +01:00
- Processes can be now terminated with the del key, and require a confirmation
2021-02-21 21:24:28 +00:00
- added sandboxed window border display to SandMan.exe
- added notification for Sbie log messages
- added Sandbox Presets sub menu allowing to quickly change some settings
2021-01-08 08:34:44 +00:00
-- Enable/Disable API logging, logapi_dll's are now distributed with SbiePlus
2020-12-23 12:06:54 +00:00
-- And other: Drop admin rights; Block/Allow internet access; Block/Allow access to files on the network
2021-02-21 21:24:28 +00:00
- added more info to the sandbox status column
- added path column to SbieModel
- added info tooltips in SbieView
2020-07-04 11:07:36 +01:00
### Changed
2021-02-21 21:24:28 +00:00
- reworked ApiLog, added PID and PID filter
- auto config reload on in change is now delayed by 500ms to not reload multiple times on incremental changes
2020-12-23 12:06:54 +00:00
- Sandbox names now replace "_" with " " for display allowing to use names that are made of separated words
2020-07-04 11:07:36 +01:00
### Fixed
2021-01-13 00:57:35 +00:00
- added missing PreferExternalManifest initialization to portable mode
2021-02-14 19:18:29 +00:00
- FIXED SECURITY ISSUE: fixed permission issues with sandboxed system processes
2020-11-03 15:45:04 +00:00
-- Note: you can use "ExposeBoxedSystem=y" for the old behaviour (debug option)
2021-02-14 19:18:29 +00:00
- FIXED SECURITY ISSUE: fixed missing SCM access check for sandboxed services (thanks Diversenok)
2020-11-03 15:45:04 +00:00
-- Note: to disable the access check use "UnrestrictedSCM=y" (debug option)
2020-12-23 12:06:54 +00:00
- fixed missing initialization in service server that caused sandboxed programs to crash when querying service status
2021-07-01 20:25:34 +01:00
- fixed many bugs that caused the SbieDrv.sys to BSOD when running with Driver Verifier enabled [#57 ](https://github.com/sandboxie-plus/Sandboxie/issues/57 )
2020-11-03 15:45:04 +00:00
-- 0xF6 in GetThreadTokenOwnerPid and File_Api_Rename
-- missing non optional parameter for FltGetFileNameInformation in File_PreOperation
-- 0xE3 in Key_StoreValue and Key_PreDataInject
2020-07-04 11:07:36 +01:00
2020-06-19 22:12:57 +01:00
## [0.2.2 / 5.41.2] - 2020-06-19
### Added
- added option SeparateUserFolders=n to no longer have the user profile files stored separately in the sandbox
- added SandboxieLogon=y it makes processes run under the SID of the "Sandboxie" user instead of the Anonymous user
2020-11-03 15:45:04 +00:00
-- Note: the global option AllowSandboxieLogon=y must be enabled, the "Sandboxie" user account must be manually created first and the driver reloaded, else process start will fail
2020-06-19 22:12:57 +01:00
- improved debugging around process creation errors in the driver
### Fixed
- fixed some log messages going lost after driver reload
- found a workable fix for the MSI installer issue, see Proc_CreateProcessInternalW_RS5
2020-06-01 17:11:56 +01:00
2020-06-18 16:44:29 +01:00
## [0.2.1 / 5.41.1] - 2020-06-18
### Added
- added different sandbox icons for different types
2020-11-03 15:45:04 +00:00
-- Red LogAPI/BSA enabled
2021-02-21 21:24:28 +00:00
-- more to come :D
- added progress window for async operations that take time
2021-07-01 20:25:34 +01:00
- added DPI awareness [#56 ](https://github.com/sandboxie-plus/Sandboxie/issues/56 )
2020-06-18 16:44:29 +01:00
- the driver file is now obfuscated to avoid false positives
2021-01-08 08:34:44 +00:00
- additional debug options to Sandboxie.ini OpenToken=y that combines UnrestrictedToken=y and UnfilteredToken=y
2020-12-23 12:06:54 +00:00
-- Note: using these options weakens the sandboxing, they are intended for debugging and may be used for better application virtualization later
2020-06-18 16:44:29 +01:00
### Changed
2021-01-13 00:57:35 +00:00
- SbieDll.dll when processing InjectDll now looks in the SbieHome folder for the DLLs if the entered path starts with a backslash
2020-11-03 15:45:04 +00:00
-- i.e. "InjectDll=\LogAPI\i386\logapi32v.dll" or "InjectDll64=\LogAPI\amd64\logapi64v.dll"
2020-06-18 16:44:29 +01:00
### Fixed
- IniWatcher did not work in portable mode
2020-12-23 12:06:54 +00:00
- service path fix broke other services, now properly fixed, maybe
2021-01-08 08:34:44 +00:00
- found workaround for the MSI installer issue
2020-06-18 16:44:29 +01:00
2020-06-08 16:17:37 +01:00
## [0.2 / 5.41.0] - 2020-06-08
### Added
- IniWatcher, no more clicking reload, the ini is now reloaded automatically every time it changes
2021-02-21 21:24:28 +00:00
- added Maintenance menu to the Sandbox menu, allowing to install/uninstall and start/stop Sandboxie driver, service
2021-01-08 08:34:44 +00:00
- SandMan.exe now is packed with Sbie files and when no Sbie is installed acts as a portable installation
2021-02-21 21:24:28 +00:00
- added option to clean up logs
2020-06-08 16:17:37 +01:00
### Changed
2021-01-08 08:34:44 +00:00
- Sbie driver now first checks the home path for the Sbie ini before checking SystemRoot
2020-06-08 16:17:37 +01:00
### Fixed
2021-02-14 19:18:29 +00:00
- FIXED SECURITY ISSUE: sandboxed processes could obtain a write handle on non sandboxed processes (thanks Diversenok)
-- this allowed to inject code in non sandboxed processes
2021-02-21 21:24:28 +00:00
- fixed issue boxed services not starting when the path contained a space
2020-06-08 16:17:37 +01:00
- NtQueryInformationProcess now returns the proper sandboxed path for sandboxed processes
2020-06-01 17:20:10 +01:00
## [0.1 / 5.40.2] - 2020-06-01
2020-06-01 17:11:56 +01:00
### Added
2021-02-21 21:24:28 +00:00
- created a new Qt based UI names SandMan (Sandboxie Manager)
- Resource Monitor now shows the PID
- added basic API call log using updated BSA LogApiDll
2020-06-01 17:11:56 +01:00
### Changed
2021-02-21 21:24:28 +00:00
- reworked Resource Monitor to work with multiple event consumers
2020-06-01 17:11:56 +01:00
- reworked log to work with multiple event consumers
2020-04-10 15:06:27 +01:00
## [5.40.1] - 2020-04-10
### Added
- "Other" type for the Resource Access Monitor
2020-11-03 15:45:04 +00:00
-- added call to StartService to the logged Resources
2020-04-10 15:06:27 +01:00
### Fixed
- fixed "Windows Installer Service could not be accessed" that got introduced with Windows 1903