Skip to content

Commit c7f88d6

Browse files
committed
;update changelogs
1 parent 03c232b commit c7f88d6

File tree

5 files changed

+26
-0
lines changed

5 files changed

+26
-0
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
General project-related changes and major/notable all-package releases.
22
For package-specific changes and minor releases, see the package changelogs.
33

4+
# 1.20.4 2021-01-29
5+
46
# 1.20.3 2021-01-14
57

68
- The run/compile instructions for add-on scripts in bin/ have been

hledger-lib/CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
22
For user-visible changes, see the hledger package changelog.
33

4+
# 1.20.4 2021-01-29
5+
6+
- See hledger.
7+
48
# 1.20.3 2021-01-14
59

610
- See hledger.

hledger-ui/CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
User-visible changes in hledger-ui.
22
See also the hledger changelog.
33

4+
# 1.20.4 2021-01-29
5+
6+
- ui: register: show all txns in/under an account at the depth limit (#1468).
7+
In 1.20-1.20.3, the register screen had stopped showing transactions
8+
in accounts below a depth limit. Now it properly shows all subaccount transactions,
9+
even when there is a depth limit, ensuring that the register's final total
10+
matches the balance shown on the account screen.
11+
412
# 1.20.3 2021-01-14
513

614
- Use hledger 1.20.3.

hledger-web/CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
User-visible changes in hledger-web.
22
See also the hledger changelog.
33

4+
# 1.20.4 2021-01-29
5+
6+
- Use hledger 1.20.4.
7+
48
# 1.20.3 2021-01-14
59

610
- Use hledger 1.20.3.

hledger/CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
User-visible changes in the hledger command line tool and library.
22

33

4+
# 1.20.4 2021-01-29
5+
6+
- aregister: ignore a depth limit, as in 1.19 (#1468).
7+
In 1.20-1.20.3, aregister had stopped showing transactions in subaccounts
8+
below a depth limit. Now it properly shows all subaccount transactions,
9+
ensuring that the register's final total matches a balance report with
10+
similar arguments.
11+
412
# 1.20.3 2021-01-14
513

614
- When searching for price chains during valuation/currency conversion:

0 commit comments

Comments
 (0)