Skip to content

Releases: nwg-piotr/nwg-dock

nwg-dock 0.4.1

11 Aug 21:16
Compare
Choose a tag to compare
  • Fix for #49 back-ported from nwg-dock-hyprland.

nwg-dock 0.4.0

09 Aug 23:19
Compare
Choose a tag to compare
  • gotk3 & gotk3-layershell updated; #45 by @mattkae;
  • the rest of dependencies updated;
  • -lp (launcher button position) flag back-ported from nwg-dock-hyprland:
  -lp string
    	Launcher button position, 'start' or 'end' (default "end")

nwg-dock 0.3.9

29 Sep 00:01
Compare
Choose a tag to compare
  • prevent from crash on image not found (back-ported from nwg-dock-hyprland).

nwg-dock 0.3.8

28 Sep 00:40
Compare
Choose a tag to compare
  • use different lock files for various users; #41

nwg-dock -v still returns 0.3.7. I forgot to change, sorry.

nwg-dock 0.3.7

20 Aug 23:36
8a06a48
Compare
Choose a tag to compare
  • updated dependencies: gotk3, gotk3-layershell, logrus;
  • added -ico string argument, to specify a name or full path to an alternative launcher ICOn;
  • fixed searching icons in org.*.desktop files.

nwg-dock 0.3.6

04 Aug 23:59
5bdcd73
Compare
Choose a tag to compare

Back ported from nwg-dock-hyprland

  • split appName string by " ", use the 1st part while searching the icon name;
  • do not force use of the overlay layer when -d (autohide) argument used.

nwg-dock 0.3.5

02 Jul 23:14
Compare
Choose a tag to compare
  • added break statement on 1st match found in the loop that searches app dirs (back-ported from nwg-dock-hyprland).

nwg-dock 0.3.4

16 May 23:18
5e56451
Compare
Choose a tag to compare
  • added a workaround for #35;
  • fixed some stability issues;
  • improved searching .desktop files, that names use reverse-DNS notation (backported from the Hyprland version).

nwg-dock 0.3.3

23 Nov 00:43
a8c40de
Compare
Choose a tag to compare
  • go-sway updated to v1.2.0; closes #33
  • logrus updated to v1.9.0

nwg-dock 0.3.2

15 Nov 00:50
fa1d342
Compare
Choose a tag to compare
  • added the mouse pointer speed detection while entering the hotspot area, to determine if to show up the dock. See #30. The -hd (for Hotspot Delay) argument allows to adjust the required speed (default delay: 20 ms). Set it to 0 to turn the feature off.