-
-
Notifications
You must be signed in to change notification settings - Fork 455
Release 1.8.2 #626
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
Release 1.8.2 #626
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
to catch exception when Windows Search service is not running
Delay the create query helper call to avoid Windows Search not running
include saving SearchPrecisionScore because it is not public before
Standardise Flow's exe installer + readme update
fix actionkeywords inflate when actionkeyword count mismatch in explorer plugin
Fix PluginsManager's InstallOrUpdate focus
Adjust JsonRPCPlugin.cs Exception Handling
No need for the wrapped Lazy instance in image loading.
Fix Explorer's file result subtitle tool tip as file path instead
Version bump for 1.8.2 release
Contributor
|
Quick tested, seems OK on my machine 👍 |
Member
Author
|
yeah i have been using this build for a while, it's golden :) let's get this rolling |
pc223
approved these changes
Aug 11, 2021
kubalav
reviewed
Aug 11, 2021
Contributor
kubalav
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.
Tested a while and it works.
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
Changing to Flow-Launcher-Setup.exe
We have switched the naming of the setup file from
Flow-Launcher-v<version>toFlow-Launcher-Setup.exe. This will make it easier to link directly to the exe installer.Bug fixes
Fix Explorer's file result subtitle tool tip as file path instead Fix Explorer's file result subtitle tool tip as file path instead #629
No need for the wrapped Lazy instance in image loading No need for the wrapped Lazy instance in image loading. #450
Adjust JsonRPCPlugin.cs Exception Handling Adjust JsonRPCPlugin.cs Exception Handling #633
Fix PluginsManager's InstallOrUpdate focus Fix PluginsManager's InstallOrUpdate focus #628
Fix actionkeywords inflate when actionkeyword count mismatch in explorer plugin fix actionkeywords inflate when actionkeyword count mismatch in explorer plugin #630
Standardise Flow's exe installer + readme update Standardise Flow's exe installer + readme update #615
Include saving SearchPrecisionScore because it is not public before include saving SearchPrecisionScore because it is not public before #622
Delay the create query helper call to avoid Windows Search not running Delay the create query helper call to avoid Windows Search not running #620