Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

v1.3.524+JJW24.v1.23.7

Compare
Choose a tag to compare
@jjw24 jjw24 released this 18 Oct 11:39
· 274 commits to dev since this release

Release Notes

Features

  1. Enable users to configure what programs to disable/load either from query or settings window.

    • Also will be able to see all the programs that are loaded by Wox.
    • Added multi-selection and sorting in Program plugin setting.
    • Tweaked the Programs plugin startup load-time to be a lot faster.
  2. Enable users to immediately query for the programs added from updating file suffixes in the Program plugin setting window.

  3. Wox will hide when deactivated by default.

  4. After selecting an option in context menu, automatically return back to main query window, without having to press esc to return.

  5. Add a dedicated logger for Programs plugin and making logging from it easier to decipher, and introducing known and unknown issues.

  6. Added constructor in Query class to allow unit testing for plugins, and polish up the code. Thank you @theClueless

Bug fixes

  1. Plugins can start up disabled by default.
    • Everything and HelloWorldCSharp plugins are set to disabled by default.