diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59ce2364..2b1065bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,10 +12,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- added ability to switch fusion theme independently of the dark theme
- added ability to download updates from the support page
- added missing system calls to the hardened box type [88bc06a](https://github.com/sandboxie-plus/Sandboxie/commit/88bc06a0c7368a81c80a77d7a89ddc73455abb25) [b775264](https://github.com/sandboxie-plus/Sandboxie/commit/b775264a4824e49b554f1b776c377170e5f90797) [04b2377](https://github.com/sandboxie-plus/Sandboxie/commit/04b23770f53597c12eda9122c774ed5165129147) (thanks Mr.X)
+- added search box to Settings and box option dialogs [#2134](https://github.com/sandboxie-plus/Sandboxie/issues/2134)
### Changed
- improved info label
- the look of vintage mode is even more vintage
+- realoading the config using the Sandman "Options -> Reload ini file" command now updates the list of approved syscalls
+- made rule specificity most specific now a rule with less wildcards overrules a rule with more wildcards
+-- Note: tailing wildcards are evaluated separately
### Fixed
- fixed issue with displaying sandbox configuration [#2111](https://github.com/sandboxie-plus/Sandboxie/issues/2111)
@@ -25,6 +29,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- fixed issue with "UseRuleSpecificity" setting [#2124](https://github.com/sandboxie-plus/Sandboxie/issues/2124) [file.c#L965-L966](https://github.com/sandboxie-plus/Sandboxie/blob/ff759692a222cf7c492cb4d5cfd76c79fbde1c2b/Sandboxie/core/drv/file.c#L965-L966)
+
## [1.3.0 / 5.58.0] - 2022-08-09
### Added
diff --git a/SandboxiePlus/MiscHelpers/Common/SettingsWidgets.cpp b/SandboxiePlus/MiscHelpers/Common/SettingsWidgets.cpp
index 71d55a98..71cb9750 100644
--- a/SandboxiePlus/MiscHelpers/Common/SettingsWidgets.cpp
+++ b/SandboxiePlus/MiscHelpers/Common/SettingsWidgets.cpp
@@ -156,7 +156,7 @@ bool CConfigDialog__CompareText(T pWidget, const QString& Text) {
QString Str = pWidget->text();
if (!Str.toLower().contains(Text))
return false;
- qDebug() << Str;
+ //qDebug() << Str;
return true;
}
diff --git a/SandboxiePlus/SandMan/Forms/SettingsWindow.ui b/SandboxiePlus/SandMan/Forms/SettingsWindow.ui
index 353e13fe..d9f61bc5 100644
--- a/SandboxiePlus/SandMan/Forms/SettingsWindow.ui
+++ b/SandboxiePlus/SandMan/Forms/SettingsWindow.ui
@@ -6,7 +6,7 @@
0
0
- 634
+ 687
464
@@ -194,67 +194,16 @@
-
-
-
-
+
-
+
- Start UI when a sandboxed process is started
+ Use Compact Box List
-
-
- -
-
-
- Show boxes in tray list:
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
+
true
- -
-
-
- Always use DefaultBox
-
-
-
- -
-
-
-
- 75
- true
- true
-
-
-
- Start Sandbox Manager
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
- -
-
-
- Add 'Run Sandboxed' to the explorer context menu
-
-
-
-
@@ -268,33 +217,6 @@
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
-
- 75
- true
- true
-
-
-
- Systray options
-
-
-
-
@@ -302,60 +224,6 @@
- -
-
-
- Use Compact Box List
-
-
- true
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- -
-
-
-
- 75
- true
- true
-
-
-
- Run Sandboxed - Actions
-
-
-
- -
-
-
- Add 'Run Un-Sandboxed' to the context menu
-
-
-
- -
-
-
- Show a tray notification when automatic box operations are started
-
-
-
-
@@ -369,9 +237,141 @@
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+ -
+
+
+
+ 75
+ true
+ true
+
+
+
+ Run Sandboxed - Actions
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+ Always use DefaultBox
+
+
+
+ -
+
+
+ -
+
+
+ Start UI when a sandboxed process is started
+
+
+
+ -
+
+
+ Add 'Run Sandboxed' to the explorer context menu
+
+
+
+ -
+
+
+ Add 'Run Un-Sandboxed' to the context menu
+
+
+
+ -
+
+
+
+ 75
+ true
+ true
+
+
+
+ Systray options
+
+
+
-
+ -
+
+
+ Show a tray notification when automatic box operations are started
+
+
+
+ -
+
+
+ Show boxes in tray list:
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+ true
+
+
+
+ -
+
+
+
+ 75
+ true
+ true
+
+
+
+ Start Sandbox Manager
+
+
+
@@ -1225,11 +1225,15 @@
-
-
-
- QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok
-
-
+
+
-
+
+
+ QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok
+
+
+
+