Update CHANGELOG.md
This commit is contained in:
parent
2bb54ee2c7
commit
f260f09775
|
@ -7,6 +7,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [1.13.1 / 5.68.1] - 2024-02-??
|
## [1.13.1 / 5.68.1] - 2024-02-??
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Sandman, suspend all processes [#3582](https://github.com/sandboxie-plus/Sandboxie/issues/3582) (thx Yeyixiao)
|
||||||
|
- Add "On Terminate" trigger [#3584](https://github.com/sandboxie-plus/Sandboxie/issues/3584) (thx Yeyixiao)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- added missing checkbox for API tracing
|
- added missing checkbox for API tracing
|
||||||
- fixed incompatibility with Windows ARM64 Insider build 26052 and later
|
- fixed incompatibility with Windows ARM64 Insider build 26052 and later
|
||||||
|
@ -14,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- In Application Compartment Box,There is a bug in file redirection,CreateDirectory Fail [#3637](https://github.com/sandboxie-plus/Sandboxie/issues/3637)
|
- In Application Compartment Box,There is a bug in file redirection,CreateDirectory Fail [#3637](https://github.com/sandboxie-plus/Sandboxie/issues/3637)
|
||||||
- fixed issues with appcompartment mode compatybility fallback
|
- fixed issues with appcompartment mode compatybility fallback
|
||||||
- fixed missing max password length check [#3639]https://github.com/sandboxie-plus/Sandboxie/issues/3639
|
- fixed missing max password length check [#3639]https://github.com/sandboxie-plus/Sandboxie/issues/3639
|
||||||
|
- Can't launch executables from volumes without a drive letter in a sandbox (regression) on windows 1803 and earlier [#3627](https://github.com/sandboxie-plus/Sandboxie/issues/3627)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- changed DynData format to add flags
|
- changed DynData format to add flags
|
||||||
|
|
Loading…
Reference in New Issue