Skip to content
Release 1.0.2

Added
-----

* Bash completions
* Support for inline image data via `--image-data` and
  `--image-size`. `--image-data` points to a file containing raw RGBA
  data, and `--image-size` specifies its dimensions (e.g. `128x128`).

  The image data is sent to the notification daemon using the
  `image-data` hint.

Changed
-------

* `image-path` hint is no longer set automatically. This aligns `fyi`
  with `notify-send`.
* Ignore `--category` if set to the empty string.
* Ignore empty string `--hint` values.

Contributors
------------

*  Leon Henrik Plickat