Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Releases: jcornaz/nu_plugin_from_beancount

v2.0.0

22 Feb 09:18
Compare
Choose a tag to compare

2.0.0 (2023-02-22)

⚠ BREAKING CHANGES

  • deps: require nushell 0.76

Documentation

  • changelog: curate entry 1.1.0 (30f9bd5)

Miscellaneous

  • deps: require nushell 0.76 (90c295d)

v1.1.0

13 Feb 00:26
Compare
Choose a tag to compare

Features

  • support 'balance' assertion (06eb953)
  • support 'include' directives (6776737)

Miscellaneous

  • deps: update transitive dependencies (d4cbd26)

Documentation

  • changelog: curate changlog entry 1.0.0 (b3b0be5)
  • readme: add 'bean complete trx' companion script (ea0da00)
  • readme: add link to beancount documentation (141c677)
  • readme: remove badge for docs.rs (92cf9ee)

v1.0.0

11 Feb 10:08
Compare
Choose a tag to compare

1.0.0 (2023-02-11)

Features

  • 'from-beancount' nu command (00a5450)
  • Emit records for transactions (d59834c)
  • Include 'payee' and 'narration' to transaction records (3318e27)
  • Include transaction date (80c801c)
  • Posting account (437b26a)
  • Posting amount (4230568)
  • Postings list (de3892d)
  • Transaction flag (2ad692b)

Documentation

  • readme: Example and installation instructions (2e0b439)