Update CHANGELOG.md

This commit is contained in:
isaak654 2022-09-29 22:27:49 +02:00
parent 678bd7644a
commit 3e5f19fd6c
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
1 changed files with 10 additions and 8 deletions

View File

@ -8,23 +8,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.4.0 / 5.59.0] - 2022-08-??
## [1.4.0 / 5.59.0] - 2022-??-??
### Added
- added integrated run from start menu [#1836](https://github.com/sandboxie-plus/Sandboxie/issues/1836)
- addes start menu enumeration [#1570](https://github.com/sandboxie-plus/Sandboxie/issues/1570)
- added start menu enumeration [#1570](https://github.com/sandboxie-plus/Sandboxie/issues/1570)
- added UI for breakout processes [#1904](https://github.com/sandboxie-plus/Sandboxie/issues/1904)
- added option to customize box double click action
- added new advnaced tab in the advanced tab alowing to configure proces specific and otehr advanced options
- added "SeparateUserFolders=y" and "SandboxieLogon=y" to the box option dialog
- added option to customize double-click action per sandbox
- added new advanced tab in the advanced tab allowing to configure specific processes and other advanced options
- added "SeparateUserFolders=y" and "SandboxieLogon=y" to the sandbox options dialog
- added icons to option section labels
### Changed
- preapred for Qt 6.2
- resructured the general settings page
- resructured the sandbox options page, added a new tab and moved some of the advanced options there
- prepared for Qt 6.3.1
- restructured the general settings page
- restructured the sandbox options page, added a new tab and moved some of the advanced options there
### Fixed
- fixed menu bar issue in Plus UI [#2280](https://github.com/sandboxie-plus/Sandboxie/pull/2280) (thanks okrc)