Update CHANGELOG.md
This commit is contained in:
parent
676182f1dc
commit
594ac27072
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -8,25 +8,27 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
## [1.3.3 / 5.58.3] - 2022-09-??
|
||||
|
||||
### Added
|
||||
- added username notation when the LogFile registry setting is applied as workaround for [#2207](https://github.com/sandboxie-plus/Sandboxie/issues/2207)
|
||||
- added domain\user notation when the LogFile registry setting is applied as workaround for [#2207](https://github.com/sandboxie-plus/Sandboxie/issues/2207)
|
||||
-- usage: in "HKLM\SYSTEM\CurrentControlSet\Services\SbieSvc" add REG_SZ "LogFile" with "3;[path]\Sandboxie.log"
|
||||
- added option to block host processes from accessing sandboxed once [#2132](https://github.com/sandboxie-plus/Sandboxie/issues/2132)
|
||||
- added option to block host processes from accessing sandboxed ones [#2132](https://github.com/sandboxie-plus/Sandboxie/issues/2132)
|
||||
-- usage: DenyHostAccess=Program.exe,y
|
||||
-- note: by default this protection only applyied for write access, that is unsandboxed processes will still be able to obtain read only access
|
||||
-- to prevent host processes from obtaining read access ConfidentialBox=y must also be set, which require a supporter certificate
|
||||
- added compatybility template for ReHIPS
|
||||
-- note: by default, this protection only applies for write access, that is, unsandboxed processes will still be able to obtain read-only access
|
||||
-- to prevent host processes from obtaining read access, ConfidentialBox=y must also be set, which require a supporter certificate
|
||||
- added compatibility template for ReHIPS
|
||||
|
||||
### Changed
|
||||
- improved sandman settings behaviour for non admin users [#2123](https://github.com/sandboxie-plus/Sandboxie/issues/2123)
|
||||
- improved SandMan settings behaviour for non admin users [#2123](https://github.com/sandboxie-plus/Sandboxie/issues/2123)
|
||||
|
||||
### Fixed
|
||||
- fixed issues with group moving via drag and drop
|
||||
- approved more required syscalls
|
||||
- approved more required syscalls [#2190](https://github.com/sandboxie-plus/Sandboxie/issues/2190)
|
||||
- fixed issues when deleting box content and the file panel view is open
|
||||
- fixed issue with config protection [#2206](https://github.com/sandboxie-plus/Sandboxie/issues/2206)
|
||||
- fixed issue with default box [#2195](https://github.com/sandboxie-plus/Sandboxie/issues/2195)
|
||||
- fixed issue with keyboard delete shortcut for process termination
|
||||
|
||||
### Removed
|
||||
- removed obsolete Online Armor template
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue