Updated CHANGELOG.md
This commit is contained in:
parent
df03fb1e90
commit
ea9bcc85d1
|
@ -6,22 +6,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.8.2 / 5.63.2] - 2023-03-12
|
## [1.8.2 / 5.63.2] - 2023-03-27
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- reworked CreateAppContainerToken hook to return a restricted token instead to fix [#2762](https://github.com/sandboxie-plus/Sandboxie/issues/2762)
|
- reworked CreateAppContainerToken hook to return a restricted token instead to fix [#2762](https://github.com/sandboxie-plus/Sandboxie/issues/2762)
|
||||||
-- Note: this behaviour can be disabled with 'FakeAppContainerToken=program.exe,n'
|
-- Note: this behaviour can be disabled with 'FakeAppContainerToken=program.exe,n'
|
||||||
- enabled app container compatybility in app compartment mode
|
- enabled app container compatybility in app compartment mode
|
||||||
-- Note: this should improve msedge compatybility
|
-- Note: this should improve msedge compatibility
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- renamed 'DropAppContainerTokens=program.exe,n' to 'DropAppContainerToken=program.exe,n'
|
- renamed 'DropAppContainerTokens=program.exe,n' to 'DropAppContainerToken=program.exe,n'
|
||||||
- 'DropAppContainerToken=program.exe,y' can now be used in App Compartment boxes is howeever not recomended security whise
|
- 'DropAppContainerToken=program.exe,y' can now be used in App Compartment boxes is howeever not recomended security wise
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- issue with global ini section editing
|
- issue with global ini section editing
|
||||||
- fixed issue with *UseRegDeleteV2=y' [#2756](https://github.com/sandboxie-plus/Sandboxie/issues/2756)
|
- fixed issue with *UseRegDeleteV2=y' [#2756](https://github.com/sandboxie-plus/Sandboxie/issues/2756)
|
||||||
|
- Auto-run path now supports any length
|
||||||
|
- Recovery Window: Delete confirmation dialog no longer shown when no file/folder selected
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue