Skip to content

Releases: Biont/sway-launcher-desktop

1.2.0

01 Jan 14:32
Compare
Choose a tag to compare

Added:

  • Ability to specify custom item providers via a providers.conf file. This allows you quickly access whatever you want (for example SSH connections, passwords, emails, RSS feeds, you name it)
  • Support specifying alternate providers config files via an environment variable. Thanks to @s-hamann

Fixed:

  • #13 : Silence all output when launching programs. This fixes the launcher script not exiting in some environments, for example when used with Kitty

1.1.0

03 Dec 19:03
Compare
Choose a tag to compare

Fixed:

  • Desktop files locations are properly searched and prioritized. Thanks @turtlewit
  • List generation no longer aborts when a duplicate desktop file id is encountered
  • Programs occasionally not launching

Changed:

  • Removed usage of swaymsg, making the launcher completely independent from sway
  • fzf's loading spinner disappears once list rendering has completed. Big thanks to @ahaasler

1.0.0

09 Nov 22:24
Compare
Choose a tag to compare
  • First release after moving from gist to a proper repo
  • introduce unit tests with BATS
  • Extract desktop actions along with appropriate labels
  • Respect desktop file ids
  • Follow XDG basedir spec: Duplicate desktop file IDs no longer show twice
  • Add TERMINAL_COMMAND variable to help open TUI programs