Beancount2ledger releases

1.4 (unreleased)

  • Add support for reading from stdin (issue #13)

1.3 (2020-11-13)

  • Add rounding postings only when required (issue #9)
  • Avoid printing too much precision for a currency (issue #21)
  • Avoid creating two or more postings with null amount (issue #23)
  • Add price to cost when needed by ledger (issue #22)
  • Preserve posting order (issue #18)
  • Add config option indent
  • Show metadata with hledger output
  • Support setting auxiliary dates and posting dates from metadata (issue #14)
  • Support setting the code of transactions from metadata
  • Support mapping of account and currency names (issue #24)
  • Improve documentation:
    • Add user guide
    • Document limitations (issue #12)

1.2 (2020-07-25)

  • Quote commodities containing minus/dash (-) (issue #15)
  • Turn multi-line strings into a single line (issue #17)
  • Ensure flags are valid in ledger (issue #20)
  • Show amounts only when they are specified in the source file (issue #10)
  • Fix crash with very long account names (issue #19)
  • Fix crash when entry.meta or entry.posting are not set (issue #16)
  • Use account declarations for hledger

1.1 (2020-07-24)

  • Preserve metadata information (issue #3)
  • Preserve cost information (lot dates and lot labels/notes) (issue #5)
  • Avoid adding two prices in hledger (issue #2)
  • Avoid trailing whitespace in account open declarations (issue #6)
  • Fix indentation issue in postings (issue #8)
  • Fix indentation issue in price entries
  • Drop time information from price (P) entries
  • Add documentation
  • Relicense under GPL-2.0-or-later (issue #1)

1.0 (2020-07-22)

  • Split ledger and hledger conversion from bean-report into a standalone tool
  • Add man page for beancount2ledger(1)