1.9.1
This commit is contained in:
parent
a1e6c9e06c
commit
087e085b24
|
@ -27,6 +27,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- fixed issue with arm64 DialogProc hook [#2838](https://github.com/sandboxie-plus/Sandboxie/issues/2838)
|
||||
- fixed Qt6 compatybility issue with 7z FS implementation [#2681](https://github.com/sandboxie-plus/Sandboxie/issues/2681)
|
||||
- fixed issue with tls support using Qt6 [#2682](https://github.com/sandboxie-plus/Sandboxie/issues/2682)
|
||||
- added template preset for spotify [#2673](https://github.com/sandboxie-plus/Sandboxie/issues/2673)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -529,6 +529,13 @@ SpecialImage=browser,PuffinSecureBrowser.exe
|
|||
SpecialImage=chrome,spotify.exe
|
||||
SpecialImage=chrome,Amazon Music.exe
|
||||
|
||||
#
|
||||
# other image specific presets
|
||||
#
|
||||
|
||||
PreferExternalManifest=spotify.exe,y
|
||||
|
||||
|
||||
|
||||
#
|
||||
# updater blockage, usage:
|
||||
|
|
Loading…
Reference in New Issue