-
-
Notifications
You must be signed in to change notification settings - Fork 455
Release 1.9.5 #1386
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
Merged
Release 1.9.5 #1386
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
Remove obsolete WinGet from appveyor.yml deployment pipeline
Open plugin website from context menu
Caret position fix : Include PR #1074
Force reload theme resources when changing fonts etc in settings
Fix theme fonts not changing separately for query box and results
…eyword Fix plugin info not displayed when it has multiple actionkeywords
Fix crash when user does not have access to registry startup keys
Adjust Max Width Window Size
Add Spanish and Spanish Latin America to language selection
…rl_opening Fix opening url twice when clicking on exception report link
Spanish & Spanish Latin America languages release for v1.9.5
Contributor
|
I fixed some clipping text other languags. it need crowdin update. |
taooceros
previously approved these changes
Sep 20, 2022
deefrawley
previously approved these changes
Sep 22, 2022
onesounds
previously approved these changes
Sep 27, 2022
Use Search instead of SearchTerm[0] in PluginIndicator
check query for null
0422fb7
taooceros
approved these changes
Sep 27, 2022
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
Fixed plugin exceptions handling to include the correct URL for reporting plugin errors Add handling of exceptions from plugins #1147
Fixed missing Spanish & Spanish Latin America languages Spanish & Spanish Latin America languages release for v1.9.5 #1388 Add Spanish and Spanish Latin America to language selection #1088
Fixed an issue where the error reporting URL opens twice Fix opening url twice when clicking on exception report link #1387
Changed the maximum allowed search window width from 900 to 1920 Adjust Max Width Window Size #1355
Fixed crashing when setting flow to start up with Windows and user does not have registry access Fix crash when user does not have access to registry startup keys #1299
Fixed plugin info not displaying when multiple action keywords exist Fix plugin info not displayed when it has multiple actionkeywords #1294
Fixed an issue causing fonts on search window and result list to not update when changed Force reload theme resources when changing fonts etc in settings #1283
Fixed theme fonts not changing separately for search window and result list Fix theme fonts not changing separately for query box and results #1296
Fixed incorrect cursor position in some scenarios where the Custom Query or Shell plugin's Win+R hotkey is used Caret position fix : Include PR #1074 #1080
Added missing ability to open plugin website from the context menu Open plugin website from context menu #991
Removed obsolete WinGet deployment in appveyor.yml Remove obsolete WinGet from appveyor.yml deployment pipeline #1061
Fixed random error 'IndexOutOfRangeException' Use Search instead of SearchTerm[0] in PluginIndicator #1390
Fixed random error 'Object reference null exception' check query for null #1391