Update CHANGELOG.md
This commit is contained in:
parent
bb0fe0c987
commit
e4da76364e
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -3,16 +3,6 @@ All notable changes to this project will be documented in this file.
|
|||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.14.? / 5.??.?] - 2024-05-??
|
||||
### Added
|
||||
- Add UI for CoverWindows in NewBoxWizard.
|
||||
- Add UI option to start unsandboxed process but force child processes in SelectBoxWindow.
|
||||
- Add option "AlertBeforeStart".When it is set,a prompt pops up before launching a new program into the sandbox using "Start.exe" and checks if the program that started "Start.exe" is a Sandboxie component itself,if it is not, a warning pops up.
|
||||
|
||||
|
||||
|
||||
## [1.14.1 / 5.69.1] - 2024-05-??
|
||||
|
||||
### Added
|
||||
|
@ -20,6 +10,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- To use this feature SandboxieAllGroup=y must be enabled
|
||||
- Note: that this fundamentaly changes the mechanism Sbie uses for token creation, the new mechanism can be enabled separately with "UseCreateToken=y"
|
||||
- Added "EditAdminOnly=y" can now be configured per box
|
||||
- Add UI for CoverWindows in NewBoxWizard.
|
||||
- Add UI option to start unsandboxed process but force child processes in SelectBoxWindow.
|
||||
- Add option "AlertBeforeStart".When it is set,a prompt pops up before launching a new program into the sandbox using "Start.exe" and checks if the program that started "Start.exe" is a Sandboxie component itself,if it is not, a warning pops up.
|
||||
|
||||
### Changed
|
||||
- split the advanced new box wizard page in two
|
||||
|
|
Loading…
Reference in New Issue