* Add query suggestion logic
* Add UI element
* update
* Make caret more appealing by following the color of the query font
* Add suggestions when using actionkeyword
* Add feature to readme
* Per suggestion add explaination
* Per review comment
* Per review comment
* change to use converter
* Correct typo
Co-authored-by: clueless <14300910+theClueless@users.noreply.github.com>
* Remove this unneccessary dreadful logging that kills performance
* Update to ShouldUsePinyin option
1. Change default start up not to use Pinyin as default language is English
2. Add prompt when switching to Chinese or Chinese_TW prompt user if they want to use Pinyin search
* Remove UwpDesktop dependency of lower sdk and add Win SDK Contracts
* Upgrade from .Net Framework 4.5.2 to 4.6.2
This upgrade is needed to use Microsoft Windows SDK Contracts library from previous commit
* Remove Windows SDK references as no longer required
* Add handling of portable mode when updating
Additionally:
1. Changed getting version from internally rather than from RELEASES file
2. Added PortableDataPath as a constant so can be used to determine if portable mode is used
* Fix incorrectly wired auto update event handler
* Fix Sys plugin missing Shutdown command icon
* Add check update command to Sys plugin
* Add message if current Wox version is latest
* Add default silent when auto checking updates in background
Silent when current is still the latest version
* Move UserData folder to new version location
* Changes per review
1. Move IsPortableMode to Constant
2. Merge if statement
* Per comment- change variables to be more descriptive
UpdateInfo and UpdateManager renamed
* Per comment- Add exception handling and message if failed.