1.0.10
This commit is contained in:
parent
ac8a2caf25
commit
9b6df0fb34
|
@ -35,6 +35,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- fixed issues canceling box deletion operations didn't working [1061](https://github.com/sandboxie-plus/Sandboxie/issues/1061)
|
- fixed issues canceling box deletion operations didn't working [1061](https://github.com/sandboxie-plus/Sandboxie/issues/1061)
|
||||||
- fixed issue with DPI scalling and color picker dialog [#803](https://github.com/sandboxie-plus/Sandboxie/issues/803)
|
- fixed issue with DPI scalling and color picker dialog [#803](https://github.com/sandboxie-plus/Sandboxie/issues/803)
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- removed UseRpcMgmtSetComTimeout=AppXDeploymentClient.dll,y used for free download manager as it broke other things
|
||||||
|
-- when using free download manager ad the line manually to your sandboxie.ini
|
||||||
|
|
||||||
|
|
||||||
## [1.0.9 / 5.55.9] - 2022-01-31
|
## [1.0.9 / 5.55.9] - 2022-01-31
|
||||||
|
|
|
@ -160,14 +160,14 @@ SpecialImage=browser,PuffinSecureBrowser.exe
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# updater blockage
|
# updater blockage, usage:
|
||||||
|
#SoftwareUpdater=starting_image.exe,updater_path\updater_image.exe
|
||||||
#
|
#
|
||||||
|
|
||||||
[Template_BlockSoftwareUpdaters]
|
[Template_BlockSoftwareUpdaters]
|
||||||
|
#Tmpl.Title=#xxxx
|
||||||
BlockSoftwareUpdaters=y
|
#Tmpl.Class=Misc
|
||||||
|
#BlockSoftwareUpdaters=y
|
||||||
#SoftwareUpdater=starting_image,updater_path
|
|
||||||
|
|
||||||
SoftwareUpdater=firefox.exe,*\mozilla firefox\updater.exe
|
SoftwareUpdater=firefox.exe,*\mozilla firefox\updater.exe
|
||||||
SoftwareUpdater=firefox.exe,*\mozilla firefox\updates\*updater.exe
|
SoftwareUpdater=firefox.exe,*\mozilla firefox\updates\*updater.exe
|
||||||
|
@ -3413,7 +3413,7 @@ RpcPortBinding=apisethost.appexecutionalias.dll,'0497b57d-2e66-424f-a0c6-157cd5d
|
||||||
|
|
||||||
|
|
||||||
# RpcMgmtSetComTimeout presets
|
# RpcMgmtSetComTimeout presets
|
||||||
UseRpcMgmtSetComTimeout=AppXDeploymentClient.dll,y
|
#UseRpcMgmtSetComTimeout=AppXDeploymentClient.dll,y
|
||||||
UseRpcMgmtSetComTimeout=WINNSI.DLL,n
|
UseRpcMgmtSetComTimeout=WINNSI.DLL,n
|
||||||
|
|
||||||
# windows proxy auto discovery
|
# windows proxy auto discovery
|
||||||
|
|
Loading…
Reference in New Issue