-
-
Notifications
You must be signed in to change notification settings - Fork 445
Release 1.19.1 #2954
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.19.1 #2954
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
a281b8f
Update default plugin publish target branch
jjw24 6a9c510
Bump Microsoft.Data.Sqlite from 8.0.7 to 8.0.8
dependabot[bot] e31e75e
Bump StreamJsonRpc and Microsoft.VisualStudio.Threading
dependabot[bot] fd3be58
Merge pull request #2916 from Flow-Launcher/dependabot/nuget/multi-27…
jjw24 70cb55e
Merge pull request #2914 from Flow-Launcher/dependabot/nuget/Microsof…
jjw24 0fe8eb5
Add "Enabled" Column in Customize Action Keyword Tab
onesounds 79b509c
Revert string to "Customise"
onesounds 1911138
Merge pull request #2918 from onesounds/20240821_ImproveExplorerPlugin
jjw24 7484487
create Top-Ranking Issues workflow
jjw24 4fb0a1f
Merge pull request #2921 from Flow-Launcher/add_top_issues_workflow
jjw24 decca68
fix Node.js path select error
jjw24 040d3b6
Merge pull request #2934 from Flow-Launcher/fix_node_select_err
jjw24 1843f3f
New Crowdin updates (#2903)
jjw24 6bc699a
Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0
dependabot[bot] 5eac990
Merge pull request #2938 from Flow-Launcher/dependabot/nuget/Microsof…
jjw24 f52aec1
Bump CommunityToolkit.Mvvm from 8.2.2 to 8.3.0
dependabot[bot] 6017e3c
Merge pull request #2950 from Flow-Launcher/dependabot/nuget/Communit…
jjw24 36c7e2e
release version bump
jjw24 38a758c
plugin version bumps
jjw24 5216a35
Merge pull request #2900 from Flow-Launcher/update_ci_default_plugin_…
jjw24 152f545
New Crowdin updates (#2949)
jjw24 05b2ae0
fix grammar
taooceros 75610d2
add missing ending dot
taooceros 14d845b
Merge pull request #2958 from Flow-Launcher/taooceros-patch-1
jjw24 37638bb
plugin version bumps
jjw24 4698be4
update version
jjw24 c849769
Merge pull request #2955 from Flow-Launcher/version_bumps_release
jjw24 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Top-Ranking Issues | ||
on: | ||
schedule: | ||
- cron: '0 0 */1 * *' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
ShowAndLabelTopIssues: | ||
name: Display and label top issues. | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Top Issues action | ||
uses: rickstaa/[email protected] | ||
env: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
dashboard: true | ||
dashboard_show_total_reactions: true | ||
top_list_size: 10 | ||
top_features: true | ||
top_bugs: true | ||
dashboard_title: Top-Ranking Issues 📈 | ||
dashboard_label: ⭐ Dashboard | ||
hide_dashboard_footer: true | ||
top_issues: false |
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.