https://hledger.org/release-notes.html#hledger-1-20-3-hledger-ui-1-20-3-hledger-web-1-20-3 :
2021-01-14 hledger 1.20.3, hledger-ui 1.20.3, hledger-web 1.20.3
-
When searching for price chains during valuation/currency conversion:
-
balance, incomestatement: End-valued multi-period balance change
reports (eg:bal -MV
) have been reverted to show value-of-change,
as in previous hledger versions, rather than change-of-value, for
now. (#1353, #1428) (Stephen Morgan) -
balance: End-valued balance change reports now choose the same final
valuation date and show consistent results whether single-period or
multi-period. (#1424) (Stephen Morgan) -
balance: the
--drop
option now works withcsv
andhtml
output.
(#1456) (Ilya Konovalov) -
check: the
commodities
check, and-s
/--strict
mode, now ignore
the "AUTO" internal pseudo-commodity. (#1419) (Ilya Konovalov) -
register: Then-valued multi-period register reports
(eg:register -M --value=then
) now calculate the correct values.
(#1449) (Stephen Morgan) -
roi: now shows a better error message when required prices are
missing. (#1446) (Dmitry Astapov) -
The no-symbol commodity's input number format can now be set by a
commodity
directive, like other commodities. (#1461)
About hledger github releases
This release may be available in your packaging system, check https://hledger.org/download.html#binary-packages.
Or, you can try the binaries built by our github CI setup, below. These will work if your machine is similar to github's. Notes:
-
Download and unzip the appropriate "hledger-PLATFORM.zip" file below. This will unpack 2 or 3 hledger binaries into the current directory.
-
On unix machines, you will need to
chmod +x
these files to make them executable before you can run them. -
Mac binaries are built on macos 10.15 catalina. You will need to mark them as trusted before you can run them: run
open .
to view the current folder in Finder; control-clickhledger
; option-click "Open"; allow running it. -
Ubuntu binaries are dynamically linked x86_64 binaries built on ubuntu 20.04. If they give an error when run, you may need to install some required C libraries.
-
Windows binaries are built on Windows Server 2019. There is no hledger-ui binary for Windows.