Release 1.6.0 Added ----- * `selection-helper-uses-null-separator=yes|no` to `fnott.ini`. This can be used to e.g. improve handling of action strings with newlines in them ([#113][113]). * `scaling-filter` to `fnott.ini`, allowing you to choose which scaling filter to use when scaling non-SVG notification images. The default is `lanczos3` ([#103][103]). * Nanosvg updated to 93ce879dc4c04a3ef1758428ec80083c38610b1f * D-Bus service file for starting automatically ([#102][102]) * Systemd unit file ([#48][48]) [113]: https://codeberg.org/dnkl/fnott/issues/113 [103]: https://codeberg.org/dnkl/fnott/issues/103 [102]: https://codeberg.org/dnkl/fnott/pulls/102 [48]: https://codeberg.org/dnkl/fnott/issues/48 Changed ------- * `layer` is now per-urgency ([#112][112]). [112]: https://codeberg.org/dnkl/fnott/issues/112 Fixed ----- * Selected action not being recognized correctly ([#114][114]). * PNG images being way too dark. * Regression: notification replacement (e.g. `notify-send -r NNNN`) not working correctly; the notification was resized, but the content was not updated ([#126][126]). [114]: https://codeberg.org/dnkl/fnott/issues/114 [126]: https://codeberg.org/dnkl/fnott/issues/126 Contributors ------------ * Mark Stosberg * Max Gautier * sewn