Releases: nwg-piotr/nwg-drawer
Releases · nwg-piotr/nwg-drawer
nwg-drawer 0.2.3
- update the description field on keyboard focus: #38 @nightly-brew;
- changed default terminal: alacritty -> foot;
- consume Esc key event, in order not to close windows below (if they quit on Esc key).
nwg-drawer 0.2.1
This release unifies behaviour of resident and non-resident instance. Issuing the nwg-drawer
command hides the resident window if visible. Closes #31
nwg-drawer 0.2.0
- added the
-r
argument to keep the drawer window resident. Issuing thenwg-drawer
command later just shows the resident window, instead of running all the startup tasks again. Useexec_always nwg-drawer -r
in your sway config file, and bindnwg-drawer
to some keys to show the window. This speeds up things significantly. See "Running" in README for more info. - config files moved to their own
~/.config/nwg-drawer
directory. Sorry, but placing them in the nwg-panel folder was a mistake that needed to be corrected. - added file search exclusions (see README)
- added support for absolute paths (@aajonusonline #29)
nwg-drawer 0.1.12
Probably the last release before 0.2.x:
- added logging with logrus
- fixed bug causing unwanted termination on item pinned
nwg-drawer 0.1.11
nwg-drawer 0.1.10
- fix basic whitespace handling, closes #4 @james-lawrence
- speed up parsing .desktop files @james-lawrence
- use terminal environment variable if present @james-lawrence
nwg-drawer 0.1.9
Improved keyboard navigation among search results: the first one grabs focus. #17
nwg-drawer 0.1.8
Fixed crash on category button click while file search turned off with -nofs
. #15
nwg-drawer 0.1.7
Search -> files:
- Left Mouse Button opens files with
xdg-open
; additionally you may add own file associations, see README; - Right Mouse Button opens files with the file manager.
Also:
- fixed bug terminating the program on search box or category button clicked.
nwg-drawer 0.1.6
Hot fix to files not opening properly in the file manager in go 1.17.