Merge branch 'master' of https://github.com/sandboxie-plus/Sandboxie
This commit is contained in:
commit
9944e6b171
|
@ -5,6 +5,17 @@ on:
|
|||
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '.editorconfig'
|
||||
- '**/LICENSE*'
|
||||
- '**/Sandboxie.ini'
|
||||
- '**/Sandboxie-Plus.ini'
|
||||
- '**/COPYING'
|
||||
- '**/*.html'
|
||||
- '**/*.txt'
|
||||
- '**/*.png'
|
||||
- '**/*.bmp'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue