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

Releases: jjw24/Wox

JJW24-v1.43.20

25 Feb 21:17
Compare
Choose a tag to compare

Release Notes

Features

  1. Auto update to the latest JJW24-Wox version:

    • Set Wox to update automatically from Settings menu
    • Manually check for updates using query or from the Settings About tab as usual
      image
  2. Recover from failed plugin initialisation, continue to start Wox and notify user of the failed plugins. Especially handy when you just downloaded new plugins.

  3. A little tweak internally to help Wox properly handle and manage disabled plugins

Please note:

  • In order to use the new update feature, you need to use this release. Previous releases will not update to this version.

  • Versioning of this branch's Wox is now simplified going forward, the upstream Wox versioning(v1.3.524) will no longer be displayed/tracked as no further development is made. This branch will use the following format: Breaking.Feature.Fix

  • After the update, it is expected in the Wox's folder that two versions (latest and your previously installed version ) are kept. If you are using portable mode, your user data will be copied across to the new verison folder.

v1.3.524+JJW24.v1.40.20

16 Feb 20:56
56c2964
Compare
Choose a tag to compare

Release Notes

Features

  • Display file and folder path when using wildcard '>' to search all files and folders

image

Bug fixes

  • Fixed error causing Wox not able to install any external plugins.

v1.3.524+JJW24.v1.39.19

28 Jan 20:22
9b970ae
Compare
Choose a tag to compare

Release Notes

Bug fixes

  • Fix Pinyin search when 'Should Use Pinyin' option is on

  • Several enhancements and fixes here and there

  • Everything plugin fixes

v1.3.524+JJW24.v1.39.16

13 Jan 21:45
6cad4bc
Compare
Choose a tag to compare

Release Notes

Features

  1. Enhanced query searching performance

  2. Added sub-string matching to FuzzySearch logic. This means you can search partial words such as "term" should return "Windows Terminal', without having to type "Windows Te"

  3. Updated Image Loader so Wox takes up less memory.

  4. Folder plugin updates:

    • Sorting by placing folder before files, like Windows Explorer, and then order folder and files separately ascending by title. This order will likely change slightly due to sorting that happen later by giving preference to results that match user selection history.
    • Update search to using wild card before and after search term. So looking for result VirtualMachine Image will be retrieved either by Image or VirtualMachine.

v1.3.524+JJW24.v1.35.16

10 Dec 11:18
0d0aa49
Compare
Choose a tag to compare

Release Notes

Features

  1. Implemented highlighting to display how results matched to the provided search query. Thanks to @SysC0mp, @JohnTheGr8
    68a

  2. Added option to run as administrator for Shell plugin
    image

  3. Added wildcard searches in Folder plugin, thanks @theClueless:

    • Use > to search for all files and subfolders within the current folder, eg. C:\Users\BlahUser\Dropbox>diagrams
    • Use * to search for file extensions, eg. C:\temp*.log will search in the current folder for log files.
    • Combine > and , eg. C:\Program Files>.log will search all files and subfolders within Program Files folder for .log extension files
    • Use ? for unknown character search in the current folder, eg. C:\temp\D??gram
  4. Added tips to how to use the wildcard searches in Folder plugin

  5. Added 'Alt + Home' hotkey to return to top result in the results list, thanks @theClueless

  6. For when there are just times... you need to open apps with another user account that has more superpowers, added run as different user for win 32 programs
    image

  7. Added run as different user for Shell plugin

  8. Added run as different user for Folder plugin

  9. For Folder plugin, added support for shared and network folders. Added to the plugin's context menu, clipboard operations for copying files and folders, and deleting the selected file. Thanks @theClueless
    image

Bug fixes

Small fixes here and there

v1.3.524+JJW24.v1.26.13

17 Nov 07:19
09c7955
Compare
Choose a tag to compare

Release Notes

Features

  • Add option to skip Pinyin during query search. Thanks @theClueless

Bug fixes

  • Fixed some bugs in the Program plugin. Thanks @theClueless

v1.3.524+JJW24.v1.25.11

11 Nov 21:06
Compare
Choose a tag to compare

Release Notes

Features

  1. Allow user to choose to open web search results, bookmarks or urls in either tab or new browser window.

  2. Allow user to set preferred browser for WebSearch, BrowserBookmark and Url plugins

Bug fixes

  • Added better exception handling during debug

v1.3.524+JJW24.v1.23.10

07 Nov 19:04
93c952b
Compare
Choose a tag to compare

Release Notes

Bug fixes

  • Handled several exceptions thrown during UWP get

v1.3.524+JJW24.v1.23.7

18 Oct 11:39
Compare
Choose a tag to compare

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.

v1.3.524+JJW24.v1.17.6

08 Oct 20:12
Compare
Choose a tag to compare

Release Notes

Features

  • Manual plugin data reload. After installing a program or adding a new bookmark, you can now manually trigger reload of the data and not have to wait till next Wox start up
  • Removed BrowserBookmark plugin description's wording 'Bookmark' for a better look
  • Added Turkish translation to Wox! A big thank you to @ismailcarlik

Bug fixes

  • Fixed WebSearch plugin to ignore hotkey trigger in the query if search source is assigned the global wildcard "*"