gmobile 0.1.0
-------------
Released: March 2024
* Split public and private headers
* Improve API docs
* Use GSourceOnceFunc for `_once` functions
  This is a slight API break.
* Install shared library with .0 soname
* Make JSON files compatible with recent json-glib
* Added devices:
  * Xiaomi Mi A2 Lite
* Issues fixed:
  * https://gitlab.gnome.org/World/Phosh/gmobile/-/issues/4
* Contributors:
    * Andrea Bolognani
    * Guido Günther

gmobile 0.0.6
-------------
Released: February 2024
* Build a shared library for testing purposes.
* Added devices:
  * Daria Bond
  * Gigaset GS5
  * Gigaset GX4
  * Google Pixel 6
  * Google Pixel 6 Pro
  * Motorola ThinkPhone
  * Volla Phone 22
  * Volla Phone X23
  * Xiaomi POCO M2 Pro
  * Xiaomi Redmi 7
  * Xiaomi Redmi 9C
  * Xiaomi Redmi 9C NFC
  * Xiaomi Redmi Note 7
  * Xiaomi Redmi Note 9 Pro
  * Xiaomi Redmi Note 9 Pro Max
  * Xiaomi Redmi Note 9S
* Updated devies:
  * Xiaomi Redmi 9A
* Contributors:
    * Bardia Moshiri
    * Guido Günther

gmobile 0.0.5
-------------
Released: January 2024
* Fix build on FreeBSD
* Add new macros to check for empty string types
* Added devices:
  * Fairphone 5
* Updated devices:
  * Fairphone 4
* Contributors:
    * Arnaud Ferraris
    * Guido Günther
    * Jan Beich
    * Luca Weiss

gmobile 0.0.4
-------------
Released: October 2023
* Add helper to render all display infos
* Added devices:
    * Xiaomi Dandelion
* Contributors:
    * darkc0der
    * Guido Günther

gmobile 0.0.3
-------------
Released: August 2023
* Fix Librem 5 device information

gmobile 0.0.2
-------------
Released: July 2023
* New tools:
  gm-display-panel-run-phosh: Run a nested phosh and phoc emulating the
  given device and enable cutout overlay rendering
* Added devices:
  * Fairphone 4
  * Xiaomi Poco F1
* No API changes
* Contributors:
  * Guido Günther
  * Luca Weiss
  * Suraj Kumar Mahto

gmobile 0.0.1
-------------
Released: January 2023
* Initial release (no API guarantees!)
* New API:
  - GmSvgPath: Store SVG path and get it's bounds
  - GmRect: Simple rectangle
  - GmCutout: A display cutout or notch
  - GmDisplayPanel: Describes a display panel
  - GmDeviceInfo: Retrieve device information
* New tools:
  - gm-display-panel-preview: Generate SVGs and HTML to visualize a device's
    panel
* Added devices:
  - Librem 5
  - OnePlus 6
  - OnePlust 6T
* API changes:
  gm_device_tree_get_compatibles -> gm_devicetree_get_compatibles
