Typo fixes
This commit is contained in:
parent
6f68dace89
commit
c7f35b762a
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
## [1.10.0 / 5.65.0] - 2023-07-??
|
||||
|
||||
### Added
|
||||
- added box scripting engine to make sandman more flexible
|
||||
- added box scripting engine to make SandMan more flexible
|
||||
- added scriptable troubleshooting wizard [#1875](https://github.com/sandboxie-plus/Sandboxie/issues/1875)
|
||||
- added addon manager which helps to install additional and third-party components, available addons:
|
||||
- [ImDisk Toolkit](https://sourceforge.net/projects/imdisk-toolkit/) - used to create RAM Disks and other virtual drives
|
||||
|
@ -24,23 +24,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- added option to set the update interval to 1, 7, 14 and 30 days
|
||||
- added `What's new in Sandboxie-Plus` dialog in SbieCtrl.exe to praise the new features of the Plus UI
|
||||
- Note: this is shown after the installation of Sandboxie Classic
|
||||
- added "fixdacls" command to KmdUtil.exe it repairs broken DACL entries on the SbieHome folder to fix issues where SbieDll.dll fails to load
|
||||
- added "fixdacls" command to KmdUtil.exe, it repairs broken DACL entries on the Sandboxie folder to fix issues where SbieDll.dll fails to load
|
||||
|
||||
### Changed
|
||||
- setup wizard has now a dedicated update configuration page
|
||||
- this page will be shown for all users once which do not have updates enabled
|
||||
- this page will be shown once for all users who do not have updates enabled
|
||||
- split the support page into Sandboxie Support and Sandboxie Updater tabs
|
||||
- when the troubleshooting.7z file is available, the script engine will be used to match compatibility templates
|
||||
- this allows a better granularity in template selection by using the AppCompatibility.js script
|
||||
- reworked low level code injection mechanism to improve flexibility and debugging
|
||||
- the main injection detour code is now writen in C instead of Assembler and can proeprly report SbieDll.dll load errors as SBIE2181
|
||||
- the main injection detour code is now written in C instead of Assembler and can properly report SbieDll.dll load errors as SBIE2181
|
||||
- improved session agent startup to be more flexible
|
||||
- improved SBIEMSG help handling
|
||||
|
||||
### Fixed
|
||||
- fixed uninstall issue in the Sandboxie Classic installer [d1863ff](https://github.com/sandboxie-plus/Sandboxie/commit/d1863ffadfe105c695de71c9e841c2fd568116fe)
|
||||
- added workaround for Chrome not starting on Windows 11 with KB5027231 [#3040](https://github.com/sandboxie-plus/Sandboxie/issues/3040)
|
||||
- improved compatybility with procmon/stack traces for debug builds
|
||||
- improved compatibility with procmon/stack traces for debug builds
|
||||
|
||||
### Removed
|
||||
- cleaned up duplicate code (thanks lmou523) [#3067](https://github.com/sandboxie-plus/Sandboxie/pull/3067)
|
||||
|
|
Loading…
Reference in New Issue