1.13.3
This commit is contained in:
parent
8c5b84d8a1
commit
6466fe491b
|
@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
## [1.13.3 / 5.68.3] - 2024-02-??
|
||||
|
||||
### Added
|
||||
- added certificate usage guide link to support page
|
||||
|
||||
### Fixed
|
||||
- fixed issues with "IsProtectScreen=y" [3656](https://github.com/sandboxie-plus/Sandboxie/pull/3656#discussion_r1518549704)
|
||||
- fixed issue with hotkeys and changed default suspend all hotkey to Shift+Alt+Pause
|
||||
|
|
|
@ -1685,6 +1685,25 @@
|
|||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="9" column="3">
|
||||
<widget class="QLabel" name="lblCertGuide">
|
||||
<property name="font">
|
||||
<font>
|
||||
<bold>true</bold>
|
||||
<kerning>true</kerning>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><a href="https://sandboxie-plus.com/go.php?to=sbie-use-cert">Certificate usage guide</a></string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
Loading…
Reference in New Issue