Releases: nwg-piotr/nwg-launchers
nwg-launchers v0.7.1.1
nwg-launchers 0.7.1
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
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:
- FreeBSD build fix @jbeich
- Support for changing GTK themes @jovanlanik
- CSS fix @MarkusVolk
nwg-launchers v0.6.3
This release fixes builds with libc++ < 11 (#187)
nwg-launchers v0.6.2
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
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
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
Support for wlr-layer-shell protocol.
nwg-launchers 0.4.4
Fixes to #151, #152 and #153 by @Siborgium (thanks!)
nwg-launchers 0.4.3
- 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