Skip to content

Releases: redstreet/beancount_reds_plugins

New open/close plugins; improvements

24 Jan 23:05
Compare
Choose a tag to compare

New

  • autoclose_tree: new plugin automatically closes all of an account's descendants when
    an account is closed. [Red S]
  • opengroup (experimental): new plugin to automatically open sets of accounts. [Red S]

Improvements

  • rename_accounts: accept regexes for renames (#20) [Ankur Dave]
  • rename_accounts: Support renaming within all directives, not just Transaction (#17) [Ankur Dave]
  • rename_accounts: Copy only renamed directives for performance (#18) [Ankur Dave]
  • long_short: use tolerance to determine whether to scale. [Red S]

Fixes

  • #19 error when used in conjunction with beancount.plugins.auto_accounts. [Red S]

0.2.0 Capital gains classifer plugins (long_short, gain_loss)

30 Apr 05:56
Compare
Choose a tag to compare

What's Changed

  • Add capital gains classifer plugins (long_short, gain_loss)
  • Code cleanup

Full Changelog: 0.1.1...0.2.0

Tolerance option; minor fixes

05 May 08:09
Compare
Choose a tag to compare
  • Add tolerance option (by @jaki)
  • minor fixes