Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

1.2.0

Latest
Compare
Choose a tag to compare
@emersion emersion released this 24 Jun 06:50
· 13 commits to master since this release
v1.2.0
kanshi v1.2.0

This release adds an `include` directive and allows users to specify
the config file path as a CLI argument. A few bug fixes are also
included.

Antonin Décimo (1):
      parser: print errno when failing to open the config file

Ariadne Conill (1):
      parser: explicitly initialize key (kanshi_output_field) to 0

Diego Rabatone Oliveira (1):
      [man 5] Add blockquotes to ensure line break

Guillaume Maudoux (1):
      Properly reap children to avoid zombies

Jan Beich (1):
      Add missing header after 5a30abdf0b3b

Kenny Levinsen (2):
      Accept user-specified config path
      Add 'include' directive to read additional configs

Nenad Stojanovikj (1):
      Add the 'profile' directive in kanshi(5) examples

Nicolas Cornu (1):
      readme: move to Libera Chat

Simon Ser (2):
      readme: switch to new profile syntax
      build: bump version to 1.2.0

Érico Rolim (1):
      parser: use abort() instead of assert(0).