Skip to content

Releases: nwg-piotr/nwg-drawer

nwg-drawer 0.2.3

09 Jan 13:48
Compare
Choose a tag to compare
  • 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

30 Sep 22:42
0b28592
Compare
Choose a tag to compare

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

29 Sep 21:17
Compare
Choose a tag to compare
  • added the -r argument to keep the drawer window resident. Issuing the nwg-drawer command later just shows the resident window, instead of running all the startup tasks again. Use exec_always nwg-drawer -r in your sway config file, and bind nwg-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

17 Sep 23:44
7b76c27
Compare
Choose a tag to compare

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

07 Sep 01:02
6ca8e6a
Compare
Choose a tag to compare

nwg-drawer 0.1.10

05 Sep 22:28
Compare
Choose a tag to compare

nwg-drawer 0.1.9

30 Aug 01:22
c5e39f1
Compare
Choose a tag to compare

Improved keyboard navigation among search results: the first one grabs focus. #17

nwg-drawer 0.1.8

26 Aug 23:36
9d0c4d2
Compare
Choose a tag to compare

Fixed crash on category button click while file search turned off with -nofs. #15

nwg-drawer 0.1.7

20 Aug 23:47
Compare
Choose a tag to compare

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

17 Aug 20:50
399cf7f
Compare
Choose a tag to compare

Hot fix to files not opening properly in the file manager in go 1.17.