1.20.4
https://hledger.org/release-notes.html#hledger-1-20-4 :
2021-01-29 hledger-1.20.4
- aregister: ignore a depth limit, as in 1.19 (#1468).
In 1.20-1.20.3, aregister had stopped showing transactions in subaccounts
below a depth limit. Now it properly shows all subaccount transactions,
ensuring that the register's final total matches a balance report with
similar arguments.
2021-01-29 hledger-ui-1.20.4
- ui: register: show all txns in/under an account at the depth limit (#1468).
In 1.20-1.20.3, the register screen had stopped showing transactions
in accounts below a depth limit. Now it properly shows all subaccount transactions,
even when there is a depth limit, ensuring that the register's final total
matches the balance shown on the account screen.
2021-01-29 hledger-web-1.20.4
- Use hledger 1.20.4.
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.