0.4.1 (2023-03-19)
=====
- build: Use same automake init as other projects and bump autoconf
- Update copyright year and fix bug report address
- build: Use XDT_FEATURE_DEBUG
- basename() called but <libgen.h> not included
- Add option to change behavior of middle mouse button (Closes #32)
- build: Keep /usr/local as default prefix
- build: Fix autotools warnings
- build: Fix intltool lock file problem during make distcheck
- build: Bump GLib minimum required to 2.58
- Anchor group menu to center of app icon
- Add option to change inactive indicator style
- List window previews horizontally if panel is horizontal
- Add option to get the indicator color automatically from the Gtk 
theme foreground color
- Startup notification support Closes #13 Additionally, correctly 
release memory after launching.
- Reorder AppInfos.cpp for clarity
- Skip loadDesktopEntry() for files not ending in .desktop
- Pass std::string by const reference to avoid unnecessary copy
- Speed up ftw() by increasing handle limit
- Added Ciliora and Circles indicator styles
- Fix reordering (ctrl+dragging) icons to the right
- Fix size_t being truncated into uint and comparing unequal to npos
- Fix .desktop file StartupWMClass values being ignored
- Update TODO
- Fix warnings/crashes from timeouts In many cases the timeout's stop 
method was being called more than once raising GLib warnings.
- Don't clear this list
- Delete unused declarations
- Improve PANEL_DEBUG macro
- Improve debugging messages
- Drop the inotify dependency GLib provides a GAppInfoMonitor object 
that allows us to detect desktop file changes.
- Use the default theme hover effect The previous effect can still be 
achieved with CSS:
- Update the README Better debugging instructions and long desctiption.
- Cleanup: remove uneccessary casts to GtkWidget*
- Remove highlight on active group Related #14 It can be restored by 
using css or a future option.
- Add a "window_count" class to labels Related #9
- Translation Updates:
  Albanian, Bulgarian, Catalan, Chinese
  (China), Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French,
  German, Greek, Hebrew, Indonesian, Interlingue, Italian, Japanese,
  Korean, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese
  (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish,
  Turkish, Ukrainian

0.4.0 (2021-09-26)
=====

- Fix pinned uninstalled applications get stuck on dock
- Fix button visual issue after drag & drop
- Use default button size request
- Changed some strings to be more clear
- New Catalan translation (andriybyelikov)
- New Indonesian translation (frachmadin)
- Updated translations: 
  Danish, Dutch, Finnish, French, German, Greek, Hungarian, Italian,
  Japanese, Polish, Portuguese, Portuguese (Brazil), Russian, Turkish

0.3.0 (2021-07-08)
=====

- Window previews
- Editing launchers
- Automatic indicator positioning mode
- Window count overlay
- CSS support
- Fix close buttons sometimes showing a broken icon
- Fix panel items getting duplicated when a desktop file is modified
  by a package update

0.2.0 (2021-03-13)
=====

- New Polish translation (matthaiks)
- Distros can set a default dock configuration and pinned icons in: 
  XDG_CONFIG_DIRS/xfce4/panel/docklike.rc
- Compiles on systems using GCC 11

0.1.0 (2021-02-02)
=====

- Initial release
- Fix build warnings and make distcheck errors
