Skip to content

Releases: nwg-piotr/nwg-launchers

nwg-launchers v0.7.1.1

25 Oct 01:37
29ee3b0
Compare
Choose a tag to compare

This release fixes missing version bump (#210)

nwg-launchers 0.7.1

24 Oct 13:59
Compare
Choose a tag to compare

This release is a hotfix for nwgbar failing to start due to incorrect CSS property name in default config (#208)

nwg-launchers v0.7.0

23 Oct 07:32
7cc3ad0
Compare
Choose a tag to compare

This release adds limited support for XDG Desktop Menu Categories (see README for details), nwgbar CSS styling, and fixes a number of issues:

  • XDG Desktop Menu Categories #198
  • Allow to define CSS classes in nwgbar JSON file #195
  • Saturate icon size if it's off the allowed range (16-2048) #188
  • Use /tmp if XDG_RUNTIME_DIR is not defined and /var/run/user/UID not exists #192
  • Allow for ~ in the beginning of Exec= value #205

Special thanks:

nwg-launchers v0.6.3

26 Sep 02:01
f916cd4
Compare
Choose a tag to compare

This release fixes builds with libc++ < 11 (#187)

nwg-launchers v0.6.2

25 Sep 11:25
33e42b8
Compare
Choose a tag to compare

Changes:

  • nwgbar contents can be scrolled (#182);
  • max icon size is increased up to 2048 (#180);
  • fixed broken pins ordering (#176);
  • fixed nwggrid spawning server with messed up arguments;
  • launchers will no longer fail to start after being improperly closed (e.g. SIGKILL) (#178);
  • nwggrid prints an error if started with -p or -f and -d at the same time;
  • fixed potential data race when accessing pid file.

nwg-launchers v0.6.1

17 Sep 08:49
91816d3
Compare
Choose a tag to compare

This release is a hotfix of #174

NOTE: librsvg is runtime dependency. The launchers built with librsvg will NOT work unless librsvg is present on the system. This will be fixed in the next release.

nwg-launchers 0.6.0

17 Sep 05:44
f5359b0
Compare
Choose a tag to compare

This release brings server mode to nwggrid launcher. It shoudln't break your setup as we provide transparent replacement to the old nwggrid application. To use server mode, run nwggrid-server in the background (e.g. using nohup or placing nwggrid-server in autostart), use nwggrid -client to connect to the running server . You shouldn't need to restart the server as nwggrid now tracks the changes happening to desktop files in all directories, updating it's inner representation when necessary.

nwg-launchers 0.5.0

19 Jul 17:52
9a15a50
Compare
Choose a tag to compare

Support for wlr-layer-shell protocol.

nwg-launchers 0.4.4

30 Jan 14:56
672fb50
Compare
Choose a tag to compare

Fixes to #151, #152 and #153 by @Siborgium (thanks!)

nwg-launchers 0.4.3

06 Jan 00:13
3adc01e
Compare
Choose a tag to compare
  • use sway-ipc to connect to sway @Siborgium
  • support for the foot terminal @Evo221
  • dmenu: use STDIN_FILENO instead of fileno(stdin) @ericonr
  • clean up pid file handling @ericonr
  • check for TERM_CMD when detecting term, support terminal flags other than '-e' uniformly @Siborgium
  • fixed keyboard-driven selection in dmenu #141 @nwg-piotr