Update CHANGELOG.md
This commit is contained in:
parent
f7b03e1c18
commit
3ad005a659
|
@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
## [1.15.4 / 5.70.4] - 2024-12-??
|
## [1.15.4 / 5.70.4] - 2024-12-??
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- added template for Joplin
|
- added template for Joplin [#4402](https://github.com/sandboxie-plus/Sandboxie/pull/4402) (thanks offhub)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- fixed issues with ini section editor in dark mode
|
- fixed issues with ini section editor in dark mode
|
||||||
|
@ -266,6 +266,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- this issue was introduced in 1.13.0 and may have affected other use cases causing various issues
|
- this issue was introduced in 1.13.0 and may have affected other use cases causing various issues
|
||||||
- fixed issue with Misc Options list
|
- fixed issue with Misc Options list
|
||||||
- improved compatibility with Steam running sandboxed
|
- improved compatibility with Steam running sandboxed
|
||||||
|
- fixed compatibility issue with FakeAdminRights [#3989](https://github.com/sandboxie-plus/Sandboxie/pull/3989) (thanks offhub)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -347,10 +348,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- added optional extension of the screenshot protection to the UI [#3739](https://github.com/sandboxie-plus/Sandboxie/issues/3739)
|
- added optional extension of the screenshot protection to the UI [#3739](https://github.com/sandboxie-plus/Sandboxie/issues/3739)
|
||||||
- added a button to edit local/custom templates [#3738](https://github.com/sandboxie-plus/Sandboxie/issues/3738)
|
- added a button to edit local/custom templates [#3738](https://github.com/sandboxie-plus/Sandboxie/issues/3738)
|
||||||
- added adjustable resizing of the "Run Sandboxed" window [#3697](https://github.com/sandboxie-plus/Sandboxie/issues/3697)
|
- added adjustable resizing of the "Run Sandboxed" window [#3697](https://github.com/sandboxie-plus/Sandboxie/issues/3697)
|
||||||
- added Notepad++ template [#3836](https://github.com/sandboxie-plus/Sandboxie/pull/3836)
|
- added Notepad++ template [#3836](https://github.com/sandboxie-plus/Sandboxie/pull/3836) (thanks offhub)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- improved Avast template [#3777](https://github.com/sandboxie-plus/Sandboxie/pull/3777)
|
- improved Avast template [#3824](https://github.com/sandboxie-plus/Sandboxie/pull/3824) (thanks offhub)
|
||||||
- renamed a bunch of experimental options and marked them as experimental in the UI
|
- renamed a bunch of experimental options and marked them as experimental in the UI
|
||||||
- "IsBlockCapture=y" -> "BlockScreenCapture=y"
|
- "IsBlockCapture=y" -> "BlockScreenCapture=y"
|
||||||
- "IsProtectScreen=>" -> "CoverBoxedWindows=y"
|
- "IsProtectScreen=>" -> "CoverBoxedWindows=y"
|
||||||
|
@ -382,7 +383,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- changed Qt 5 version to Qt 5.15.13 with latest security patches [#3694](https://github.com/sandboxie-plus/Sandboxie/pull/3694) (thanks LumitoLuma)
|
- changed Qt 5 version to Qt 5.15.13 with latest security patches [#3694](https://github.com/sandboxie-plus/Sandboxie/pull/3694) (thanks LumitoLuma)
|
||||||
- moved network restrictions from general restrictions to its own tab on the network page
|
- moved network restrictions from general restrictions to its own tab on the network page
|
||||||
- improved certificate retrieval UI messages
|
- improved certificate retrieval UI messages
|
||||||
- improved MPC-BE template [#3798](https://github.com/sandboxie-plus/Sandboxie/pull/3798)
|
- improved MPC-BE template [#3798](https://github.com/sandboxie-plus/Sandboxie/pull/3798) (thanks offhub)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- fixed Virtualization scheme Version 2 causing extremely slow file deletion speeds [#3650](https://github.com/sandboxie-plus/Sandboxie/issues/3650)
|
- fixed Virtualization scheme Version 2 causing extremely slow file deletion speeds [#3650](https://github.com/sandboxie-plus/Sandboxie/issues/3650)
|
||||||
|
|
Loading…
Reference in New Issue