Currently release-candidate level.
-
XML format has been changed
- New container element "abandon:journal"
- Renamed elemet "txn" to "post"
- Renamed element "txnGroup" to "txn"
- Transaction dates are in extended ISO 8601 format
- Account balance export in XML "abandon:balance"
-
Clarified reporting and exporting (#71)
- Clarified meaning of "type": it could be either "journal" or "balance"
- New configuration keyword "format": which could be "ledger" or "xml"
- New report type
balance
for XML format - Compact notation for transactions. #57
- Support for scopes. #5
- Default accounts for balancing a transaction can be specified by defining
defaultAccount
. - Support for comparison expressions, such as
<
,>
, etc - Support for conditional expressions using ternary operator:
condition ? x : y
- ISO 8601 date format supported #67
- Support for regex and glob patters in
input
config option: #76 - Format of xml exports and the config options for them has changed.
- The runner script uses JAVA_HOME if set. #83
- Fix for #72: output of xml export gets duplicated with stdout (6d5e539b)