1.5.0
This commit is contained in:
parent
eaa83c5523
commit
c9808f9773
|
@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- Avoid window overlap when editing templates [#2339](https://github.com/sandboxie-plus/Sandboxie/pull/2339) (thanks okrc)
|
||||
- Fixed the wrong write of OpenWinClass setting UI [#2347](https://github.com/sandboxie-plus/Sandboxie/pull/2347) (thanks okrc)
|
||||
- Fixed issue about Local Template [#2338](https://github.com/sandboxie-plus/Sandboxie/pull/2338) (thanks okrc)
|
||||
- fixed Edge WebView compatybility issue [#2350](https://github.com/sandboxie-plus/Sandboxie/issues/2350)
|
||||
|
||||
### Changed
|
||||
- reworked API compatibility check
|
||||
|
|
|
@ -651,6 +651,8 @@ ExternalManifestHack=msedge.exe,y
|
|||
# SBIE fix for MSEdge 106.x also for win 10
|
||||
OpenIpcPath=msedge.exe,\Sessions\*\AppContainerNamedObjects\*
|
||||
OpenFilePath=msedge.exe,\Device\NamedPipe\Sessions\*\AppContainerNamedObjects\*
|
||||
# fix for edge web view
|
||||
ExternalManifestHack=msedgewebview2.exe,y
|
||||
|
||||
#
|
||||
# Vivaldi
|
||||
|
|
Loading…
Reference in New Issue