Releases: jjw24/Wox
JJW24-v1.43.20
Release Notes
Features
-
Auto update to the latest JJW24-Wox version:
-
Recover from failed plugin initialisation, continue to start Wox and notify user of the failed plugins. Especially handy when you just downloaded new plugins.
-
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
v1.3.524+JJW24.v1.39.19
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
Release Notes
Features
-
Enhanced query searching performance
-
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"
-
Updated Image Loader so Wox takes up less memory.
-
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
Release Notes
Features
-
Implemented highlighting to display how results matched to the provided search query. Thanks to @SysC0mp, @JohnTheGr8
-
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
-
Added tips to how to use the wildcard searches in Folder plugin
-
Added 'Alt + Home' hotkey to return to top result in the results list, thanks @theClueless
-
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
-
Added run as different user for Shell plugin
-
Added run as different user for Folder plugin
-
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
Bug fixes
Small fixes here and there
v1.3.524+JJW24.v1.26.13
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
Release Notes
Features
-
Allow user to choose to open web search results, bookmarks or urls in either tab or new browser window.
-
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
Release Notes
Bug fixes
- Handled several exceptions thrown during UWP get
v1.3.524+JJW24.v1.23.7
Release Notes
Features
-
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.
-
Enable users to immediately query for the programs added from updating file suffixes in the Program plugin setting window.
-
Wox will hide when deactivated by default.
-
After selecting an option in context menu, automatically return back to main query window, without having to press esc to return.
-
Add a dedicated logger for Programs plugin and making logging from it easier to decipher, and introducing known and unknown issues.
-
Added constructor in Query class to allow unit testing for plugins, and polish up the code. Thank you @theClueless
Bug fixes
- Plugins can start up disabled by default.
- Everything and HelloWorldCSharp plugins are set to disabled by default.
v1.3.524+JJW24.v1.17.6
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 "*"