1.12.7
This commit is contained in:
parent
96785bdb39
commit
f75cc2e7fa
|
@ -9,7 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
### Fixed
|
||||
- Make Duplicate Box Config keep the order of the original box configuration [#3523](https://github.com/sandboxie-plus/Sandboxie/issues/3523)
|
||||
- Save options as new defaults disappears from the Summary page [#3522](https://github.com/sandboxie-plus/Sandboxie/issues/3522)
|
||||
|
||||
- Windows Explorer has difficulty navigating when running in a sandbox with data protection enabled on Windows 11 [#3517](https://github.com/sandboxie-plus/Sandboxie/issues/3517)
|
||||
- the default template for privacy boxes now sets NormalFilePath=%ProgramData%\Microsoft\
|
||||
|
||||
|
||||
## [1.12.6 / 5.67.6] - 2024-01-02
|
||||
|
|
|
@ -429,6 +429,7 @@ NormalFilePath=%SystemRoot%\*
|
|||
NormalFilePath=%SbieHome%\*
|
||||
NormalFilePath=%ProgramFiles%\*
|
||||
NormalFilePath=%ProgramFiles% (x86)\*
|
||||
NormalFilePath=%ProgramData%\Microsoft\*
|
||||
# shell & ui
|
||||
NormalKeyPath=HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize\*
|
||||
NormalKeyPath=HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\*
|
||||
|
|
Loading…
Reference in New Issue