* Merge pull request #1205 from Flow-Launcher/fix_cmd_command_with_blank
Fix shell cmd command with quote and space
* Bump NuGet.CommandLine from 5.4.0 to 5.7.2 (#1241)
* Merge pull request #1098 from Flow-Launcher/ScrollToSelectedPlugin
Scroll to selected item when expanded or size changed
* fix RemoveOldQueryResults NullPointerException (#1204)
* Merge pull request #1005 from Flow-Launcher/KillProcess
Use Cancellation Token to avoid potential race tracing issue
* Merge pull request #1187 from Flow-Launcher/update_python_download_mirrors
Update Python download mirrors
* Merge pull request #1108 from Flow-Launcher/CalculatorDecimalSeparator
Respect Decimal Separator for query not just result
* Merge pull request #1087 from Flow-Launcher/turnoff_replace_win_r_shell
Set Shell plugin's default replace Win R hotkey to off
* Merge pull request #1077 from Flow-Launcher/fix_explorer_button_visibility
Fix incorrect button visibility in Explorer's expander control
* Merge pull request #1076 from Flow-Launcher/fix_path_search_with_index
Fix the use of index in path search
* Merge pull request #1071 from medlir/fix-browser-bookmarks-plugin-exception
avoid exception in ChromiumBookmarkLoader.cs
* Merge pull request #1056 from Flow-Launcher/fix_context_menu_typo
Fix typo for plugin title in context menu and WindowsSettings name
* Merge pull request #1119 from onesounds/antialising
Remove All Cleartype Rendering
* Version bump
* Remove Calculator plugin CopyText feature for 1.9.4 release
## Bug fixes
- Addresses the issue where WindowsSettings plugin results appear higher than other results #1020
- Fixed an issue where full screen mode does not disable hotkey when enabled #1037
- Fixed some potential issues when loading plugins that use shared assembly #1036
- Sorted out a race condition issue causing image loading on some results to fail #1040
- Revised ttf/otf support #935
- Resolved the issue where WebSearch plugin would crash if not connected to internet #977
- Fixed incorrect text for "New Tab" and "New Window" buttons under Settings' default browser section #951
- Fixed typos in plugin title and WindowsSettings name inside the context menu #1056
Merging 1.9.2 back into dev. Following commits already exist in dev:
* Bump SharpZipLib in /Plugins/Flow.Launcher.Plugin.PluginsManager
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.2...v1.3.3)
---
updated-dependencies:
- dependency-name: SharpZipLib
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* version bump PluginsManager
* Fix spellings in translation keys
* Clean up deprecated translations
* Some pedantic capitalisation
* bump WebSearch plugin
* use resources for raising top most success message
* Use Microsoft Package to register toast notification
* stop trigger global hotkey when shell plugin is not enabled
* Shell plugin version bump
* - Change Toggle Switch Flow (LTR from RTL)
- Change Open Theme Folder Button Width to Responsive
* - Adjust Priority Button Position
* - Adjust Priority Button Margin
* version bump
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tech189 <dlloyd189@gmail.com>
Co-authored-by: Hongtao Zhang <hongtao_zhang@outlook.com>
Co-authored-by: DB p <onesound@oooz.net>