4 Commits

Author SHA1 Message Date
Nikos Tsipinakis
c23af0e021 Don't leave zombie processes if dmenu call fails
If dmenu didn't return anything we returned out of the function without
calling `waitpid` to collect the childs exit code, leaving to the child
process to be left as a zombie indefinitely. This commit makes `waitpid`
be called before the return checks are done.
2017-02-23 20:24:45 +02:00
Nikos Tsipinakis
fccdce0819 Remove shrink the shrink option from the changelog
`shrink` is already in 1.1.0 so it should not be listed as a new
feature.
2017-02-20 17:32:01 +02:00
Nikos Tsipinakis
50fd0fae9b Add missing dashes in the changelog
Add missing dashes separating the version number and the release date in
the changelog.
2017-02-12 21:35:38 +02:00
Nikos Tsipinakis
149f12ee16 Switch changelog to markdown format
* Actually update the changelog contents with all the changes since the
  last release
* Add release date for all previous releases
2017-02-12 21:23:34 +02:00