Skip to content

Latest commit

 

History

History
410 lines (235 loc) · 19 KB

CHANGELOG.md

File metadata and controls

410 lines (235 loc) · 19 KB

Changelog

v0.9.5 (2024-01-08)

Full Changelog

Closed issues:

  • Ruby Readline error #127
  • Date formats #126

Merged pull requests:

  • Pin highline to 2.x branch. Fixes #127 #128 (benprew)

v0.9.4 (2023-11-24)

Full Changelog

v0.9.3 (2023-08-25)

Full Changelog

Closed issues:

  • Can you choose to apply amounts against category instead of account name? #123

Merged pull requests:

  • Fix end quote around note in beancount format #124 (stephas)

v0.9.2 (2023-04-14)

Full Changelog

Closed issues:

  • reckon fails any csv with Date::Error #121
  • [FEATURE REQUEST] Use ledger files as input source in addition to csv's #92

Merged pull requests:

v0.9.1 (2023-03-19)

Full Changelog

Closed issues:

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

v0.9.0 (2023-02-23)

Full Changelog

Merged pull requests:

  • Add support for multiple money columns #118 (oskarth)

v0.9.0-beta (2023-02-21)

Full Changelog

v0.8.1 (2022-07-02)

Full Changelog

Closed issues:

  • Reckon files every transaction (incoming and outgoing) as Income:Unknown #116

Merged pull requests:

v0.8.0 (2021-08-08)

Full Changelog

Closed issues:

  • --date-format '%d/%m/%Y' not working #113
  • Reckon behaviour does not match what is explained on README.md #112
  • --date-format '%d/%m/%Y' not working #111
  • --date-format '%d/ #110

Merged pull requests:

  • Add ledger-date-format option to specify ledger file date format #114 (benprew)

v0.7.2 (2021-04-22)

Full Changelog

Closed issues:

  • [feature request] Better format for large transactions #108
  • cosine similarity not comparing documents correctly #106

Merged pull requests:

  • Add thousands separator in money output. Fixes #108. #109 (benprew)
  • Cosine similarity should use all docs tokens. not just matched tokens. #107 (benprew)
  • Test getting expect working with actions #105 (benprew)

v0.7.1 (2021-02-07)

Full Changelog

Closed issues:

  • bug when asking for account name #103

v0.7.0 (2021-02-06)

Full Changelog

Closed issues:

  • fail on unknown accounts #96

Merged pull requests:

v0.6.2 (2021-01-25)

Full Changelog

Closed issues:

  • spaces in tokens #97
  • read from stdin #95

Merged pull requests:

  • Allow using '-' as filename in -f to read csv from STDIN. Fixes #95 #98 (benprew)

v0.6.1 (2021-01-23)

Full Changelog

Implemented enhancements:

  • [Feature Request] Note flag --add-notes in CLI to allow additional notes for each ledger entry #86

Closed issues:

  • Migrate CI system from travis-ci.org #93
  • [Feature Request] Pipe ledger file input to the bayesian predictor (instead of csv) #91

Merged pull requests:

v0.6.0 (2020-09-04)

Full Changelog

Fixed bugs:

  • [BUG] Reckon appears not to be parsing ISO standard date yyyy-mm-dd? #85

Closed issues:

  • duplicate detection #16

Merged pull requests:

  • Add ability to add note to transaction when entering it #89 (benprew)

v0.5.4 (2020-06-05)

Full Changelog

Fixed bugs:

  • order of transactions #88
  • Is reckon failing to handle comments when learning? #87

v0.5.3 (2020-05-02)

Full Changelog

Closed issues:

  • [FEATURE REQUEST] Ask for currency of Account and output in output file in standard format of xxxx TLA for currency #84

v0.5.2 (2020-03-07)

Full Changelog

Closed issues:

  • [Bug]? Reckon fails to run on ruby 2.7.0 on Catalina #83
  • --account-tokens issue #51

v0.5.1 (2020-02-25)

Full Changelog

Closed issues:

  • Error Importing #64

Merged pull requests:

  • guard against rows that don't parse dates #82 (benprew)

v0.5.0 (2020-02-19)

Full Changelog

Closed issues:

  • g #75
  • Learn-from not working #74
  • Tokens YAML fails to match #73
  • Missing or stray quote in line error #71
  • Support ISO 8601 formatting of dates in ledger file #70
  • Looking for a new maintainer for Reckon #68
  • Reckon undefined method to_h when trying to parse csv file #66
  • Runtime error #65
  • Reckon doesn't learn from multiple sources #63
  • problem of importing file #59
  • Problem with file in which every column is quoted. #58
  • Error in reckon for the same format csv file #57
  • Parsing account names does not work if currency symbol is different from $ #56
  • Problem reading csv file #55
  • Problem with mint file #53
  • --money-column #43

Merged pull requests:

  • Fix bugs in ledger file parsing. Fixes #56. #81 (benprew)
  • Better file encoding suggestions #80 (benprew)
  • 🐛 fix matching algorithm, add logging and a spec helper. Fixes #73 #79 (benprew)
  • bug: invalid header lines should be ignored, not parsed. #78 (benprew)
  • convert default date format to iso8601 #77 (benprew)
  • Fix rspec failure for ruby 2.3 and 2.4 #69 (BlackEdder)
  • Allow setting of money and date columns by index #67 (cantino)

v0.4.4 (2015-12-02)

Full Changelog

Merged pull requests:

  • Regexp support in the tokens file #54 (vzctl)

v0.4.3 (2015-08-16)

Full Changelog

v0.4.2 (2015-08-08)

Full Changelog

Merged pull requests:

  • Ignore empty description columns #52 (vzctl)

v0.4.1 (2015-07-08)

Full Changelog

Closed issues:

  • Unattended #50
  • Debit/Credit Columns from SunTrust #42

Merged pull requests:

  • [RFC] Fix #42: Work with suntrust double column csv files #48 (BlackEdder)

v0.4.0 (2015-06-05)

Full Changelog

Implemented enhancements:

  • Tab completion for transactions #40
  • feature: "unattended" mode #3

Closed issues:

  • Missing or stray quote error #38

Merged pull requests:

  • Better ISO 8601 dates support #49 (vzctl)
  • Unattended mode and custom tokens support #47 (vzctl)
  • [RFC] Implement issue #40: Tab completion #46 (BlackEdder)
  • set readline to allow for backspace in ask dialog #44 (mrtazz)

v0.3.10 (2014-08-16)

Full Changelog

Merged pull requests:

v0.3.9 (2014-02-20)

Full Changelog

Closed issues:

  • Idea/discussion: csv parser #25
  • Silently misinterprets UK dates #18

Merged pull requests:

v0.3.8 (2013-07-03)

Full Changelog

Implemented enhancements:

  • Support other currencies #7

Closed issues:

  • Add support for dates in spanish dd/mm/yyyy #13
  • Problems with my csv file #8

Merged pull requests:

  • add support for spanish dates dd/mm/yyyy closes #13 #14 (mauromorales)
  • fix issue showing true when parsing the currency option related to #7 #12 (mauromorales)

v0.3.7 (2013-06-27)

Full Changelog

Merged pull requests:

v0.3.6 (2013-04-30)

Full Changelog

Closed issues:

  • iso-8859-1 CSV with accented chars => invalid byte sequence in UTF-8 (ArgumentError) #5
  • Ruby 2.0 compatibility #4

Merged pull requests:

v0.3.5 (2013-03-24)

Full Changelog

Closed issues:

  • backtrace trying to run reckon -f #2

Merged pull requests:

v0.3.4 (2013-02-16)

Full Changelog

Merged pull requests:

  • adds support for Nordea csv files #1 (x2q)

v0.3.3 (2013-01-13)

Full Changelog

v0.3.1 (2012-07-30)

Full Changelog

v0.3.2 (2012-07-30)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator