From 86372e264a13239add032ed9dbd38e844de80a83 Mon Sep 17 00:00:00 2001 From: love-code-yeyixiao <188240888@qq.com> Date: Sun, 3 Mar 2024 15:25:26 +0800 Subject: [PATCH] Fix ChangeLog.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d66cb2e1..ff2fd42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ 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 block taking screen capture/screenshot of sandboxed processes [#624](https://github.com/sandboxie-plus/Sandboxie/issues/624) (thx Yeyixiao) +- added option to block in-sandbox program to intercept sandbox window images [#1985](https://github.com/sandboxie-plus/Sandboxie/issues/1985) (thx Yeyixiao) +- added option to protect the window image of the in-sandbox process from being truncated (thx Yeyixiao) ### Fixed - fixed shortcut issue with suspending all processes [#3582](https://github.com/sandboxie-plus/Sandboxie/issues/3582#issuecomment-1969628215)