Update CHANGELOG.md

This commit is contained in:
isaak654 2023-05-17 13:43:10 +02:00 committed by GitHub
parent ab658f31c6
commit 83ebe41934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.9.4 / 5.64.4] - 2023-04-??
### Added
- added more documentation links to the plus UI
- added more documentation links to the Plus UI
- added tray menu option to dismiss a pending update notification
### Changed
- improved compatybility template for Data Protection mode (thanks offhub)
- improved compatibility template for Data Protection mode (thanks offhub)
### Fixed
- fixed Qt6 issues in ARM64 build
@ -35,7 +35,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- 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"
- use a REG_SZ string for the path, like "\\??\C:\my_path\my_sandboxie.ini"
### Changed
- improved handling of DLL injection failure