New features
-
For
beancountfiles we now supportrustledger(>= 0.15.0) in addition tobean-query(#28):net_worth()andregister()now supporttoolchain = "bean-query"andtoolchain = "rledger"(in addition to"ledger","hledger", and"beancount").register_rledger()added to support the"rledger"toolchain fromrustledger(>= 0.15.0).register_bean_query()added to explicitly support the"bean-query"toolchain that directly uses thebean-querybinary.register_beancount()continues to usebean-queryif present but ifbean-queryis not present it now falls back torledger.
Hence the"beancount"toolchain now works if eitherbeanqueryorrustledgerare installed.