Files
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
..
2016-01-06 06:45:08 +00:00
2015-10-30 23:23:01 +00:00
2020-01-14 21:10:54 +02:00
2015-10-30 23:23:01 +00:00
2015-10-30 23:23:01 +00:00
2016-06-19 16:22:45 +01:00
2019-09-28 11:34:59 +10: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