Skip to content

Releases: cantino/reckon

v0.9.6

27 Mar 05:29
f05c1e3
Compare
Choose a tag to compare

Full Changelog: v0.9.5...v0.9.6

Fixes #130

v0.9.5

08 Jan 01:13
cb4fa7e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.4...v0.9.5

v0.9.4

24 Nov 22:09
a23c1b7
Compare
Choose a tag to compare

Full Changelog: v0.9.3...v0.9.4

Fix #126

v0.9.3

25 Aug 03:40
a19e8c8
Compare
Choose a tag to compare

What's Changed

  • Fix end quote around note in beancount format by @stephas in #124

New Contributors

Full Changelog: v0.9.2...v0.9.3

v0.9.2

14 Apr 05:01
d07d22e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

20 Mar 06:08
78ea0d1
Compare
Choose a tag to compare

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

  • More than one column support #120
  • Beancount support #119
  • Problem with importing CSV #60

0.9.0 Released!

23 Feb 07:41
c7c46b4
Compare
Choose a tag to compare

What's Changed

  • Add support for multiple money columns by @oskarth in #118

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

21 Feb 05:55
7119459
Compare
Choose a tag to compare
Pre-release

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 

v0.5.2

07 Mar 20:32
Compare
Choose a tag to compare

v0.5.2 (2020-03-07)

Full Changelog

Closed issues:

  • [BUG] Reckon appears not to be parsing ISO standard date yyyy-mm-dd? #85
  • [Bug]? Reckon fails to run on ruby 2.7.0 on Catalina #83
  • --account-tokens issue #51