diff --git a/CHANGELOG.md b/CHANGELOG.md index 56bcbdc8..38747e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.13.4 / 5.68.4] - 2024-02-?? ### Added -- 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) (thanks Yeyixiao) +- added option to prevent sandboxed processes from accessing the images of the window outside the sandbox [#1985](https://github.com/sandboxie-plus/Sandboxie/issues/1985) (thanks Yeyixiao) - it can be enabled with "IsBlockCapture=y" - - see the sandbox option "Block obtain an image of an un-sandboxied window through Windows public method" in SandMan UI + - see the sandbox option "Prevent sandboxed processes from using public methods to capture window images" in SandMan UI ### Fixed - fixed issue with symlinks related to startmenu folders @@ -35,10 +35,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) (thanks Yeyixiao) - added option to block taking screen capture/screenshot of sandboxed processes (thanks Yeyixiao) - it can be enabled with "IsProtectScreen=y" - - see the sandbox option "Prevents getting an image of the window in the sandbox" in SandMan UI + - see the sandbox option "Prevent processes from capturing window images from sandboxed windows" in SandMan UI - added option to prevent sandboxed processes from interfering with power operations [#3640](https://github.com/sandboxie-plus/Sandboxie/issues/3640) (thanks 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 + - see the sandbox option "Prevent sandboxed processes from interfering with power operations" in SandMan UI - added new pattern mechanism using a `**` as a placeholder to indicate an arbitrary path element not containing a `\` [1ff2867](https://github.com/sandboxie-plus/Sandboxie/commit/1ff28679b0557a642d29f1651a90a8f7fec77171) ### Changed diff --git a/SandboxiePlus/SandMan/Forms/OptionsWindow.ui b/SandboxiePlus/SandMan/Forms/OptionsWindow.ui index b80ba149..43c20cb8 100644 --- a/SandboxiePlus/SandMan/Forms/OptionsWindow.ui +++ b/SandboxiePlus/SandMan/Forms/OptionsWindow.ui @@ -813,14 +813,14 @@ - Prevents processes in the sandbox from interfering with power operation + Prevent sandboxed processes from interfering with power operations - Block process from taking screenshots of windows not belonging to the containing sandbox + Prevent sandboxed processes from using public methods to capture window images @@ -1390,7 +1390,7 @@ - Prevents getting an image of the window in the sandbox. + Prevent processes from capturing window images from sandboxed windows @@ -3669,7 +3669,7 @@ The proc