Update CHANGELOG.md

[skipci]
This commit is contained in:
DavidXanatos 2024-03-03 21:33:38 +01:00 committed by GitHub
parent 6001575e84
commit f4bc6782c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- 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 "IsProtectScreen=y"
- it can be enabled with "IsBlockCapture=y"
- see the sandbox option "Prevents getting an image of the window in the sandbox" 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 "IsBlockCapture=y"
- it can be enabled with "IsProtectScreen=y"
- see the sandbox option "Block sandboxed process from taking cross-sandbox screenshots" 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"