Merge branch 'master' of https://github.com/sandboxie-plus/Sandboxie
This commit is contained in:
commit
8aea232b39
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
- name: Cache Qt
|
||||
id: cache-qt
|
||||
uses: actions/cache@v3.0.2
|
||||
uses: actions/cache@v3.0.3
|
||||
with:
|
||||
path: ${{ runner.workspace }}\Qt
|
||||
key: Qt-5.15.2-QtCache
|
||||
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -6,22 +6,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
|
||||
|
||||
## [1.1.1 / 5.56.1] - 2022-30-05
|
||||
## [1.1.1 / 5.56.1] - 2022-05-30
|
||||
|
||||
### Added
|
||||
- Compat templates can now be viewed from the settings window [#1891](https://github.com/sandboxie-plus/Sandboxie/issues/1891)
|
||||
- Refresh command is now bound to F5 [#1885](https://github.com/sandboxie-plus/Sandboxie/issues/1885)
|
||||
- compatibility templates can now be viewed from the settings window [#1891](https://github.com/sandboxie-plus/Sandboxie/issues/1891)
|
||||
- the refresh command is now bound to F5 [#1885](https://github.com/sandboxie-plus/Sandboxie/issues/1885)
|
||||
|
||||
### Changed
|
||||
- improved implementation of the PreferExternalManifest option
|
||||
|
||||
### Fixed
|
||||
- fixed edge issue with windows 11 after KB5014019
|
||||
- fixed issues with the new delete mechanism with "SeparateUserFolders=y" [#1885](https://github.com/sandboxie-plus/Sandboxie/issues/1885)
|
||||
- fixed Edge issue with Windows 11 after KB5014019
|
||||
- fixed issues with the new delete V2 mechanism when using "SeparateUserFolders=y" [#1885](https://github.com/sandboxie-plus/Sandboxie/issues/1885)
|
||||
- fixed credential issue [#1770](https://github.com/sandboxie-plus/Sandboxie/pull/1770)
|
||||
- fixed force process priorities [#1883](https://github.com/sandboxie-plus/Sandboxie/issues/1883)
|
||||
- fixed issues with the new delete V2 mechanism
|
||||
- fixed issue with the win 11 emenu on older windows builds [1877](https://github.com/sandboxie-plus/Sandboxie/issues/1877)
|
||||
- fixed issue with the Windows 11 menu on older Windows builds [1877](https://github.com/sandboxie-plus/Sandboxie/issues/1877)
|
||||
- refresh now works without WatchBoxSize option [#1885](https://github.com/sandboxie-plus/Sandboxie/issues/1885)
|
||||
- fixed crash issue with WatchBoxSize=true [#1885](https://github.com/sandboxie-plus/Sandboxie/issues/1885)
|
||||
- fixed issue with recovery folder paths [#1840](https://github.com/sandboxie-plus/Sandboxie/issues/1840)
|
||||
|
|
Loading…
Reference in New Issue