-
-
Notifications
You must be signed in to change notification settings - Fork 456
Release 1.9.4 #1287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.9.4 #1287
Conversation
Fix shell cmd command with quote and space
Scroll to selected item when expanded or size changed
Use Cancellation Token to avoid potential race tracing issue
…rrors Update Python download mirrors
Respect Decimal Separator for query not just result
Set Shell plugin's default replace Win R hotkey to off
…ility Fix incorrect button visibility in Explorer's expander control
Fix the use of index in path search
…eption avoid exception in ChromiumBookmarkLoader.cs
Fix typo for plugin title in context menu and WindowsSettings name
Remove All Cleartype Rendering
|
merge to master instead of dev? |
|
also should we involve the new translations? |
|
yep |
I tried, but got messy because of the huge number of files changed. So I think might have to have them go with 1.10.0 release instead. |
ok make senses |
|
It's because this one has add the property for copy. |
|
Should be good now. |
|
|
I merged master back into dev (fee3d1d) now, looks good, the change was kept
|

Release Notes
Bug fixes
Bumped NuGet.CommandLine from 5.4.0 to 5.7.2 Bump NuGet.CommandLine from 5.4.0 to 5.7.2 #1241
Fixed shell cmd command when used with quotes and spaces Fix shell cmd command with quote and space #1205
Fixed occasional NullReferenceException error fix RemoveOldQueryResults NullPointerException #1204
Updated Python download mirrors Update Python download mirrors #1187
Fixed font-anti-aliasing Remove All Cleartype Rendering #1119
Fixed decimal separator when used as part of the query Respect Decimal Separator for query not just result #1108
Fixed plugins inside settings window to expand correctly and fill the entire window when required Scroll to selected item when expanded or size changed #1098
Updated Shell plugin's default setting for replacing Win R hotkey to off Set Shell plugin's default replace Win R hotkey to off #1087
Fixed incorrect button visibility in Explorer plugin's setting panel Fix incorrect button visibility in Explorer's expander control #1077
Updated Explorer's path search to not use index by default when searching inside directories Fix the use of index in path search #1076
Fixed a silent error thrown when Chromium bookmarks are loaded avoid exception in ChromiumBookmarkLoader.cs #1071
Fixed typos in context menu result's plugin title and WindowsSettings' name Fix typo for plugin title in context menu and WindowsSettings name #1056
Fixed the occasional error 'No process is associated with this object' Use Cancellation Token to avoid potential race tracing issue #1005