Update CHANGELOG.md

Fixed most glaring orthographical errors in changelog text.
This commit is contained in:
NewKidOnTheBlock 2020-10-17 15:28:25 +02:00 committed by GitHub
parent 42fab9dcbf
commit db45976f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 38 deletions

View File

@ -11,28 +11,28 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed ### Fixed
- fixed thread handle leak in SbieSvc and other components - fixed thread handle leak in SbieSvc and other components
- msedge.exe is now categorized as a chromium derivate - msedge.exe is now categorized as a chromium derivate
- fixed chrome 86+ compatybility bug with chroms own sandbox - fixed Chrome 86+ compatibility bug with Chrome's own sandbox
## [0.4.1 / 5.43.5] - 2020-09-12 ## [0.4.1 / 5.43.5] - 2020-09-12
### Added ### Added
- added core version compatybility check to sandman UI - added core version compatibility check to sandman UI
- added shell integration options to SbiePlus - added shell integration options to SbiePlus
### Changed ### Changed
- SbieCtrl does not longer auto show the tutorian on first start - SbieCtrl does no longer auto-show the tutorial on first start
- when hooking, the to the trampoline migrated section of the original function is not longer noped out - when hooking, the trampoline migrated section of the original function is no longer noped out
-- it caused issues with unity games, will be investigated and re enabled later - it caused issues with unity games, will be investigated and re-enabled later
### Fixed ### Fixed
- fixed color issue with vertical tabs in dark mode - fixed color issue with vertical tabs in dark mode
- fixed wrong path separators when adding new forced folders - fixed wrong path separators when adding new forced folders
- fixed directroy listing bug intriduced in 5.43 - fixed directory listing bug introduced in 5.43
- fixed issues with settings window when not being connected to driver - fixed issues with settings window when not being connected to driver
- fixed issue when starting sandman ui as admin - fixed issue when starting Sandman UI as admin
- fixed auto content delete not working with sandman ui - fixed auto content delete not working with Sandman UI
@ -40,20 +40,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- added a proper custom installer to the the Plus release - added a proper custom installer to the the Plus release
- added sandbox snapshot functionality to sbie core - added sandbox snapshot functionality to SBIE core
-- filesystem is saved incrementally, the snapshots built upon each other - filesystem is saved incrementally, the snapshots build upon each other
-- each snapshot gets a full copy of the box registry for now - each snapshot gets a full copy of the box registry for now
-- each snapshot can have multiple children snapshots - each snapshot can have multiple children snapshots
- added access status to resource monitor - added access status to resource monitor
- added setting to change border width - added setting to change border width
- added snapshot manager UI to SandMan - added snapshot manager UI to SandMan
- added template to enable authentication with an Yubikey or comparable 2FA device - added template to enable authentication with an Yubikey or comparable 2FA device
- added ui for program allert - added UI for program allert
- added software compatybility options to teh UI - added software compatibility options to the UI
### Changed ### Changed
- SandMan UI now handles deletion of sandboxe content on its own - SandMan UI now handles deletion of sandboxe content on its own
- no longer adding redundnat resource accesses as new events - no longer adding redundant resource accesses as new events
### Fixed ### Fixed
- fixed issues when hooking functions from delay loaded libraries - fixed issues when hooking functions from delay loaded libraries
@ -68,8 +68,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [0.3.5 / 5.42.1] - 2020-07-19 ## [0.3.5 / 5.42.1] - 2020-07-19
### Added ### Added
- Added settings window - added settings window
- added translationsupport - added translation support
- added dark theme - added dark theme
- added auto start option - added auto start option
- added sandbox options - added sandbox options
@ -83,7 +83,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed ### Fixed
- fixed ini issue with sandman.exe when renaming sandboxes - fixed ini issue with sandman.exe when renaming sandboxes
- fixed ini auto reload bug introduced in the last build - fixed ini auto reload bug introduced in the last build
- fixed issue when hooking delayd loaded libraries - fixed issue when hooking delayed loaded libraries
@ -91,21 +91,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- API_QUERY_PROCESS_INFO can be now used to get the original process token of sandboxed processes - API_QUERY_PROCESS_INFO can be now used to get the original process token of sandboxed processes
-- Note: this capability is used by TaskExplorer to allow inspecting sandbox internal tokens - Note: this capability is used by TaskExplorer to allow inspecting sandbox internal tokens
- Added option "KeepTokenIntegrity=y" to make the sbie token keep its initial integrity level (debug option) - Added option "KeepTokenIntegrity=y" to make the sbie token keep its initial integrity level (debug option)
-- Note: Do NOT USE Debug Options if you dont know their security implications (!) - Note: Do NOT USE Debug Options if you don't know their security implications (!)
- Added process id to log messages very usefull for debugging - Added process ID to log messages very usefull for debugging
- Added finder to resource log - Added finder to resource log
- Added option to hide host processes "HideHostProcess=[name]" - Added option to hide host processes "HideHostProcess=[name]"
-- Note: Sbie hides by default processes from other boxes, this behavioure can now be controlled with "HideOtherBoxes=n" - 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" howeever tht breaks sandboxed explorer and other - Sandboxed RpcSs and DcomLaunch can now be run as system with the option "ProtectRpcSs=y" howeever tht breaks sandboxed explorer and other
- BuiltIn Clsid whitelist can now be disabled with "OpenDefaultClsid=n" - BuiltIn Clsid whitelist can now be disabled with "OpenDefaultClsid=n"
- Processes can be now terminated with the del key, and require a confirmation - Processes can be now terminated with the del key, and require a confirmation
- Added sandboxed window border display to SandMan.exe - Added sandboxed window border display to SandMan.exe
- Added notification for sbie log messages - Added notification for sbie log messages
- Added Sandbox Presets sub menu allowing to quickly change some settings - Added Sandbox Presets sub menu allowing to quickly change some settings
-- Enable/Disable API logging, logapi_dll's are now distributed with SbiePlus - Enable/Disable API logging, logapi_dll's are now distributed with SbiePlus
-- And other: Drop admin rights; Block/Allow internet access; Block/Allow access to files on te network - And other: Drop admin rights; Block/Allow internet access; Block/Allow access to files on te network
- Added more info to the sandbox status column - Added more info to the sandbox status column
- Added path column to SbieModel - Added path column to SbieModel
- Added info tooltips in SbieView - Added info tooltips in SbieView
@ -118,14 +118,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed ### Fixed
- added mising PreferExternalManifest itialization to portable mode - added mising PreferExternalManifest itialization to portable mode
- fixed permission issues with sandboxed system processes - fixed permission issues with sandboxed system processes
-- Note: you can use "ExposeBoxedSystem=y" for the old behaviour (debug option) - Note: you can use "ExposeBoxedSystem=y" for the old behaviour (debug option)
- fixed missing SCM access check for sandboxed services - fixed missing SCM access check for sandboxed services
-- Note: to disable the access check use "UnrestrictedSCM=y" (debug option) - Note: to disable the access check use "UnrestrictedSCM=y" (debug option)
- fixed missing initialization in serviceserver that caused sandboxed programs to crash when querying service status - fixed missing initialization in serviceserver that caused sandboxed programs to crash when querying service status
- fixed many bugs that caused the SbieDrv.sys to BSOD when run with MSFT Driver Verifier active - fixed many bugs that caused the SbieDrv.sys to BSOD when run with MSFT Driver Verifier active
-- 0xF6 in GetThreadTokenOwnerPid and File_Api_Rename - 0xF6 in GetThreadTokenOwnerPid and File_Api_Rename
-- missing non optional parameter for FltGetFileNameInformation in File_PreOperation - missing non-optional parameter for FltGetFileNameInformation in File_PreOperation
-- 0xE3 in Key_StoreValue and Key_PreDataInject - 0xE3 in Key_StoreValue and Key_PreDataInject
@ -134,7 +134,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- added option SeparateUserFolders=n to no longer have the user profile files stored separately in the sandbox - 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 - added SandboxieLogon=y it makes processes run under the SID of the "Sandboxie" user instead of the Anonymous user
-- 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 - 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
- improved debugging around process creation errors in the driver - improved debugging around process creation errors in the driver
### Fixed ### Fixed
@ -147,21 +147,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- added different sandbox icons for different types - added different sandbox icons for different types
-- Red LogAPI/BSA enabled - Red LogAPI/BSA enabled
-- More to come :D - More to come :D
- Added progress window for async operations that take time - Added progress window for async operations that take time
- added DPI awareness - added DPI awareness
- the driver file is now obfuscated to avoid false positives - the driver file is now obfuscated to avoid false positives
- additional debug options to sandboxie.ini OpenToken=y that combines UnrestrictedToken=y and UnfilteredToken=y - additional debug options to sandboxie.ini OpenToken=y that combines UnrestrictedToken=y and UnfilteredToken=y
-- Note: using these options weekens the sandboxing, they are intended for debugging and may be used for better application virtualization later - Note: using these options weakens the sandboxing, they are intended for debugging and may be used for better application virtualization later
### Changed ### Changed
- SbieDll.dll when processinh InjectDll now looks in the SbieHome folder for the Dll's if the entered path starts with a backslash - SbieDll.dll when processing InjectDll now looks in the SbieHome folder for the Dll's if the entered path starts with a backslash
-- i.e. "InjectDll=\LogAPI\i386\logapi32v.dll" or "InjectDll64=\LogAPI\amd64\logapi64v.dll" - i.e. "InjectDll=\LogAPI\i386\logapi32v.dll" or "InjectDll64=\LogAPI\amd64\logapi64v.dll"
### Fixed ### Fixed
- IniWatcher did not work in portable mode - IniWatcher did not work in portable mode
- service path fix broke other services, now properly fixed, may be - service path fix broke other services, now properly fixed, maybe
- found workaround for the msi installer issue - found workaround for the msi installer issue
@ -171,7 +171,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- IniWatcher, no more clicking reload, the ini is now reloaded automatically every time it changes - IniWatcher, no more clicking reload, the ini is now reloaded automatically every time it changes
- Added Mainanance menu to the Sandbox menu, allowing to install/uninstall and start/stop sandboxie driver, service - Added Mainanance menu to the Sandbox menu, allowing to install/uninstall and start/stop sandboxie driver, service
- SandMan.exe now is packed with Sbie files and when no sbie is installed acts as a portable instalation - SandMan.exe now is packed with Sbie files and when no sbie is installed acts as a portable installation
- Added option to clean up logs - Added option to clean up logs
### Changed ### Changed
@ -202,7 +202,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- "Other" type for the Resource Access Monitor - "Other" type for the Resource Access Monitor
-- added call to StartService to the logged Resources - added call to StartService to the logged Resources
### Fixed ### Fixed
- fixed "Windows Installer Service could not be accessed" that got introduced with Windows 1903 - fixed "Windows Installer Service could not be accessed" that got introduced with Windows 1903