Skip to content

Releases: cantino/reckon

v0.11.1

05 Mar 07:53
bff8cce

Choose a tag to compare

Reckon 0.11.1 released

Full Changelog: v0.11.0...v0.11.1

reckon is a command-line tool to help you convert CSV files into Ledger (and, coming soon, Beancount) formats. It will suggest accounts for a transaction or you can categorize transactions based on rules you define.

New Features

  • bugfix - add gems that have been moved out of stdlib in 3.3.0+ versions of Ruby

Installing

  • gem install --user reckon

Questions/Feedback

  • Post an issue on the github page

v0.11.0

04 Mar 07:25
b5af79c

Choose a tag to compare

Reckon 0.11.0 released

https://github.com/cantino/reckon/releases/tag/v0.11.0

reckon is a command-line tool to help you convert CSV files into Ledger (and, coming soon, Beancount) formats. It will suggest accounts for a transaction or you can categorize transactions based on rules you define.

New Features

  • Add confidence threshold in unattended mode - #134

Installing

  • gem install --user reckon

Questions/Feedback

  • Post an issue on the github page

Thanks!

v0.10.0

27 Nov 21:30
6faf670

Choose a tag to compare

Reckon 0.10.0 released

https://github.com/cantino/reckon/releases/tag/v0.10.0

reckon is a command-line tool to help you convert CSV files into Ledger (and, coming soon, Beancount) formats. It will suggest accounts for a transaction or you can categorize transactions based on rules you define.

New Features

  • Support for sorting transaction files by description, date or amount #133

Installing

  • gem install --user reckon

Questions/Feedback

  • Post an issue on the github page

Thanks!

Full Changelog: v0.9.5...v0.10.0

v0.9.6

27 Mar 05:29
f05c1e3

Choose a tag to compare

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

Fixes #130

v0.9.5

08 Jan 01:13
cb4fa7e

Choose a tag to compare

What's Changed

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

v0.9.4

24 Nov 22:09
a23c1b7

Choose a tag to compare

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

Fix #126

v0.9.3

25 Aug 03:40
a19e8c8

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

Choose a tag to compare

What's Changed

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

v0.9.1

20 Mar 06:08
78ea0d1

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

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