Skip to content

Releases: micheleg/dash-to-dock

extensions.gnome.org-v68

13 Oct 23:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: extensions.gnome.org-v67...extensions.gnome.org-v68

extensions.gnome.org-v68

13 Oct 23:52
Compare
Choose a tag to compare

What's Changed

  • Don't reset border-radius for shrinked dash by @jnsh in #921
  • Fix regression with transparencey settings UI. by @micheleg in #928
  • Support GNOME 3.34 and modernize code by @3v1n0 in #975
  • add missing translation by @twille00 in #958

New Contributors

Full Changelog: extensions.gnome.org-v66...extensions.gnome.org-v67

extensions.gnome.org-v66

13 Oct 23:53
Compare
Choose a tag to compare

What's Changed

  • Rewrite code to use modern ES6 code and remove Lang features by @3v1n0 in #881
  • utils: use ES6 syntax to define _decimalToHex method by @3v1n0 in #893
  • appIcons: Add Focus or Previews click action by @3v1n0 in #895
  • Fix Polish translation header by @jbicha in #892
  • Remove the Adaptive transparency mode. by @micheleg in #890
  • theming: fix missing variable definition as per previous commit by @3v1n0 in #899
  • windowPreview: Use symbolic icon for close button by @3v1n0 in #900
  • Update Spanish and Portuguese translations by @fitojb in #903

New Contributors

Full Changelog: extensions.gnome.org-v65...extensions.gnome.org-v66

extensions.gnome.org-v65

13 Oct 23:54
Compare
Choose a tag to compare

What's Changed

  • docking: Fix leaking signal connection by @azzar1 in #838
  • Add a .default class to the appiconindicators. by @micheleg in #850
  • Avoid repainting an unchanging dock. by @vanvugt in #859
  • theming: Ensure _trackingWindows contains valid windows by @azzar1 in #868
  • Update Portuguese translation by @benmpl in #878
  • Fix/border radius with dynamic opacity by @micheleg in #873

New Contributors

Full Changelog: extensions.gnome.org-v64...extensions.gnome.org-v65

extensions.gnome.org-v64

13 Oct 23:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: extensions.gnome.org-v63...extensions.gnome.org-v64

Gnome-Shell-3.10_v30

23 Apr 11:27
Compare
Choose a tag to compare
Emit signals for when the dock is triggered to show or hide.

These signals are not used by the extension itself, they are provided for
compatibility with other extensions - notably
workspaces-to-dock@passingthru67.gmail.com - which can thus connect to this
signals to know when the dash is shown or hide.

Gnome-Shell-3.12_v29

22 Apr 22:37
Compare
Choose a tag to compare
Emit signals for when the dock is triggered to show or hide.

These signals are not used by the extension itself, they are provided for
compatibility with other extensions - notably
workspaces-to-dock@passingthru67.gmail.com - which can thus connect to this
signals to know when the dash is shown or hide.

Gnome-Shell-3.12_v28

06 Apr 22:46
Compare
Choose a tag to compare
Update translations file Language header field.

Avoid WARNINGS.

Gnome-Shell-3.10_v27

19 Mar 00:06
Compare
Choose a tag to compare
MyDash: bug: complete previous commit skipping unwanted windows.

The unwanted windows were not skipped everywhere.

Gnome-Shell-3.10_v26

19 Mar 00:01
Compare
Choose a tag to compare
Correctly track fullscreen for a non toplevel actor.

Actors that are not marked as toplevel are not taken into account when updating
actors visibility on full screen change.