This commit is contained in:
DavidXanatos 2021-08-30 08:52:45 +02:00
parent dc1425b725
commit d2b522d118
1 changed files with 25 additions and 0 deletions

View File

@ -4,6 +4,31 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [0.9.5 / 5.51.5] - 2021-08-29
### Added
- added option to run a sandbox in session 0
-- Note: the processes then have a system token, hence its recommended to enable "DropAdminRights=y"
- when the UI is run with admin privileges it now can terminate sandboxed processes in other sessions
- added "StartSystemBox=" option to auto run a box on sbie start/system boot in session 0
-- Note: box start is done through issuing start.exe /box:[name] auto_run
- add start.exe auto_run command to start all sandboxed auto start locations
- add start.exe /keep_alive command line switch it keeps a process running in the box untill it gracefully terminates
- added "StartCommand=" it starts a complex command through start.exe on box startup
- added menu option to start regedit and load the box reg key
### Changed
- changed command prompt icon and string from "terminal" to "command prompt" [#1135](https://github.com/sandboxie-plus/Sandboxie/issues/1135)
- sys tray can now also use the classic icon [#963](https://github.com/sandboxie-plus/Sandboxie/issues/963)
- reworked box menu layout a bit
### fixed
- fixed driver compatybility with windows server 2022 (build 20348) [#1143](https://github.com/sandboxie-plus/Sandboxie/issues/1143)
- fixed issue with creating shortcuts [#1134](https://github.com/sandboxie-plus/Sandboxie/issues/1134)
## [0.9.4 / 5.51.4] - 2021-08-22
### added