Update CHANGELOG.md

@DavidXanatos
This commit is contained in:
isaak654 2024-03-03 22:24:04 +01:00 committed by GitHub
parent 9944e6b171
commit 993f953704
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- added menu entry to restart SandMan as admin [#3581](https://github.com/sandboxie-plus/Sandboxie/issues/3581) (thx Yeyixiao)
- added option to prevent sandboxed programs from accessing the images of the window outside the sandbox [#1985](https://github.com/sandboxie-plus/Sandboxie/issues/1985) (thx Yeyixiao)
- it can be enabled with "IsBlockCapture=y"
- see the sandbox option "Prevents getting an image of the window in the sandbox" in SandMan UI
- see the sandbox option ~~"Block sandboxed process from taking cross-sandbox screenshots~~ (a host reference must be added here)" in SandMan UI
- added option to block taking screen capture/screenshot of sandboxed processes [#624](https://github.com/sandboxie-plus/Sandboxie/issues/624) (thx Yeyixiao)
- it can be enabled with "IsProtectScreen=y"
- see the sandbox option "Block sandboxed process from taking cross-sandbox screenshots" in SandMan UI
- see the sandbox option "Prevents getting an image of the window in the sandbox" in SandMan UI
- added option to prevent sandboxed processes from interfering with power operations [#3640](https://github.com/sandboxie-plus/Sandboxie/issues/3640) (thx Yeyixiao)
- it can be enabled with "BlockInterferePower=y"
- see the sandbox option "Prevents processes in the sandbox from interfering with power operations" in SandMan UI