Update CHANGELOG.md

Co-authored-by: isaak654 <isaak654@users.noreply.github.com>
This commit is contained in:
Michael 2023-05-09 15:47:04 +02:00 committed by GitHub
parent 3c119700d7
commit 52c94cfa9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -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)