Skip to content

Releases: nwg-piotr/nwg-dock-hyprland

nwg-dock-hyprland 0.3.0

30 Aug 23:12
884381b
Compare
Choose a tag to compare
  • Open new instances of apps using middle mouse button; #51 by @MaiorDomus;
  • add "Close all windows" context menu entry; #50 by @MaiorDomus;
  • add signals to explicit show and hide window; #56 by @nwg-piotr; closes #55:
    • use of SIGUSR1 to toggle window visibility deprecated;
    • added sigToggle (SIGRTMIN+1) to toggle window visibility;
    • added sigShow (SIGRTMIN+2) to show the window;
    • added sigHide (SIGRTMIN+3) to hide the window.

nwg-dock-hyprland 0.2.2

19 Aug 22:23
Compare
Choose a tag to compare
  • Fixed crash on Hyprland v0.42.0: client.Fullscreen field type changed from bool to int; closes #48.

nwg-dock-hyprland 0.2.1

11 Aug 15:20
Compare
Choose a tag to compare
  • Fixed #49;
  • gotk3 updated.

nwg-dock-hyprland 0.2.0

09 Aug 12:51
Compare
Choose a tag to compare
  • Added sorting icons by Workspace & Client; actually unnecessary, added for use w/ older Hyprland versions; #45 by @ivangeorgiew;
  • added -lp flag for the launcher button position; #46:
-lp string
    	Launcher button position, 'start' or 'end' (default "end")

nwg-dock-hyprland 0.1.9

18 May 23:05
Compare
Choose a tag to compare
  • fixed crash on icons missing from GTK theme, closes #25;
  • fixed XDG_DATA_HOME detection, #36 by @JoelleJS, closes #35;
  • added setting namespace for gtk-layer-shell #37 by @maydayv7;
  • fixed mapping output->Gdk.Monitor on gtk3-1:3.24.42.

nwg-dock-hyprland 0.1.8

04 May 23:37
08f399f
Compare
Choose a tag to compare
  • get ready for Hyprland socket files moved to $XDG_RUNTIME_DIR/hypr; #30;
  • while searching .desktop files, first look for exact 'class.desktop' file; #31.

nwg-dock-hyprland 0.1.7

28 Sep 23:33
Compare
Choose a tag to compare
  • prevent crash on image not found #25, #24;
  • use different lock files for various users (ported from nwg-dock).

nwg-dock-hyprland 0.1.6 (2023-08-25)

25 Aug 00:17
Compare
Choose a tag to compare
  • fixed nil pointer dereference while creating the fallback icon; closes #24

nwg-dock-hyprland 0.1.5

19 Aug 01:49
Compare
Choose a tag to compare
  • added dispatch bringactivetotop after dispatch focuswindow; closes #14;
  • updated dependencies: gotk3, gotk3-layershell, logrus;
  • added -ico string argument, to specify name or full path to an alternative launcher ICOn; closes #15, #17;
  • added support for apps on the special workspace; #13 by @levnikmyskin;
  • fixed searching icons in org.*.desktop files.

nwg-dock-hyprland 0.1.4

04 Aug 23:22
Compare
Choose a tag to compare
  • split appName string by " ", use the 1st part while searching the icon name; #11 by @aerth;
  • do not force use of the overlay layer when -d (autohide) argument used; related to #12.