PowerToys/Wox.Plugin
Jeremy Wu cecb65cd40
Installed & portable mode: Enhance auto updates (#142)
* 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.
2020-02-25 12:08:51 +02:00
..
Features Optimize using 2016-01-06 06:45:08 +00:00
Interfaces Add interface that will be used by plugins 2019-10-06 11:50:25 +10:00
Properties Add solution level AssemblyInfo file, and bump version 2015-11-28 10:47:49 +00:00
SharedCommands Installed & portable mode: Enhance auto updates (#142) 2020-02-25 12:08:51 +02:00
ActionContext.cs Add modifier key support when user action items. 2014-02-09 20:55:18 +08:00
AllowedLanguage.cs Optimize using directives 2015-10-30 23:23:01 +00:00
BaseModel.cs update to package reference 2020-01-14 21:10:54 +02:00
EventHandler.cs Optimize using directives 2015-10-30 23:23:01 +00:00
Feature.cs MVVM refactoring for web search plugin, part 1 2016-06-21 00:14:32 +01:00
FodyWeavers.xml Databinding for plugin tab + faster image load 2016-05-25 01:03:37 +01:00
IPlugin.cs Revert last two commits pushed by @aaroncampf, which will cause build erros. 2014-05-25 18:11:27 +08:00
IPublicAPI.cs Installed & portable mode: Enhance auto updates (#142) 2020-02-25 12:08:51 +02:00
ISettingProvider.cs Optimize using directives 2015-10-30 23:23:01 +00:00
PluginInitContext.cs Refactoring proxy, part 2 2016-06-19 16:22:45 +01:00
PluginMetadata.cs catch plugin init fails - stop Wox from not starting up and crushing and disable and explain the user what is the probalmatic plugin 2020-02-21 23:12:58 +02:00
PluginPair.cs Databinding for plugin tab + faster image load 2016-05-25 01:03:37 +01:00
Query.cs update query defualt to string empty instead of null and update result plugin id to be internal 2019-10-17 13:11:23 +03:00
README.md Update README.md 2019-09-28 11:34:59 +10:00
Result.cs Merge branch 'dev' into highlight-how-results-matched 2019-12-11 16:50:17 +01:00
Wox.Plugin.csproj Installed & portable mode: Enhance auto updates (#142) 2020-02-25 12:08:51 +02:00

What does Wox.Plugin do?

  • Defines base objects and interfaces for plugins
  • Plugin authors making C# plugins should reference this DLL via nuget
  • Contains base commands used by all plugins