I tagged ledger 3.2.0: https://github.com/ledger/ledger/releases/tag/v3.2.0
Here are the changes in 3.2.0: - Port Python support to Python 3 - Entities are no longer regarded as defined due to being part of a cleared transaction. `--explicit` is effectively enabled by default and is now a no-op (PR #1819) - Add `--average-lot-prices` to show the average of lot prices - Add support for `%F` date format specifier (bug #1775) - Add `commodity_price(NAME, DATE)` function - Add `set_commodity_price(NAME, DATE)` function - Fix buffer overflow when evaluating date - Fix balance assertions on accounts with virtual posts (bug #543) - Fix segfault with `ledger print` (bug #1850) - Ensure that `apply` directives (like `apply account`) have the required argument (bug #553) - Format annotations using a date format that can be parsed - Change `--invert` to invert displayed amounts and totals, not amounts (bug #1803) - Correct the way parens are parsed in query expressions - Compare price annotations using their textual rendering - Fix build failure with utfcpp 3.0 (bug #1816) - Fix build failure due to ambiguous type (bug #1833) The big change is support for Python 3. Thanks to Alexis for working on this several years ago, Dimitri John Ledkov for contributing the port to Python 3 and Andy Clayton for fixing some remaining issues. Thanks to everyone who contributed to ledger 3.2.0, either through bug reports, bug fixes and enhancements or contributing to the mailing list. Thanks in particular to Andy Clayton for fixing a number of issues to help with this release. And as always, thanks to ledger maintainer John Wiegley. I created a 3.3 milestone in case someone wants to work on some important issues: https://github.com/ledger/ledger/milestone/4 -- Martin Michlmayr https://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ledger-cli/20200501084555.GA6917%40jirafa.cyrius.com.
