Merge pull request #3938 from love-code-yeyixiao/patch-14

Update CHANGELOG.md
This commit is contained in:
DavidXanatos 2024-05-25 14:02:04 +02:00 committed by GitHub
commit f6e39ad529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 10 deletions

View File

@ -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/). 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-?? ## [1.14.1 / 5.69.1] - 2024-05-??
### Added ### Added
@ -20,6 +10,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- To use this feature SandboxieAllGroup=y must be enabled - 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" - 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 - 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 ### Changed
- split the advanced new box wizard page in two - split the advanced new box wizard page in two