Release 2.1.2 | Plugin 5.3.0#4448
Merged
Merged
Conversation
Freeze SolidColorBrush to improve performance
Improve code quality
…Flow.Launcher.Plugin.BrowserBookmark/Svg.Skia-3.5.0 Bump Svg.Skia from 3.4.1 to 3.5.0
* Initial plan * Fix ReportWindow crash when log directory is empty or doesn't exist Co-authored-by: Jack251970 <53996452+Jack251970@users.noreply.github.com> * Improve code comments Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix settings window is minimized when re-opened * Don't save minimized state
…-action Fix ArgumentException when editing a disabled Explorer action keyword
…Flow.Launcher.Plugin.BrowserBookmark/Svg.Skia-3.6.0 Bump Svg.Skia from 3.5.0 to 3.6.0
…ncher.Plugin/Microsoft.SourceLink.GitHub-10.0.201 Bump Microsoft.SourceLink.GitHub from 10.0.200 to 10.0.201
…Flow.Launcher.Plugin.BrowserBookmark/Microsoft.Data.Sqlite-10.0.5 Bump Microsoft.Data.Sqlite from 10.0.4 to 10.0.5
Ensure plugin manifest is non-nullable
…links-names Fix Quick Access Links of type File ignoring custom name in search results
…/vers-one/dotnet-project-version-updater-1.8 Bump vers-one/dotnet-project-version-updater from 1.7 to 1.8
Bump Microsoft.CsWin32 in other projects
Refactor theme resource dictionary retrieval logic
Refactor AutoDropShadow logic for clarity and correctness
* Use Highlight matches from Everything To solve inaccurate highlight when facing Chinese Pinyin searches * Fix typos * Update comments Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Remove unnecessary constructor Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Use camel case for parameters * Use ToInt32 instead of explicit converting Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Revert "Remove unnecessary constructor" This reverts commit 7e9dc18. * Make SearchResult readonly and init HighlightData to empty list Changed SearchResult to a readonly record struct for better immutability and performance. Updated HighlightData to initialize as an empty list using a collection expression instead of null. Retained the default constructor with a clarifying comment. * Fix incorrect argument type after merging --------- Co-authored-by: Jack251970 <1160210343@qq.com> Co-authored-by: Jack Ye <jack1160210343@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Remove explicit font styles from title text elements
…Flow.Launcher.Plugin.BrowserBookmark/Svg.Skia-3.7.0 Bump Svg.Skia from 3.6.0 to 3.7.0
…ncher.Plugin/Microsoft.SourceLink.GitHub-10.0.202 Bump Microsoft.SourceLink.GitHub from 10.0.201 to 10.0.202
…Flow.Launcher.Plugin.BrowserBookmark/Microsoft.Data.Sqlite-10.0.6 Bump Microsoft.Data.Sqlite from 10.0.5 to 10.0.6
…Flow.Launcher.Plugin.BrowserBookmark/Svg.Skia-4.3.0 Bump Svg.Skia from 4.1.0 to 4.3.0
…ncher.Plugin/multi-4c59d6014f Bump Microsoft.Windows.CsWin32 from 0.3.269 to 0.3.275
…ncher.Plugin/Microsoft.SourceLink.GitHub-10.0.203 Bump Microsoft.SourceLink.GitHub from 10.0.202 to 10.0.203
…Flow.Launcher.Plugin.BrowserBookmark/Microsoft.Data.Sqlite-10.0.7 Bump Microsoft.Data.Sqlite from 10.0.6 to 10.0.7
…/toshimaru/auto-author-assign-3.0.2 Bump toshimaru/auto-author-assign from 3.0.1 to 3.0.2
…Flow.Launcher.Plugin.BrowserBookmark/Svg.Skia-4.5.0 Bump Svg.Skia from 4.3.0 to 4.5.0
…Flow.Launcher.Plugin.BrowserBookmark/Svg.Skia-4.6.0 Bump Svg.Skia from 4.5.0 to 4.6.0
Fix Pinyin search's default to false
Improve sound handling and show title in volume mixer
DavidGBrett
reviewed
May 10, 2026
DavidGBrett
approved these changes
May 10, 2026
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
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
Bug fixes
Authors:
DavidGBrett, Jack251970, VictoriousRaptor