ledger2beancount releases
2.8 (unreleased)
- Accept all valid ledger tags
- Stop creating empty note for balance assertion without narration
- Avoid incorrect collision warning in implicit conversions
2.7 (2022-12-03)
- Fix parsing of amounts with decimal comma with default commodity in hledger mode
- Allow amounts without fractional part but decimal separator for hledger
- Improve pre-processing example in documentation
- Add support for amounts with plus sign
- Set option
name_incomefor top-level accountRevenue - Fix whitespace handling for inline maths
2.6 (2021-04-15)
- Round calculated total if needed for
price==costcomparison - Add
narration_tagconfig variable to set narration from metadata - Retain unconsummated payee/payer metadata
- Ensure UTF-8 output and assume UTF-8 input
- Document UTF-8 issue on Windows systems
- Add option to move posting-level tags to the transaction itself
- Add support for the
aliassub-directive ofaccountdeclarations - Add support for the
payeesub-directive ofaccountdeclarations - Support configuration file called
.ledger2beancount.yaml - Fix uninitialised value warning in hledger mode
- Print warning if account in assertion has sub-accounts
- Set commodity for commodity-less balance assertion
- Expand path name of
beancount_headerconfig variable - Document handling of buckets
- Document pre- and post-processing examples
- Add
Dockerfileto create Docker image
2.5 (2020-11-03)
- Don't create negative cost for lot without cost
- Support complex implicit conversions
- Handle typed metadata with value
0correctly - Set per-unit instead of total cost when cost is missing from lot
- Support commodity-less amounts
- Convert transactions with no amounts or only
0amounts to notes - Fix parsing of transaction notes
- Keep tags in transaction notes on same line as transaction header
- Add beancount config options for non-standard root names automatically
- Fix conversion of fixated prices to costs
- Fix removal of price when
price==costbut when they use different number formats - Fix removal of price when
price==costbut per-unit and total notation mixed - Fix detection of tags and metadata after posting/aux date
- Use
Ddirective to set default commodity for hledger - Improve support for postings with commodity-less amounts
- Allow empty comments
- Preserve leading whitespace in comments in postings and transaction headers
- Preserve indentation for tags and metadata
- Preserve whitespace between amount and comment
- Refactor code to use more data structures
- Remove dependency on
Config::Onionmodule
2.4 (2020-07-27)
- Fix regressions introduced in version 2.3
- Handle price directives with comments
- Don't assume implicit conversion when price is on second posting
- Improve support for hledger
- Fix parsing of hledger tags
- Support commas as decimal markers
- Support digit group marks through
commodityandDdirectives - Support
end aliasesdirective - Support regex aliases
- Recognise total balance assertions
- Recognise sub-account balance assertions
- Add support for
definedirective - Convert all uppercase metadata tags to all lowercase
- Improve handling of ledger lots without cost
- Allow transactions without postings
- Fix parsing issue in commodity declarations
- Support commodities that contain quotation marks
- Add
--versionoption to show version - Document problem of mixing
applyandinclude
2.3 (2020-06-26)
- Improve speed of ledger2beancount significantly
- Improve parsing of postings for accuracy and speed
- Improve support for inline maths
- Handle lots without cost
- Fix parsing of lot notes followed by a virtual price
- Add support for lot value expressions
- Make parsing of numbers more strict
- Fix behaviour of dates without year
- Accept default ledger date formats without configuration
- Fix implicit conversions with negative prices
- Convert implicit conversions in a more idiomatic way
- Avoid introducing trailing whitespace with hledger input
- Fix loading of config file
- Skip ledger directive
import - Convert documentation to
mkdocs
2.2 (2020-05-30)
- Show warning for unknown
applydirective - Recognise
apply ratedirective (an alias ofapply fixed) - Don't convert metadata on ignored virtual postings but keep as comments
- Update location of beancount repository
2.1 (2020-04-06)
- Handle postings with posting dates and comments but no amount
- Show transactions with only one posting (without
bucket) - Adding spacing between automatic declarations
- Preserve preliminary info at the top
2.0 (2020-02-22)
- Handle comments in
accountandcommoditydeclarations - Handle transactions with a single posting (without
bucket) - Handle empty metadata values
- Rewrite Emacs modeline
1.8 (2019-06-12)
- Add support for
apply year - Fix incorrect account mapping of certain accounts
- Handle fixated commodity and postings without amount
- Improve behaviour for invalid
endwithoutapply - Improve error message when date can't be parsed
- Deal with account names consisting of a single letter
- Ensure account names don't end with a colon
- Skip ledger directives
eval,python, andvalue - Don't assume all filenames for
includeend in.ledger - Support
pricedirectives with commodity symbols - Support decimal commas in
pricedirectives - Don't misparse balance assignment as commodity
- Ensure all beancount commodities have at least 2 characters
- Ensure all beancount metadata keys have at least 2 characters
- Don't misparse certain metadata as implicit conversion
- Avoid duplicate
commoditydirectives for commodities with name collisions - Recognise deferred postings
- Recognise
defdirective
1.7 (2019-04-22)
- Don't misparse account and commodity with mixed tab/space separators
- Rename account names consisting of a root name without sub-account
- Warn when non-standard root names are used
- Avoid duplicate open directives for accounts with name collisions
- Don't warn for renamed tags that won't show up in the beancount file
- Add
account_regexoption to mass rename account names - Add man page and improve documentation
1.6 (2019-03-25)
- Add support for fixated prices and costs
- Handle account names that contain brackets
- Don't parse trailing tabs as part of the account name
- Escape backslashes in the narration
1.5 (2019-01-30)
- Replace commodities in balance assertions
- Add support for posting-level dates
- Add support for hledger features
- Add support for balance assignments
- Handle comments on the same line as the payee
- Handle comments, tags and metadata on postings with balance assertions
- Handle metadata on postings with cost or price information
- Handle simple implicit conversions
1.4 (2018-12-01)
- Don't parse trailing whitespace as part of the account name
- Replace commodities in lot costs
- Avoid mangling of lot cost with other lot information
- Don't require whitespace between {} and @ in lot information
1.3 (2018-09-29)
- Handle tags on the same line as postings correctly
- Allow (commented) beancount entries in ledger input file
- Handle amounts without leading zeroes
1.2 (2018-05-17)
- Updates for beancount 2.1.0:
- Allow UTF-8 letters and digits in account names
- Allow full-line comments in transactions
- Allow transaction tags and links on multiple lines
- Handle posting tags on multiple lines
- Always convert posting-level tags to metadata
- Improve parsing of the transaction header
1.1 (2018-05-01)
- Happy International Workers' Day release!
- Handle block comments without indentation correctly
- Preserve comments for postings with lots
- Use beancount's
pushtag/poptagfor ledger'sapply tag - Handle
tagdirectives with associated commands correctly - Allow option
link_matchto work withtag_as_metadata: true - Handle posting-level tags without indentation correctly with
tag_as_metadata: false - Ensure
payee_matchis predictable - Preserve comments for postings with lots
- Embed an optional beancount header to the converted file to specify beancount options
- Convert ledger metadata keys to valid beancount metadata keys
- Add conversion notes when accounts, commodities or metadata keys are automatically renamed by ledger2beancount
- Add capability to ignore certain lines
- Keep whitespace intact when renaming account names
- Improve documentation on assigning payees based on transactions
- Add more test cases
- Run the test suite only if something has changed
1.0 (2018-03-30)
- Initial release with support for the majority of features from ledger