- Adds string decoding to output subprocess call
- Updates dependencies and minor fixes
- Adds tests
- Improves exception handling
- Adds template filter to create relative dates
- Adds multiply_last_column template filter to add an extra column which multiplies the last string on each line with a custom factor
- Adds percentage_column template filter to add an extra column which shows the percentage of the last string in a line in comparision to the buttom right value of the output
- Preserves whitespace in double quotes for check_output command
- Shows report listing in alphabetic order
- Adds first template (german invoice)
- Adds exception catching for template rendering and hledger commands
- Adds templating and some initial documenation.
- First release on PyPI.