Release 1.3.0 Added ----- * Support for a “progress” hints, `notify-send -h int:value:20 ...`, ([#51][51]). * `title-format`, `summary-format` and `body-format` options, allowing you to customize the rendered strings. In this release, the `%a`, `%s`, `%b` and `%%` formatters, as well as `\n`, are recognized. ([#39][39]). * Added configuration option `layer` to specify the layer on which notifications are displayed. Values include `background`, `top`, `bottom`, and `overlay` ([#71][71]). [51]: https://codeberg.org/dnkl/fnott/issues/51 [39]: https://codeberg.org/dnkl/fnott/issues/39 [71]: https://codeberg.org/dnkl/fnott/issues/71 Changed ------- * Minimum required meson version is now 0.58. * Notification text is now truncated instead of running into, and past, the vertical padding ([#52][52]). * All color configuration options have been changed from (A)RGB (i.e. ARGB, where the alpha component is optional), to RGBA. This means **all** color values **must** be specified with 8 digits ([#47][47]). [52]: https://codeberg.org/dnkl/fnott/issues/52 [47]: https://codeberg.org/dnkl/fnott/issues/47 Removed ------- * `$XDG_CONFIG_HOME/fnottrc` and `~/.config/fnottrc`. Use `$XDG_CONFIG_HOME/fnott/fnott.ini` (defaulting to `~/.config/fnott/fnott.ini`) instead ([#7][7]). [7]: https://codeberg.org/dnkl/fnott/issues/7 Fixed ----- * Scale not being applied to the notification’s size when first instantiated ([#54][54]). * Fallback to `/etc/xdg` if `XDG_CONFIG_DIRS` is unset. * Icon lookup is now better at following the XDG specification ([#64][64]). * Setting `max-width` and/or `max-height` to 0 no longer causes fnott to crash. Instead, a zero max-width/height means there is no limit ([#66][66]). [54]: https://codeberg.org/dnkl/fnott/issues/54 [64]: https://codeberg.org/dnkl/fnott/issues/64 [66]: https://codeberg.org/dnkl/fnott/issues/66 Contributors ------------ * bagnaram * Humm * Leonardo Hernández Hernández * Mark Stosberg * merkix