Releases: cantino/reckon
Releases · cantino/reckon
v0.9.6
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.1 (2023-03-19)
Full Changelog: v0.9.0...v0.9.1
What's Changed
- Add support for beancount formatted files (reading and writing). Specify with
--ledger-format BEANCOUNT
- Improved date column detection
- Automatically recognize tab-delimited CSV files, can also specify delimiter with
--csv-separator '\t'
Closed issues
0.9.0 Released!
What's Changed
New Contributors
Full Changelog: v0.8.1...v0.9.0
Installation
To install the gem locally run:
gem install --local reckon-0.9.0.pre.beta.gem
Beta Beancount Support
Initial release to support beancount format for both output format and for learning (for account suggestions)
To install the gem locally run:
gem install --local reckon-0.9.0.pre.beta.gem
To confirm you have the correct version:
$ reckon --version
0.9.0-beta
A new argument --ledger-format
has been added. To use the Beancount parser run:
reckon --ledger-format beancount