From 9838be02988c06c2d3f4c09e24470a988e4ef587 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sat, 5 Jun 2021 13:39:02 +0200 Subject: [PATCH 1/5] Update CHANGELOG.md --- CHANGELOG.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3788ac4..c4926eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,26 +21,26 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [0.7.5 / 5.49.8] - 2021-06-05 ### Added -- with "OpenClipboard=n" clipboard access for a sandbox can be now disabled +- clipboard access for a sandbox can now be disabled with "OpenClipboard=n" ### Changed -- now by default the OpenBluetooth template is enabled to enable compatybility with unity games -- "PreferExternalManifest=program.exe,y" can now be set on a per process basis +- now by default the OpenBluetooth template is enabled for compatibility with Unity games +- "PreferExternalManifest=program.exe,y" can now be set on a per-process basis ### Fixed -- fixed compiled issues with the most recent vs2019 update -- fixed issue with vivaldi browser -- fixed some issues with box options in the plus ui -- fixed some issues with hw acceleration in chromium based browsers -- the stop all command now issues "kmdutill scandll" first to solve issues when the SbieDll.Dll is in use -- workaround for electorn apps, by forcing a additional commandline argument on the gpu renderer process +- fixed compiler issues with the most recent VS2019 update +- fixed issue with Vivaldi browser +- fixed some issues with box options in the Plus UI +- fixed some issues with hardware acceleration in Chromium based browsers +- the "Stop All" command now issues "kmdutill scandll" first to solve issues when the SbieDll.dll is in use +- workaround for Electron apps, by forcing a additional command line argument on the gpu renderer process ## [0.7.4 / 5.49.7] - 2021-04-12 ### Added -- added option to disable file migration prompt +- added option to disable file migration prompt in the Plus UI - added UI options for various security isolation features - added missing functionality to set template values in the Plus UI From c60c59303aa8f6f73b14235ffc04726c19e47273 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sat, 5 Jun 2021 13:40:02 +0200 Subject: [PATCH 2/5] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4926eb4..738d59ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - fixed some issues with box options in the Plus UI - fixed some issues with hardware acceleration in Chromium based browsers - the "Stop All" command now issues "kmdutill scandll" first to solve issues when the SbieDll.dll is in use -- workaround for Electron apps, by forcing a additional command line argument on the gpu renderer process +- workaround for Electron apps, by forcing an additional command line argument on the gpu renderer process From 60ab71020c08b87a3afd4841361541bb0b57dc11 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sat, 5 Jun 2021 13:42:06 +0200 Subject: [PATCH 3/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 738d59ac..64df35f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - clipboard access for a sandbox can now be disabled with "OpenClipboard=n" ### Changed -- now by default the OpenBluetooth template is enabled for compatibility with Unity games +- now the OpenBluetooth template is enabled by default for compatibility with Unity games - "PreferExternalManifest=program.exe,y" can now be set on a per-process basis ### Fixed From 3623c41e4f23af52ad3e1a72c143f2b342686753 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sat, 5 Jun 2021 13:45:21 +0200 Subject: [PATCH 4/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64df35f9..d06c83ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - fixed some issues with box options in the Plus UI - fixed some issues with hardware acceleration in Chromium based browsers - the "Stop All" command now issues "kmdutill scandll" first to solve issues when the SbieDll.dll is in use -- workaround for Electron apps, by forcing an additional command line argument on the gpu renderer process +- workaround for Electron apps, by forcing an additional command line argument on the GPU renderer process From 8e0615065f25b6b365c557c31bc6bd9abec0ec83 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sat, 5 Jun 2021 13:52:09 +0200 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d06c83ba..9849fcf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). -## [0.7.4 / 5.49.7] - 2021-04-12 +## [0.7.4 / 5.49.7] - 2021-04-11 ### Added - added option to disable file migration prompt in the Plus UI