Releases: folke/polydock
Releases · folke/polydock
Release 2.1.0
2.1.0 (2020-06-19)
Features
- ✨ added option to configure autohide (31104c9)
Release 2.0.3
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)
Release 2.0.2
2.0.2 (2020-06-10)
Bug Fixes
Release 2.0.1
2.0.1 (2020-06-09)
Bug Fixes
- 🐛 menu-click default should be "show" (ebae1f1)
Release 2.0.0
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)
Release 1.4.0
1.4.0 (2020-06-05)
Features
- ✨ added option to set a custom icon theme (f61ca71)
Release 1.3.0
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)
Release 1.2.0
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)