1.2.0 (2025-05-19)
=====
Meson has been added as a build system in this release, and the
associated archive has been generated by 'meson dist'. Although
autotools has been retained for the time being and can still be used
via 'autogen.sh', meson is now the preferred build system, and
autotools will be removed in a future release.

- Update README after switchover to meson
- build: Automate copyright year management
- meson-build: Use shared_module()
- Replace deprecated exo with libxfce4ui 4.21.0
- meson-build: Do not install Makefile.in
- build: Use VERSION_FULL instead of PACKAGE_VERSION
- Add meson build
- Translation Updates:
  Vietnamese

1.1.6 (2024-12-24)
=====
- Update copyright year
- Introduce Darwin support
- build: Bump dependency versions and fix deprecation warnings
- I18n: Update po/LINGUAS list
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- gcc-analyzer: Fix -Wanalyzer-null-dereference
- scan-build: Fix deadcode.DeadStores
- I18n: Update po/LINGUAS list
- build: Get rid of intltool
- Add initial envsys support for NetBSD
- Translation Updates:
  Chinese (China), Polish, Portuguese (Brazil), Romanian, Turkish

1.1.5 (2023-04-19)
=====
- Update copyright year
- build: Add GLib requirement
- Replace deprecated XfcePanelImage with GtkImage
- Update `.gitignore`
- Use "logo-icon-name" instead of "logo" in about dialog
- Fix make distcheck
- Respect panel setting "Adjust size automatically"
- Update COPYING
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (Canada),
  English (United Kingdom), Estonian, Finnish, French, Galician,
  German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
  Irish, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay,
  Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi
  (Punjabi), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu,
  Urdu (Pakistan), Uyghur, Uzbek, Uzbek (Latin), Vietnamese

1.1.4
======
- Add help button to properties dialog
- Drop subtitle from settings dialog
- Fix labels alignment for very small panels
- Fix compilation warnings
- automake: INCLUDES -> AM_CPPFLAGS
- autoconf: Some updates
- Remove unnecessary boxes
- Remove GSourceFunc casts
- Add new README.md, update AM_INIT_AUTOMAKE
- Add basic GitLab pipeline
- Update URLs from goodies.xfce.org to docs.xfce.org (Bug #16154)
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (Canada),
  English (United Kingdom), Estonian, Finnish, French, Galician,
  German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
  Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay,
  Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish,
  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan),
  Uyghur, Uzbek, Uzbek (Latin), Vietnamese

1.1.3 (2019/09/13):
===================
* Fix some warnings reported by Clang (Bug #15037)
* Avoid unnecessary strdup (Bug #15196)
* Replace GtkStock buttons
* New translation for hy_AM
* Lots of other translations updates

1.1.2 (2019/01/13):
===================
* Listen for UPower events for power source changes (Bug #14978, thanks to Alexander Butenko)
* Reset averages when a battery is removed/added (Bug #14930, thanks to John Lindgren)
* Re-detect battery presence every 30 seconds (Bug #14930, thanks to John Lindgren)
* Fix null pointer dereference with no battery present (Bug #14930, thanks to John Lindgren)
* Remove deprecated /proc/acpi support in favor of sysfs. (Thanks to John Lindgren)
* Remove APM support on FreeBSD as well, it doesn't even build. (Thanks to John Lindgren)
* Remove historical APM support for Linux, support ACPI only. (Thanks to John Lindgren)
* Initially show/hide widgets according to user config (Bug #9594, thanks to John Lindgren)

1.1.1 (2018/09/22):
===================
* Avoid memory leaks
* Bump to minimal Gtk to 3.16
* Only set progressbar width or height depending on the orientation (Bug #12942)
* Create a single GtkCssProvider in setup_battmon() (Bug #12975)
* Improved spacing and layout in dialogs (Bug #14659)

1.1.0 (2016/11/01):
===================
* Fix progressbar css styling with Gtk 3.20
* Set min-width/height to 4px

1.0.99 (2016/06/05):
===================
* port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
* Fix build on aarch64 (bug #11724)

1.0.5 (2012/05/30):
* Better compliance with the panel plugin HIG
* Don't set labels orientation on 4.8 panels (bug #8961)
* Set progressbar orientation in setup_battmon (bug #8935)

1.0.4 (2012/05/14):
===================
* Fix compilation with panel version < 4.9

1.0.3 (2012/05/13):
===================
* Improve plugin UI in vertical/deskbar/multirows panels

1.0.2 (2012/04/30):
===================
* change icon depending on charge level/ac status (bug #7768)
* install icons from xfpm
* add AC color state and allow user-configurable colors (bug #6757)
* implement read_acpi_state()/read_acpi_inof() on FreeBSD (bug #2814)
* make the progressbar optional
* improve battery removal detection
* rework configuration dialog to use tabs
* only display time if it's valid

1.0.1 (2012/04/17):
===================
* build the plugin as a module
* port to libxfce4ui (bug #8095)
* port to panel 4.9+ (bug #8393)
* add about dialog
* don't show percentage/time if charge is 0 (bug #8631)

1.0.0 (2011/01/03):
===================
* Translated in 15 more languages, for a total of 38
* Make the warning messages non modal, fixing bug #3008
* Fix fan and temperature detection, fixing bug #2884
* Showing "No battery, AC online" when no battery is inserted
* Fix compilation on OpenBSD
* Fix compilation on amd64 FreeBSD, fixing bug #3811
* Fix compile issue on linux, fixing bug #3938
* Various other small compile fixes and cleanup
