Skip to content

Releases: hyprutils/hyprlauncher

v0.2.8

08 Dec 08:22
b8efef5
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

📚 Documentation

Full Changelog: v0.2.7...v0.2.8

v0.2.7

05 Dec 06:05
420ecaa
Compare
Choose a tag to compare

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

🐛 Bug Fixes

📝 Stray Changes

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

03 Dec 03:27
16b84fd
Compare
Choose a tag to compare

Breaking changes

The configuration file has switched to toml, migrate appropriately.

What's Changed

🚀 Features

🐛 Bug Fixes

Full Changelog: v0.2.5...v0.2.6

v0.2.5

02 Dec 08:51
269a401
Compare
Choose a tag to compare

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

🐛 Bug Fixes

🛠️ 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

01 Dec 23:59
5f6ff9c
Compare
Choose a tag to compare

Minor release

  • Contains a fix for unnecessary path passing to launched applications

Full Changelog: v0.2.3...v0.2.4

v0.2.3

01 Dec 23:28
396aa08
Compare
Choose a tag to compare

Many new features / bug fixes

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

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

19 Nov 17:03
9065a70
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • add text color customization for hover and selected item by @timoxa0 in #90

🛠️ Refactoring

📝 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

Full Changelog: v0.2.1...v0.2.2

v0.2.1

17 Nov 15:46
cac4d47
Compare
Choose a tag to compare

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

Stray commits

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Nov 14:43
3aa8430
Compare
Choose a tag to compare

breaking changes

  • border_colors: moved to theme subsection in themes section and renamed to border:
  • hyprlauncher no longer core dumps on empty list when pressing CTRL+j or CTRL+k (lol)
  • vim_keys: renamed to custom_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

Full Changelog: v0.1.9...v0.2.0

v0.1.9

17 Nov 10:05
04896c8
Compare
Choose a tag to compare

Massive rewrite

  • Massive performance update that silences out ALL lag when searching.
  • new config value max_entries

What's Changed

🛠️ Refactoring

Stray commits

Full Changelog: v0.1.8...v0.1.9