From 7ba9820173a645196a05f120bbe5d38886549c2a Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sun, 15 Sep 2024 18:54:29 +0200 Subject: [PATCH] Update CHANGELOG.md Minor fixes --- CHANGELOG.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f498f03d23..c970afeab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,21 +7,20 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.14.9 / 5.69.9] - 2024-09-?? ### Added -- Added a couple alternative default sandbox paths to the box wizard: - - \??\%SystemDrive%\Sandbox\%USER%\%SANDBOX% - - \??\%SystemDrive%\Sandbox\%SANDBOX% - - \??\%SystemDrive%\Users\%USER%\Sandbox\%SANDBOX% -- Added Box Import Dialog +- added alternative default sandbox paths to the box wizard: + - \\??\\%SystemDrive%\\Sandbox\\%USER%\\%SANDBOX% + - \\??\\%SystemDrive%\\Sandbox\\%SANDBOX% + - \\??\\%SystemDrive%\\Users\\%USER%\Sandbox\\%SANDBOX% +- added Sandbox Import dialog ### Changed -- box root in settings is now a combo box +- sandbox root selection in global settings is now a combo box ### Fixed - fixed Exported encrypted archive files cannot be unpacked by Sandboxie [#4229](https://github.com/sandboxie-plus/Sandboxie/issues/4229) - ## [1.14.8 / 5.69.8] - 2024-09-09 ### Changed