This release adds a new battery plugin with corresponding documentation.
The menu_command and related dzen code has been removed, in favour of buttonx commands.
Each of the three mouse buttons can have a shell command assigned to it, executed when a plugin's text area is clicked. This is much more configurable and generally better. However, the code executed when a button is pressed CANNOT modify the internal state of i3situation, I think this is for the best.
In the next release, I want to do a rather large rewite in order to reduce complexity, improve thread safety and possibly move to an observer pattern. I will also reduce the complexity of loading plugins by no longer compiling them- it seemed like a good idea at the time...