-
0.8.26e5790eb · ·
[0.8.2] - 2023-07-29 added: * added man pages `smolbar(1)` and `smolbar(5)` * added full and transitive copyright information to docs and `--license` * added warning if header version is invalid * added explicit compile error when not compiling on unix platform changed: * overhauled README * replaced `termcolor` dependency with `nu-ansi-term` * `nu-ansi-term` is already in the dependency tree (from `tracing-subscriber`) and is simpler for smolbar's use case * updated dependencies
-
0.8.1bc7b8062 · ·
[0.8.1] - 2023-06-20 added: * added security considerations to README fixed: * added `tokio-util`, `signal-hook-registry`, and `semver` to `smolbar --license` * fix prefix and postfix not appearing if full_text is not defined changed: * avoid sending the same sequence of blocks multiple times * updated dependencies * removed `dirs` dependency
-
0.8.068b6d20d · ·
[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