-
-
Notifications
You must be signed in to change notification settings - Fork 455
Release 1.3.0 | Plugin 1.2.1 #162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Even if QuickAccessFolders results matched still continue to do fIles and folders search before returning the results. This behaviour caters situation where user has a temp location in quick folder access list but still wants to search for temp folder in other locations
would bring up too many results
otherwise will throw OleDb error.
Add all of the icons I made and shared in Issue #84
Forgot to disable grey background before exporting.
Forgot to disable grey background before exporting.
Add 'app_missing_img.png' icon
Fix missing fragment portion of the file path
move above matched Quick Folder Links because it's return type and will not run the remaining code
…orer Fix Quick Folder Access in Explorer plugin not triggering, incorrect search behaviour, and plus minor tweaks
Update Flow.Launcher.Plugin method name typos
…results Sort plugin ProcessKiller's results ascending
do not show the "kill all instances" context menu option when the context menu itself is triggered from the "kill all X processes" result
- better title, add count of matches in subtitle, use process icon - hide option when executable path is empty
plugin/ProcessKiller: enhancements to the kill-all functionality
JohnTheGr8
approved these changes
Oct 13, 2020
Member
JohnTheGr8
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's do it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes
Features
Added new icon for missing thumbnail image in search result instead of the error icon Add dedicated missing image icon #154
ProcessKiller plugin's result is now sorted in ascending order by title Sort plugin ProcessKiller's results ascending #164
ProcessKiller kill all functionality enhancements plugin/ProcessKiller: enhancements to the kill-all functionality #167
Bug fixes
Fixed issue with Explorer's directory search when the file or folder has '#' in its name resulting in broken path display and unable to open Fix missing fragment portion of the file path #150
Fixed various unintended behaviours around Explorer's search Fix Quick Folder Access in Explorer plugin not triggering, incorrect search behaviour, and plus minor tweaks #145
Fixed Quick Folder Access not triggering
Fixed behaviour to continue searching for files and folders using index search even when a match is found in Quick Folder Access list. This helps if user wants file/folder that has the same name in Quick Folder Access list but in different location
Prevent user from using global action keyword for content search
Exclude from Index Search when only '_' is typed
Fixed file extension search using '*' failing/not returning results
Fixed method typos in Flow.Launcher.Plugin Update Flow.Launcher.Plugin method name typos #161