From 52c94cfa9e72f0c63c192a8c677ee03f8303ab76 Mon Sep 17 00:00:00 2001 From: Michael <33252157+APMichael@users.noreply.github.com> Date: Tue, 9 May 2023 15:47:04 +0200 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: isaak654 --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6792eb..71405b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,18 +8,18 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.9.3 / 5.64.3] - 2023-05-08 ### Added -- added setting to disable overlay icons -- added ability to specify sandboxie.ini location in registry - - open "HKLM\SYSTEM\CurrentControlSet\Services\SbieDrv" and set "IniPath" [#2837](https://github.com/sandboxie-plus/Sandboxie/issues/2837) - - use a for the path like "\??\C:\my_path\my_sandboxie.ini" +- added global setting to disable overlay icons +- added ability to specify Sandboxie.ini location in registry + - open "HKLM\SYSTEM\CurrentControlSet\Services\SbieDrv" and set "IniPath" [#2837](https://github.com/sandboxie-plus/Sandboxie/issues/2837) + - use a REG_SZ string for the path, like "\??\C:\my_path\my_sandboxie.ini" ### Changed -- improved hadling of dll injection failure -- updated polish translation (thanks 7zip) +- improved handling of DLL injection failure +- updated Polish translation (thanks to user 7zip) ### Fixed - fixed issue with command lines [#2858](https://github.com/sandboxie-plus/Sandboxie/issues/2858) -- fixed issue with always on top recovery windoe [#2885](https://github.com/sandboxie-plus/Sandboxie/issues/2885) +- fixed issue with always on top in the recovery window [#2885](https://github.com/sandboxie-plus/Sandboxie/issues/2885)