Changelog typo fixes

This commit is contained in:
NewKidOnTheBlock 2023-01-26 14:05:16 +01:00 committed by GitHub
parent 1850bf9a02
commit 3a501c7521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 16 deletions

View File

@ -4,25 +4,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.7.0 / 5.62.0] - 2023-01-25 ## [1.7.0 / 5.62.0] - 2023-01-?
### Added ### Added
- added OnFileRecovery trigger allowing to check files before recovering them [#2202](https://github.com/sandboxie-plus/Sandboxie/issues/2202) - added OnFileRecovery trigger allowing to check files before recovering them [#2202](https://github.com/sandboxie-plus/Sandboxie/issues/2202)
- added more box structure presets to sandbox options - added more presets to sandbox options
-- Note: these can only be changed when the box is empty -- Note: these can only be changed when the box is empty
- added new File Migration option page with additional settings - added new file migration option page with additional settings
- added SBIE2113/SBIE2114/SBIE2115 message to indicate files not being migrated due to presets - added SBIE2113/SBIE2114/SBIE2115 message to indicate when files are not migrated due to presets
### changed ### changed
- moved SeparateUserFolders checlbox from global settings to per box options - moved SeparateUserFolders checkbox from global settings to per box options
### fixed ### fixed
- resolved SbieDll.dll incompatybility with shadow stack and enabled /CETCOMPAT for SbieDll.dll [#2559](https://github.com/sandboxie-plus/Sandboxie/issues/2559) - resolved SbieDll.dll incompatibility with shadow stack and enabled /CETCOMPAT for SbieDll.dll [#2559](https://github.com/sandboxie-plus/Sandboxie/issues/2559)
- added missing registry hooks to improve compatybility with newer appliations - added missing registry hooks to improve compatibility with newer applications
- fixed permission isue with registry entries in privacy mode boxes - fixed permission issue with registry entries in privacy mode boxes
@ -30,14 +30,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.6.7 / 5.61.7] - 2023-01-24 ## [1.6.7 / 5.61.7] - 2023-01-24
### Added ### Added
- added option to the classic ui to apply a supporter certificate - added option to Sandboxie Classic to apply a supporter certificate
### Changed ### Changed
- time limited certificates now have 1 extra free month of validity, to improve the renewal expirience - time-limited certificates now have 1 more month of validity to improve the renewal experience
### Fixed ### Fixed
- fixed issue with Hebrew language (Classic UI) [#2608](https://github.com/sandboxie-plus/Sandboxie/issues/2608) - fixed issue with Hebrew language (Classic UI) [#2608](https://github.com/sandboxie-plus/Sandboxie/issues/2608)
- fixed issue with startmenu integration and snapshots - fixed issue with start menu integration and snapshots
@ -2429,17 +2429,19 @@ Fixed issue with Windows 7
- Processes can be now terminated with the del key, and require a confirmation - Processes can be now terminated with the del key, and require a confirmation
- added sandboxed window border display to SandMan.exe - added sandboxed window border display to SandMan.exe
- added notification for Sbie log messages - added notification for Sbie log messages
- added Sandbox Presets submenu allowing to quickly change some settings - added Sandbox Presets submenu to quickly change some settings
-- Enable/Disable API logging, logapi_dll's are now distributed with SbiePlus -- Enable/Disable API logging; logapi_dlls are now distributed with SbiePlus
-- And other: Drop admin rights; Block/Allow internet access; Block/Allow access to files on the network -- Drop admin rights
-- Block/Allow internet access
-- Block/Allow access to files on the network
- added more info to the sandbox status column - added more info to the sandbox status column
- added path column to SbieModel - added path column to SbieModel
- added info tooltips in SbieView - added info tooltips in SbieView
### Changed ### Changed
- reworked ApiLog, added PID and PID filter - reworked ApiLog, added PID and PID filter
- auto config reload on in change is now delayed by 500ms to not reload multiple times on incremental changes - auto config reload on change is now delayed by 500ms to prevent reloading multiple times on incremental changes
- Sandbox names now replace "_" with " " for display allowing to use names that are made of separated words - Sandbox names now replace "_" with " " thus enabling names that consist of separate words
### Fixed ### Fixed
- added missing PreferExternalManifest initialization to portable mode - added missing PreferExternalManifest initialization to portable mode