]> Dogcows Code - chaz/homebank2ledger/commitdiff
Release App-HomeBank2Ledger 0.005 v0.005
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 17 Aug 2019 22:26:55 +0000 (16:26 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 17 Aug 2019 22:26:55 +0000 (16:26 -0600)
  * 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.

Changes
README.md

diff --git a/Changes b/Changes
index b241d664f2dbd16911710b7412030979542d79bc..6f9998768e47af6fd22b4d02057eb0d0f51e5b40 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,14 @@ 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:
index cabb57fd0c21eaa75f9a926a2645a3cd7a91fe94..1b1b430a689d4b1f082faf8c9f1c85add7764753 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ homebank2ledger - A tool to convert HomeBank files to Ledger format
 
 # VERSION
 
-version 0.004
+version 0.005
 
 # SYNOPSIS
 
@@ -119,6 +119,15 @@ Enables commodity declarations.
 
 Defaults to enabled; use `--no-commodities` to disable.
 
+## --budget
+
+Enables budget transactions.
+
+Budget transactions are only supported by the Ledger format (for now). This option is silently
+ignored otherwise.
+
+Defaults to enabled; use `--no-budget` to disable.
+
 ## --opening-date DATE
 
 Specify the opening date for the "opening balances" transaction. This transaction is created (if
@@ -199,7 +208,7 @@ it's just plain text.
 # CAVEATS
 
 - I didn't intend to make this a releasable robust product, so it's lacking tests.
-- Budgets and scheduled transactions are not (yet) converted.
+- Scheduled transactions are not (yet) converted.
 - There are some minor formatting tweaks I will make (e.g. consolidate transaction tags and payees)
 
 # BUGS
This page took 0.023491 seconds and 4 git commands to generate.