Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: hyprwm/hyprlauncher

v0.1.3

02 Nov 23:07
3a023f4

Choose a tag to compare

A new release with some improvements

Changes

  • finders/ipc: fuzz lowercase
  • fuzzy: various fixups and improvements to algo
  • query: continue processing until queue is empty

Full Changelog: v0.1.2...v0.1.3

v0.1.2

29 Oct 19:25
252f930

Choose a tag to compare

A small patch to fix desktop paths.

MRs

  • finders/desktop: use std::fs::path for path handling by @vaxerski in #27

Full Changelog: v0.1.1...v0.1.2

v0.1.1

27 Oct 19:40
69135f1

Choose a tag to compare

An update bumping compat to toolkit 0.2.0, and bringing new stuff

Changes

  • core: create server socket before finders
  • core: add a pure daemon mode
  • core: add help menu
  • core: add version arg
  • providers: add manual entry providing
  • finders/math: fix mismatched type
  • ui: remove query override on exit
  • finders/ipc: don't fuzz on empty input
  • cache: fix crash on missing .local/share
  • fuzzy: improve performance and accuracy with fuzzing
  • fuzzy: don't fuzz for <100 els
  • config: add desktop_launch_prefix
  • desktop: check XDG_DATA_DIRS for paths
  • desktop: fix entry extract
  • core: add dmenu mode for input
  • ui: fix double selection on type after change
  • ui: various scroll fixes
  • ui: fix for latest hyprtoolkit

MRs

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

16 Oct 13:34
d49288f

Choose a tag to compare

Initial release of hyprlauncher

Full Changelog: https://github.com/hyprwm/hyprlauncher/commits/v0.1.0