Skip to content

Latest commit

 

History

History
125 lines (69 loc) · 7.01 KB

CHANGELOG.md

File metadata and controls

125 lines (69 loc) · 7.01 KB

2.1.0 (2020-06-19)

Features

  • ✨ added option to configure autohide (31104c9)

2.0.3 (2020-06-19)

Bug Fixes

  • 🐛 better autohide and handling of windows with skip_tasklist (fixes #4) (d7f4d75)
  • 🐛 hide empty dock when no items on startup (f5bb013)

2.0.2 (2020-06-10)

Bug Fixes

2.0.1 (2020-06-09)

Bug Fixes

  • 🐛 menu-click default should be "show" (ebae1f1)

2.0.0 (2020-06-08)

⚠ BREAKING CHANGES

  • 💥 ♻️ moved hide/unhide config under [commands]

Features

  • ✨ added possibility to exclude certain windows (0bf7251)
  • ✨ dock click actions are now configurable (ca495c8)

Bug Fixes

  • 🐛 force loading GdkX11 before Gdk to make sure we loaded the correct version (4bfd8f4)

Code Refactoring

  • 💥 ♻️ moved hide/unhide config under [commands] (667670e)

1.4.0 (2020-06-05)

Features

  • ✨ added option to set a custom icon theme (f61ca71)

1.3.0 (2020-06-04)

Features

  • ✨ toggle window if it's the only one in the group (11c3fe1)

Bug Fixes

  • 🐛 better detection for auto hiding (877be5c)
  • 🐛 no need to listen to viewport changes (885157d)
  • 🐛 some windows don't have a workspace (1c8e26d)

1.2.2 (2020-06-04)

1.2.1 (2020-06-04)

1.2.0 (2020-06-04)

Features

  • ✨ use Gtk.Application to parse cmd-line args (dcadbc0)

Bug Fixes

  • 🐛 find config directory when symlinked (11b33c0)
  • 🐛 load system themes when no user themes availabel (88fe332)

1.1.1 (2020-06-03)

1.1.0 (2020-06-03)

Features

  • ✨ added config file loading (881b54e)
  • ✨ added right-click dropdown with other windows in group (998acf3)
  • ✨ added settings to show visible or hidden windows (e506f73)
  • ✨ added window grouping! (1d20e2c)
  • ✨ autohide dock when it overlaps with a window (8180fbb)
  • ✨ better handling of active workspace only windows (2544313)
  • ✨ config position (ccc2b04)
  • ✨ initial commit with working polydock! (7fee62e)
  • ✨ moved to Gjs (f5c7b9b)
  • ✨ script to automatically restart polydock when it segfaults (afba7db)
  • ✨ utility function similar to path.resolve (e55806b)

Bug Fixes

  • 🐛 don't use window global object! (b4c9b56)
  • config: 🐛 ⚙️ show all workspace windows by default (815c16f)
  • 🐛 added gc to imports.system (47e61f0)
  • 🐛 always operate on a fresh window from Wnck. trying to minimize segfaults. related to #1 (c8a6bb0)
  • 🐛 check_resize (6cad4ef)
  • 🐛 fixes a segfault caused by incorrect unref on closed active windows (fixes #1) (c45c139)
  • 🐛 fullpath of $0 (2196644)
  • 🐛 hide the dock when no windows to show (b288887)
  • 🐛 listen for state changes (c175e02)
  • 🐛 log always needs one arg (c1ed368)
  • 🐛 moved Gtk main loop to index (71b0e45)
  • 🐛 no-console (fc8155e)
  • 🐛 properly check for existing ini keys (4be773a)