Releases: hyprutils/hyprlauncher
v0.2.8
v0.2.7
Breaking changes
Calculator category has been added, add the category with the appropriate values.
Review documentation about the category if you are unsure what to put.
What's Changed
🚀 Features
- feat: calculation by @BardiyaFeili in #88
🐛 Bug Fixes
- prioritize showing categories before individual entries by @nnyyxxxx in #149
- resolve #146 #145 by @nnyyxxxx in #150
📝 Stray Changes
- build(deps): bump hashbrown from 0.15.0 to 0.15.2 by @dependabot in #148
New Contributors
- @BardiyaFeili made their first contribution in #88
Full Changelog: v0.2.6...v0.2.7
v0.2.6
v0.2.5
Major release
Context aware mapping has been achieved, more information about it is located inside of configuration.md
Finder functionality has been nuked in favor of a new upcoming and better fzf like finder, will be included in the next batch of releases.
What's Changed
🚀 Features
- add websearch functionality by @nnyyxxxx in #116
- add custom css styling by @nnyyxxxx in #118
- add live css reloading by @nnyyxxxx in #119
- basic custom search engine functionality by @nnyyxxxx in #133
- add experimental context aware mapping by @nnyyxxxx in #134
🐛 Bug Fixes
- fix desync from searchbar when entering a dir by @nnyyxxxx in #122
- fix path issues by @nnyyxxxx in #123
- fix error by @nnyyxxxx in #128
- fix results by @nnyyxxxx in #131
🛠️ Refactoring
- show actions when actively searching instead of requiring the full application name by @nnyyxxxx in #127
Full Changelog: v0.2.4...v0.2.5
v0.2.4
Minor release
- Contains a fix for unnecessary path passing to launched applications
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Many new features / bug fixes
- Many new features added, many bugs fixed.
- full change log here: https://github.com/hyprutils/hyprlauncher/pull/114/commits
What's Changed
🚀 Features
🐛 Bug Fixes
- fix(search): don't defocus when arrow keys are pressed by @nnyyxxxx in #97
- fix: correctly display icons from absolute paths by @hypeedev in #95
📚 Documentation
- docs: add the Grind badge by @adamperkowski in #112
New Contributors
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
🚀 Features
🛠️ Refactoring
- refact(?!config): improve error handling & readability by @adamperkowski in #83
- fix: use $XDG_RUNTIME_DIR instead of /tmp by @joshuakb2 in #92
📝 Stray Changes
- build(deps): bump serde_json from 1.0.132 to 1.0.133 by @dependabot in #85
- build(deps): bump serde from 1.0.214 to 1.0.215 by @dependabot in #84
- fix: edit desktop paths so that user overrides are properly recognized by @kriba24 in #94
Stray commits
New Contributors
- @timoxa0 made their first contribution in #90
- @joshuakb2 made their first contribution in #92
- @kriba24 made their first contribution in #94
Full Changelog: v0.2.1...v0.2.2
v0.2.1
breaking changes
#82 fixes a major issue with gtk theming, please update ASAP to have consistent theming when use_gtk_colors
is set to off
What's Changed
🐛 Bug Fixes
- fix: set theme css to higher priority by @arminius-smh in #82
Stray commits
New Contributors
- @arminius-smh made their first contribution in #82
Full Changelog: v0.2.0...v0.2.1
v0.2.0
breaking changes
border_colors:
moved to theme subsection in themes section and renamed toborder:
- hyprlauncher no longer core dumps on empty list when pressing CTRL+j or CTRL+k (lol)
vim_keys:
renamed tocustom_navigation_keys
and moved to a subsection, and allows custom navigational keys, e.g.:
"custom_navigate_keys": {
"up": "k", // Key to move selection up (ctrl masked)
"down": "j", // Key to move selection down (ctrl masked)
"delete_word": "h" // Key to delete word in search (ctrl masked)
},
For more information on the configuration values:
visit: https://github.com/hyprutils/hyprlauncher/blob/main/configuration.md
What's Changed
🚀 Features
Stray commits
- docs(configuration): clarify live config reloading usage
- docs: add usage to markdown file
- ver: v0.2.0
Full Changelog: v0.1.9...v0.2.0
v0.1.9
Massive rewrite
- Massive performance update that silences out ALL lag when searching.
- new config value
max_entries
What's Changed
🛠️ Refactoring
Stray commits
- ver: v0.1.9
- docs(configuration): update provided values and information
- docs(configuration): clarify another debug option
Full Changelog: v0.1.8...v0.1.9