X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank2ledger;a=blobdiff_plain;f=Changes;h=6f9998768e47af6fd22b4d02057eb0d0f51e5b40;hp=41b31b7eca86b543270dd8d5c97b79ddaf2d21b9;hb=5d744d0c10798b501b6d5de662794fb7e14f3242;hpb=7b716123b6cd8edb8e55284e5da4303f42fb178b diff --git a/Changes b/Changes index 41b31b7..6f99987 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,30 @@ Revision history for App-HomeBank2Ledger. {{$NEXT}} +0.005 2019-08-17 16:26:33-06:00 MST7MDT + * Add --budget option for converting HomeBank budget to Ledger. + * Support quoting commodities when needed. + * The formatter now adds posting notes when they differ from the transaction + memo and avoids printing posting payees if not different from the + transaction payee. + * Fix bug which could add duplicate ":Unknown" accounts. + +0.004 2019-06-17 23:28:10-06:00 MST7MDT + * Remove --default-account option. Instead the default account(s) can be + customized using the --rename-account option, like this: + + --rename-account='^Expenses:Unknown$=Foo' + --rename-account='^Income:Unknown$=Foo' + + * Remove single use of "yada yada" for perls <5.12. + +0.003 2019-06-13 02:55:59-06:00 MST7MDT + * Fix bug that makes the --version and --help flags broken. + +0.002 2019-06-12 23:39:32-06:00 MST7MDT + * Rename dist + * Provide better README in dist + 0.001 2019-06-12 22:54:58-06:00 MST7MDT * Initial early development release