Skip to content
[0.8.0] - 2023-04-22

added:
* added global configuration key `smolbar_version` to specify version requirement for `smolbar`

fixed:
* fixed incorrect documentation about location of config file

changed:
* **BREAKING:** changed serialization of signals to their actual name (like "SIGSTOP", "SIGCONT")
  * this makes configurations more portable across architectures where the same signal may have a different value
  * the following signals are currently supported:
    * `SIGALRM`
    * `SIGCHLD`
    * `SIGCONT`
    * `SIGHUP`
    * `SIGINT`
    * `SIGIO`
    * `SIGPIPE`
    * `SIGQUIT`
    * `SIGSTOP`
    * `SIGTERM`
    * `SIGUSR1`
    * `SIGUSR2`
    * `SIGWINCH`
* rewrote most of codebase
  * added `tokio-util` dependency
* updated dependencies