Releases: redstreet/beancount_reds_plugins
Releases · redstreet/beancount_reds_plugins
New open/close plugins; improvements
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)
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
- Add tolerance option (by @jaki)
- minor fixes