From 7df0f6d982bb042c2c61ece4617b6a354ddac398 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Mon, 17 Jun 2019 23:28:30 -0600 Subject: [PATCH] Release App-HomeBank2Ledger 0.004 * 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. --- Changes | 11 ++++++++++- README.md | 10 ++-------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index 3907946..b241d66 100644 --- a/Changes +++ b/Changes @@ -2,8 +2,17 @@ Revision history for App-HomeBank2Ledger. {{$NEXT}} +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 + * Fix bug that makes the --version and --help flags broken. 0.002 2019-06-12 23:39:32-06:00 MST7MDT * Rename dist diff --git a/README.md b/README.md index fa5bb6a..cabb57f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ homebank2ledger - A tool to convert HomeBank files to Ledger format # VERSION -version 0.003 +version 0.004 # SYNOPSIS @@ -12,7 +12,7 @@ version 0.003 [--version|--help|--manual] [--account-width NUM] [--accounts|--no-accounts] [--payees|--no-payees] [--tags|--no-tags] [--commodities|--no-commodities] - [--opening-date DATE] [--default-account STR] + [--opening-date DATE] [--rename-account STR]... [--exclude-account STR]... # DESCRIPTION @@ -126,12 +126,6 @@ needed) to support HomeBank's ability to configure accounts with opening balance Date must be in the form "YYYY-MM-DD". Defaults to the date of the first transaction. -## --default-account STR - -Specify the account to use for one-sided transactions (if any). Defaults to "Expenses:No Category". - -A default account may be necessary because with Ledger all transactions are double-entry. - ## --rename-account STR Specifies a mapping for renaming accounts in the output. By default `homebank2ledger` tries to come -- 2.43.0