- The prices comand now more accurately lists the prices that hledger uses when calculating value reports (similar to what you'd see with eg `hledger bal -V --debug=2`). - The prices command's --infer-reverse-prices flag was confusing since we always infer and use reverse prices; it has been renamed to --show-reverse. - --infer-market-prices and --show-reverse combine properly. - --show-reverse now ignores all zero prices rather than giving an error. - Reverse prices (which can be infinite decimals) are now displayed with at most 8 decimal digits (rather than the internal precision of 255 digits). - Filtering prices by cur: or amt: now works properly. - Price amounts are styled, but all decimal digits are shown. |
||
|---|---|---|
| .. | ||
| Hledger | ||
| other/ledger-parse | ||
| test | ||
| Text | ||
| .date.m4 | ||
| .ghci | ||
| .version | ||
| .version.m4 | ||
| CHANGES.md | ||
| hledger-lib.cabal | ||
| Hledger.hs | ||
| LICENSE | ||
| package.yaml | ||
| README.md | ||
| Setup.hs | ||
hledger-lib
A reusable library containing hledger’s core functionality. This is used by most hledger* packages so that they support the same common file formats, command line options, reports etc.
See also: the project README and home page.