-
-
Notifications
You must be signed in to change notification settings - Fork 25
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jrpie/launcher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jrpie/launcher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/fuzzy-search
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 7 files changed
- 1 contributor
Commits on Oct 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 04e5d84 - Browse repository at this point
Copy the full SHA 04e5d84View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac3eac7 - Browse repository at this point
Copy the full SHA ac3eac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f278cf2 - Browse repository at this point
Copy the full SHA f278cf2View commit details -
Reduce computation when fuzzy search disabled
Respect the fuzzy search preference again to stop computing the fuzzy results when it is not enabled
Configuration menu - View commit details
-
Copy full SHA for 15e63d3 - Browse repository at this point
Copy the full SHA 15e63d3View commit details -
Refactor, improve search accuracy when multiple
containsresultsIf multiple items contain the search string perfectly the fuzzy search still expand it with suggestions. These fuzzy-suggestions, however, might have **less** occurrences in the search string than the items that contained it. The changes ensure that fuzzy-suggestions must have at least the same amount of occurrences as apps that contain the search string. Also, I removed the `appsSecondary` wrapper-list and directly work on `r`.
Configuration menu - View commit details
-
Copy full SHA for 5147535 - Browse repository at this point
Copy the full SHA 5147535View commit details -
Configuration menu - View commit details
-
Copy full SHA for de8a6e5 - Browse repository at this point
Copy the full SHA de8a6e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 614137e - Browse repository at this point
Copy the full SHA 614137eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5f5282 - Browse repository at this point
Copy the full SHA a5f5282View commit details -
Improve performance of occurrence counting
Changed the algorithm for occurrence counting to improve performance. Previously it was based on expensive string manipulations and checks. The new approach is based on a frequency map with fewer iterations.
Configuration menu - View commit details
-
Copy full SHA for f0b07f1 - Browse repository at this point
Copy the full SHA f0b07f1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...feature/fuzzy-search